.bluetabs{
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
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: 0px 3px 0px 6px;
margin-right: 3px;
color: #5A5B5D;
}

.bluetabs li a:visited{
color: #5A5B5D;
}

.bluetabs li a:hover{
text-decoration: none;
color: #828791;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border: 1px solid #8C8D92; /*THEME CHANGE HERE*/
position:absolute;
top: 0;
border-bottom:1px solid #8C8D92;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #B6B8BB;
width: 170px;
visibility: hidden;
margin-top:.4em;
margin-left:6px;
}


.dropmenudiv a{
border-bottom-width: 1px;

width: auto;
font-weight:bold;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #666666;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4E4E6;
color:#000000;
}