.bluetabs
{
	margin: 0;
	margin-bottom: 4px;
}

.bluetabs ul
{
	background: #93B7AA;
	width:100%;
	padding: 4px 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*font: bold 14px Calibri;*/
	font-size: 14 px;
	font-weight: bold;
	font-family: Calibri, Arial Narrow;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}

.bluetabs li a
{
	text-decoration: none;
	padding: 4px 13px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*border: 1px solid #778;*/
	border-right:1px solid #fff;
	background: #93B7AA;
	color: black;
	/*background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited
{
	color: #2d2b2b;
}

.bluetabs li a:hover
{
	text-decoration: none;
	background: #44836C;
	color: white;
}

.bluetabs li.selected
{
	background: #44836C;
	color: white;
}

.bluetabs li.selected a
{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
background: #44836C;
color: white;
border-bottom-color: white;
}

.bluetabs li.selected a:hover
{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b
{
	position:absolute;
	text-align: left;
	/*border-top: 1px solid #fff; /*THEME CHANGE HERE*/
	/*border-width: 0 1px;*/
	/*font:normal 14px Calibri;*/
	font-size: 14 px;
	font-weight: normal;
	font-family: Calibri, Arial Narrow;
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	background-color: #87AFA0;
	vertical-align:middle;
}


.dropmenudiv_b a
{
	width: auto;
	height: 20px;
	display: block;
	text-indent: 5px;
	border-bottom: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0px;
	text-decoration: none;
	/*font:normal 14px Calibri;*/
	font-size: 14 px;
	font-weight: normal;
	font-family: Calibri, Arial Narrow;
	color: black;
	vertical-align:middle;
}

.dropmenudiv_b a:hover
{ 
	/*font:normal 14px Calibri;*/
	font-size: 14 px;
	font-weight: normal;
	font-family: Calibri, Arial Narrow;
	/*font-weight:normal;*/
	/*color:#44836C;*/
	color: White;
	vertical-align:middle;
}

* html .dropmenudiv_b a
{ /*IE only hack*/
width: 100%;
}

