.bluetabs{
margin-left: 22px;
padding-top: 6px;

}

.bluetabs ul{
padding: 0px;
margin:0px;
font: 13px Tahoma;
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: 14px 16px;
margin-right: 3px;
color: #f5f5f5;

}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
border-bottom-color: white;
background-color: #243f75;
color: #f5f5f5;
text-decoration: none;
}

.bluetabs li.selected{
color: #ffffff;
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color: #243f75; /* theme change */
color: #ffffff;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
float: right;
position:absolute;
top: 0;
font: normal 10px Tahoma;
line-height:16px;
z-index:100;
width: 200px;
visibility: hidden;
background-color: #4280c5;
color: white;
/*
margin: 10px 0 0 10px !important;
margin: 10px 0 0 5px;
*/
}

.dropmenudiv_b div{
display: block;
position: relative;
background-color: #fff;
/*
 margin: -10px 6px 6px -10px;
 */
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 12px;
border: 0 solid #d6d6d6; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
text-decoration: none;
color: black;
background-color: white;
padding: 3px 0px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color: #000000;
}
