body
{
    font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff; 
	color: #444; 
	}
.bluetabs{
border-bottom: 1px solid #C76906;
height:22px; 

}

.bluetabs ul
{
padding: 3px 0px 2px 0px;
margin-left:0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 15px Times;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li
{

display: inline;
margin: 0px;
}

.bluetabs li a{
font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
line-height: 1.6em;

text-decoration: none;
padding:3px 10px 2px 10px;
margin-right: -3px;
color: #FFFFFF;
background:url(images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
background-color :#BB5002;
}

.bluetabs li a:visited{
color: #FFFFFF;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*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;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border:1px solid #FFFFFF; /*THEME CHANGE HERE*/
width: 150px;
font:normal 12px Verdana;
line-height:10px;  
left:500px; 
background-color:#EECA8C;
visibility: hidden;

}


.dropmenudiv_b a
{
font: 1em Arial, "Trebuchet MS", Tahoma, sans-serif; 
line-height: 1em;
display:block;
text-indent: 5px;

padding: 2px 0;
text-decoration: none;
color: #FFFFFF;

}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#436C05;
background-color: #FFFFFF;
background-image: url(images/linkbg.jpg); /*THEME CHANGE HERE*/
background-repeat:no-repeat;
background-position:right center;
border-top:1px #A9B93B solid; 
border-bottom:1px #A9B93B solid; 
}