.bluetabs{float:right; padding:30px 20px 0px 0px; color: #fff; font-weight:bold;}



.bluetabs ul{font-size:10px;list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.bluetabs li{display: inline;margin: 0px;}
.bluetabs li a{text-decoration: none;padding:5px 3px;margin-right: 3px;color: #fff;
background:none;}
.bluetabs li a:visited{color: #fff;}
.bluetabs li a:hover{
text-decoration: none;
color: #2d2b2b; padding:5px 3px;}
.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;
z-index:100;
top:0px; 
left:0px;/*THEME CHANGE HERE*/
border-width: 0 1px; 
line-height:18px;  
width:150px; 
visibility: hidden; 
padding-top:5px; 
display:block;
}
.dropmenudiv_b a{
z-index:100; 
font-size:11px;
width: auto;
display: block; 
background-color:#025398;
text-indent: 5px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black; 
border-bottom:#fff solid 1px; 
color:#fff; 
}

* html .dropmenudiv_b a{ /*IE only hack*/width: 100%;}
.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/background-color: #d70000; color:#fff;}
a#tr {width:28px; height:28px; display:block; text-decoration:none;float:right;margin-right:5px;}