.bluetabs{
border-bottom: 1px solid #ccc;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px 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.first {
margin-left:25px;
}
.bluetabs li {
display: inline;
margin: 0;
}
.bluetabs li a{
text-decoration: none;
padding: 3px 20px 3px 20px;
margin-right: 20px;
border: 1px solid #ccc;
color: #333;
background: white url(../images/bluetab.gif) top left repeat-x;/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #666;
}

.bluetabs li a:hover{
color: #666;
}

.bluetabs li.selected a{ /*selected main tab style */

}

.bluetabs li.selected a:visited{ /*selected main tab style */
background-image: url(../images/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


.bluetabs #bluetabsClicked a{
text-decoration: none;
padding: 3px 20px 3px 20px;
margin-right: 20px;
border: 1px solid #ccc;
background-image: url(../images/bgwhite.gif);
border-bottom-color: white;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #999;
border-width: 0 1px;
font:normal 11px Arial;
line-height:15px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
padding: 6px;
border: 0 solid #999;
border-bottom: 1px dotted #999;
text-decoration: none;
color: #666666;
}


* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #f8fbfb;
}