.bluetabs{
font:normal 11px tahoma;
width: 898px;;
font-weight: bold;
}

.bluetabs ul{
font:normal 11px tahoma;
font-weight: bold;
border: 1px solid #dfdddd;
width: 100%;
background:url(../Img/NavBg.gif) repeat-x;/*THEME CHANGE HERE*/
padding: 10px 0;
margin: 0;
text-align: center;
}

.bluetabs ul li{
font:normal 11px tahoma;
font-weight: bold;
display: inline;
}

.bluetabs ul li a{
font:normal 11px tahoma;
font-weight: bold;
color: #494949;
padding: 4px 9px;
margin: 0;
text-decoration: none;
}


.bluetabs ul li a:hover{
font:normal 11px tahoma;
font-weight: bold;
padding: 10px 9px;
height:34px;
color: #ffffff;
background:url(../Img/NavBgUp.gif) repeat-x;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #dfdddd; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px tahoma;
line-height:20px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv_b a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #dfdddd; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: #666666;
}

* 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: #EBF7FF;
text-decoration:none;
font-weight: bold;
}