.bluetabs{
border:0px; height:38px; float:left; background:#0D2D84; width:930px; margin:6px 0 0 2px; z-index:999;
}



.bluetabs ul{
padding: 0px 0;
margin: 5px;
margin-top: 2px;
/**margin-top: 4px;*/
margin-bottom: -1px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#CC3366;
font-weight:bold;
list-style-type: none; float:left;
text-align: left; /*set to left, center, or right to align the menu as desired*/ 
}

.bluetabs li{
display: inline;
margin: 0; float:left;
}

.bluetabs li a{
text-decoration: none;
padding: 9px 15px 9px 10px;
margin-right: 0px;
/*border: 1px solid #778;*/
color: #FFF;
/*background:url(../images/blacktab.gif) top left repeat-x;*/ /*THEME CHANGE HERE*/ float:left;
}


.bluetabs li a:hover{
text-decoration: none;
background:#F6F5BE;
color: #0D2D84;
}

/*.bluetabs li.selected{ background:#F6F5BE;
}*/

.bluetabs li.selected a{ /*selected main tab style */
/*background-image: (../images//blacktab.gif);*/ /*THEME CHANGE HERE*/
/*border-bottom-color: white;*/
background:#F6F5BE;
color: #0D2D84;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none; background:#F6F5BE; color:#0D2D84;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute; margin:-1px 0 0 0;
top: 0;
/*border: 1px solid #918d8d;*/ /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial, Helvetica, sans-serif bold;
line-height:18px;
z-index:100;
background-color:#F6F5BE;
width: 153px;
visibility: hidden; z-index:110; border:solid 1px #B3B3B3; border-top:0;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/

padding: 2px 0;
text-decoration: none;
color:#0D2D84; font-weight:bold; padding:0 0 3px 5px; 
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%; padding:0 0 0 5px; float:left;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/

color:#2275AF;
}

.menu_dvd {width:2px; height:37px; float:left; margin:0 0 0 10px;}



