.bluetabs{
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*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-bottom:8px;
color: #2d2b2b;
}

.bluetabs li a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:9px; 
color:#ff6600; 
text-decoration:none;
text-transform:uppercase;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration:underline;
color:#A5A5A5;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:9px; 
color:#ff6600; 
line-height:18px;
z-index:100;
background-color: white;
width: 156px;
visibility: hidden;
text-align: center;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #edf3f3; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-transform:uppercase;
margin-left:0;
padding-left:0;
left:o;
}

* html .dropmenudiv_b a{ /*IE only hack*/
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}
