.bluetabs{
border: 0;
height: 25px;

}

.bluetabs ul{
padding: 3px 0;
margin-left: 10;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Trebuchet MS;
list-style-type: none;
text-align: center;
height: 25px;
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0;
color: #ffffff;
width:110px;
background: url(img/menubg.gif);
}

.bluetabs li a:visited{
background: url(img/menubg.gif);
color: #ffffff;
}

.bluetabs li a:hover{
text-decoration: none;
background: url(img/menunew1.gif);
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background: url(img/menunew1.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background: url(img/menunew1.gif);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px #000000; /*THEME CHANGE HERE*/
font:normal 12px Trebuchet MS;
line-height:25px;
z-index:100;
background: url(img/menubg1.gif);
width: 200px;
visibility: hidden;
text-align: left;
padding: 0;
margin: 2,0;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 2px;
border: 1px #000000; /*THEME CHANGE HERE*/
padding: 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: url(img/menubg1hover.gif);
color: #ffffff;
}

.dropmenudiv_b a:visited{ /*THEME CHANGE HERE*/

color: #ffffff;
}


