.bluetabs{
text-decoration: none;
padding: 2px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #000066;
background-color: #ffffff;
text-align: center;
font-size:13px;
width:750px;
}

.bluetabs ul{
padding: 2px 0;
margin-left: 0;
margin-top: 0px;
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;
padding-left:13px;
padding-right:13px;

border-right:solid 0px #efefef;
}

.bluetabs li a{
color: #000066;
text-decoration: none;
font-weight:bold;
}

.bluetabs li a:visited{
color: #000066;

text-decoration: none;
font-weight:bold;
}

.bluetabs li a:hover{
text-decoration: none;
color: #666666;
font-weight:bold;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color:#cccccc;
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: 0;
margin-top:6px;
margin-left:-6px;
border: 1px solid white; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #000066;
width: 200px;
text-align:left;
visibility: hidden;
color: white;
border-top: 1px solid white; /*THEME CHANGE HERE*/
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
font-weight:normal;
border: 0 solid white; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

.dropmenudiv_b a:link{
color: white;
text-decoration: none;
font-weight:normal;
}

.dropmenudiv_b a:visited{
color: white;
text-decoration: none;
font-weight:normal;
}

.dropmenudiv_b a:active{
text-decoration: none;
color: white;
font-weight:normal;
}

.dropmenudiv_b a:hover{
text-decoration: none;
color: white;
font-weight:normal;
background-color: #5a52ab;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

