.bluetabs{}

.bluetabs ul{
width:100%;
padding:0;
font: bold 12px tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
margin:auto;
text-align:center;
}

.bluetabs li{
display: inline;
margin: auto;
width:100%;
text-align:center;
}

.bluetabs li a{
text-decoration: none;
padding: 0px 5px 0px 0px;
margin-right: 20px;
border:none;
color: #2d2b2b;
font-family: Tahoma;
font-size: 12px;
color: Black;
}

.bluetabs li a:visited{
color: #000000;
}

.bluetabs li a:hover{
text-decoration: none;
color: #000000;
}

.bluetabs li.selected{
text-decoration: none;
color: #000000;
}

.bluetabs li.selected a{
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid black /*#293186*/; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #293186;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid black; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #293186;
color:#f5e337;
}