.bluetabs{
background-color:#FC3;
margin-top:2px;
overflow:hidden;
padding:5px 0;
text-align:center;
width:900px;
}

.listwrap {
margin:0 auto;
width:800px;
}

.bluetabs ul{
margin:0;
padding:0;
background-color:#FC3;
font:bold 12px Verdana;
list-style-type:none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display:block;
float:left;
margin:0;
text-align:center;
width:160px;
}

.bluetabs li a{
text-decoration:none;
padding:5px;
/* margin:0 43px; */
color:#C30;
}

.bluetabs li a:hover{
text-decoration:underline;
/* color:#096; */
}

.bluetabs li a:visited{
color:#C30;
}

.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_b{
position:absolute;
top:0;
border:0px solid #FFF; /*THEME CHANGE HERE*/
font:bold 12px Verdana;
line-height:18px;
z-index:100;
background-color:#338167;
width:200px;
visibility:hidden;
}

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

.dropmenudiv_b a:visited{
color:#fff;
}

.dropmenudiv_b a:hover{
text-decoration:underline;
color:#fff;
background-color:#930;
}

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

.dropmenudiv_b a:hover{ 

}