.bluetabs{
border-bottom: 1px #fe008b;
width:850px;
margin:0 auto;
text-align:center;
float:left
}

.bluetabs ul{
width:100%;
margin: 0;
list-style-type: none;
text-align: left;
}

.bluetabs li {
text-align:center;
width:100%;
display: inline;
margin: 0;
padding: 0;
}

.bluetabs li a{
text-decoration: none;
}

.bluetabs li a:visited{
color: #ffffff;
}

.bluetabs li a:hover{
color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ 
background-color:#231f20
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #333333; /*THEME CHANGE HERE*/
border-bottom:0px;
z-index:10000;
visibility: hidden;
text-align: left;
background-color: #e80c85;
width:165px;

}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #333333; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
text-decoration: none;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #fe008b;
}
