.bluetabs{
font:normal 11px tahoma;
width: 898px;;
font-weight: bold;
}

.bluetabs ul{
font:normal 11px tahoma;
font-weight: bold;
border: 1px solid #ffffff;
width: 100%;
background:url(../Img/NavBg.gif) repeat-x;/*THEME CHANGE HERE*/
padding: 10px 0;
margin: 0;
text-align: left;
}

.bluetabs ul li{
font:normal 11px tahoma;
font-weight: bold;
display: inline;
}

.bluetabs ul li a{
font:normal 11px tahoma;
font-weight: bold;
color: #ffffff;
padding: 4px 30px;
margin: 0;
text-decoration: none;
}


.bluetabs ul li a:hover{
font:normal 11px tahoma;
font-weight: bold;
padding: 10px 30px;
height:34px;
color: #d0d1d0;
/*background:url(../Img/NavBgUp.gif) repeat-x;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top:0px;
/*border: 1px solid #dfdddd; THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:20px;
z-index:100;
background-color: #d8d8fb;
width: 150px;
visibility: hidden;
}


.dropmenudiv_b a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #0f113e;
text-align:left;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
/*background:url(../Img/NavBgUp2.gif) repeat; THEME CHANGE HERE*/
background-color: #5052a4;
text-decoration:none;
font-weight: bold;
}