.bluetabs ul{
padding: 15px 0px 0px 19px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 13px Trebuchet MS;
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: 15px 10px 15px 10px;
margin-right: 6px;
margin-left: 6px;
color: #b2b2b2;
}

.bluetabs li a:visited{
color: #b2b2b2;
}

.bluetabs li a:hover{
color: #2d2b2b;
background-color: #bed63a;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0px;
font:normal 12px Trebuchet MS;
line-height:18px;
z-index:100;
background-color: #bed63a;
width: 200px;
visibility: hidden;
margin-top: -8px;
text-align: left;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #2d2b2b;
}