.bluetabs{

}

.bluetabs ul{
display: inline;
padding:0px;
margin:0px;
}

.bluetabs li{
display: inline;
padding:0 0px 0 0;
margin:0px;
}

.bluetabs li a,a:visited
{
display: inline;
padding:2px;
margin:0px;
font-family: Times;
font-size:12px;
color: #ffffff;
text-decoration:none;
line-height:12px;
}

.bluetabs li a:hover{
display: inline;
padding:1px;
margin:0px;
font-family: Times;
font-size:12px;
color: #ffffff;
text-decoration:none;
line-height:12px;
background-color: #1d1d1c;
border:1px solid #d9d5d1;
}

.bluetabs li.selected{

}

.bluetabs li.selected a{ /*selected main tab style */
display: inline;
padding:2px;
margin:0px;
font-family: Times;
font-size:12px;
color: #ffffff;
text-decoration:none;
line-height:12px;
background-color: #1d1d1c;
border:1px solid #d9d5d1;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0px;
maring-left:1px;
margin-right:1px;
border: 1px solid #d9d5d1; /*THEME CHANGE HERE*/
border-width:1px;
font:normal 12px Times;
line-height:18px;
width:200px;
background-color:#000000;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #d9d5d1; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 1px 0;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #000099;
}