.bluetabs{
text-align:left;
padding-top:3px;


}

.bluetabs ul{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
}

.bluetabs li a{
text-decoration: none;
color: #FFFFFF;
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #FFFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
font:normal 9px Verdana;
z-index:100;
background-color: #002742;
width: 280px;
padding-bottom:10px;
padding-top:10px;
visibility: hidden;
font-family:"Verdana", Arial, Helvetica, sans-serif, Calibri;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}