.bluetabs
{

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudivWide_b{
position:absolute;
top: 30;
border: 1px solid #D9D9D9; /*#918d8d THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: Transparent;
width: 110px;
visibility: hidden;
filter:alpha(opacity=90);
	opacity:0.9;
	-moz-opacity: .90;
}
.dropmenudivWide_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 1px 0;
text-decoration: none;
white-space:nowrap;
background-color: #FAFAFA;
color:#8A8A8A;
padding-left:2px;
/*filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity: .40;*/
/*color: black !important;*/
}
.dropmenudivWide_b a:hover{ /*THEME CHANGE HERE*/
/*color: black !important;*/
background-color:#E2E7EB;
white-space:nowrap;
color:#003263;
}


.dropmenudiv_b{
position:absolute;
top: 30;
border: 1px solid #D9D9D9; /*#918d8d THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: Transparent;
width: 77px;
visibility: hidden;
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 0;
text-decoration: none;
white-space:nowrap;
background-color: #FAFAFA;
color:#8A8A8A;
padding-left:2px;
	/*filter:alpha(opacity=40);
	opacity:0.4;
	-moz-opacity: .40;*/
/*color: black !important;*/
}

* html .dropmenudiv_b a .dropmenudivWide_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
/*color: black !important;*/
background-color:#E2E7EB;
white-space:nowrap;
color:#003263;
}

