.bluetabs{
background-color:#005497;
border-left: 2px solid #b8ced9;
border-right: 2px solid #b8ced9;
}

.bluetabs2{
background-color:#005497;
border-left: 2px solid #b8ced9;
border-right: 2px solid #b8ced9;
height:23px;
}

.bluetabs ul{
width:100%;
margin-bottom: 0;
font-size: 11px;
font-family: Verdana;
color:#fff;
/* background-color: #00547F;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs2 ul{
width:100%;
font-size: 10px;
font-family: Verdana;
color:#fff;
/* background-color: #00547F;*/
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li, .bluetabs2 li{
display: inline;
padding: 0px;
margin:0px;
}

.bluetabs li a, .bluetabs2 li a{
text-decoration: none;
padding: 1px 7px 1px;
margin-top:0;
border: 1px solid #778;
color: #FFF;
font-size: 11px;
background-color: #00547F;
}


.bluetabs li a:hover
{
	color: #000;
	background-color: #b8ced9;
	text-decoration: none;
}

.bluetabs2 li a:hover
{
	color: #000;
	background-color: #b8ced9;
	text-decoration: none;
}

.bluetabs li.selected a, .bluetabs2 li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.bluetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Verdana;
color:#fff;
line-height:18px;
background-color: #fff;
visibility: hidden;
width:130px;
color:#000;
text-align:left;
}

.dropmenudiv_b a .nostyle{
position:absolute;
font:normal 11px Verdana;
color:#fff;
line-height:18px;
background-color: #fff;
border: 0px;
width:130px;
color:#000;
text-align:left;
}


.dropmenudiv_b a{
display: block;
text-indent: 5px;
text-align:left;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000;
}

.dropmenudiv_b form{
padding: 0px;
margin: 0px;
color:#000;
}


* html .dropmenudiv_b a{ /*IE only hack*/
padding-left:10px;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color:#ffffff;
color:#000;
}

.dropmenudiv_b .menuform a{
display: block;
text-indent: 5px;
text-align:left;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #000;
}

* html .dropmenudiv_b .menuform a{ /*IE only hack*/
padding-left:10px;
}

.dropmenudiv_b .menuform  a:hover{ /*THEME CHANGE HERE*/
color:#000;
}
