

.bluetabs{

}

.bluetabs td{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Arial;
list-style-type: none;
color: #000;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs td{
padding: 5px 0;
margin: 0;
border-bottom: 1px dashed #bbb;
}

.bluetabs td a{
text-decoration: none;
display:block;
padding: 3px 7px;
margin-right: 3px;
width:180px;
border: 0px solid #778;
color: #000;
}

.bluetabs td a:visited{
color: #000;
display:block;
}

.bluetabs td a:hover{
text-decoration: none;
display:block;
color:#FAFAFA;
background: #cc0000;
}

.bluetabs td.selected{
}

.bluetabs td.selected a{ /*selected main tab style */
background: #cc0000;
border-bottom-color: white;
color:#FAFAFA;
display:block;
}

.bluetabs td.selected a:hover{ /*selected main tab style */
text-decoration: none;
background: #cc0000;
display:block;
}

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

.dropmenudiv_b{
margin-left:  30px;
position: absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 190px;
visibility: hidden;
}


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

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
}