#navigation {
	width:806px;
	float: none;
	list-style:none;
	padding: 0px;
	padding-left: 0;
	padding-right: 0;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.bluetabs{
border-top-width: 4px;
border-top-style: solid; 
border-top-color: #FFE300;
border-bottom-width: 4px;
border-bottom-style: solid;   
border-bottom-color: #FFE300; /* yellow */
}

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

.bluetabs li{
display: inline;
text-align: center;
margin-right: 0px;
margin-left: 0px;
}

.bluetabs li a{
text-decoration: none;
padding: 14px;
/* margin-right: 3px; */
border: 0px solid #778; /* dark gray */
color: white; 
background: none;
}

.bluetabs li a:visited{
color: white; 
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b; /* black*/
}

.bluetabs li.selected{
}


/*selected main tab style */  /*THEME CHANGE HERE*/
.bluetabs li.selected a{
/*   background-image: url(images/orangebar.gif);  */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
text-align: left;
top: 0;
border: 0px solid #918d8d; /*gray*/
border-width: 0px;
font:normal 12px Arial;
font-weight: bold;
line-height:18px;
z-index:100;
background-color: #F7FAF4;
width: 175px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/  /*gray*/
border-bottom-width: 0px;
padding: 3px 0;
text-decoration: none;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #D6E2F0; /*greenish */ /*#edf3f3;  blueish */
}
