.bluetabs{
border-bottom: 0px solid gray;
}

.bluetabs ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #0d2668;
	line-width: 150%;
	text-decoration:none;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #677377;
color: #677377;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #677377;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}


.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid #677377; /*THEME CHANGE HERE - drop down menu text*/
border-width: 0 0px;
font:normal 9px Verdana;
line-height:18px;
z-index:100;
background-color: #b1cbe0;
width: 180px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #b1cbe0; /*THEME CHANGE HERE drop down menu line*/
border-bottom-width: 1px;
padding: 0px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE drop down bg color*/
background-color: #6f99bf;
}