

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-size:11px;
font-family:tahoma;
font-weight:NORMAL;
list-style-type: none;
text-align: LEFT; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 3px;
color: #cdcdcd;

}

.bluetabs li a:visited{
color: #cdcdcd;
}

.bluetabs li a:hover{

background:url(../Img/MenuBg.gif) repeat-x;
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */


}

.bluetabs li.selected a:hover{ /*selected main tab style */

background:url(../Img/MenuBg.gif) repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
text-align: left;
position:absolute;
top: 0;
border-width: 0 0px;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
background:url(../Img/MenuBg2.gif) repeat-x;
width: auto;
display: block;
text-indent: 15px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #333333;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background:url(../Img/MenuBg3.gif) repeat-x;

color:#FFFFFF;

}