#ddcolortabs{
	padding: 0;
	width: 676px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
font-size: 11px;
background: #404040 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 5px 0 0;
padding:0px 0 5px 5px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:6px 17px 2px 12px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #dcb137;
}

#ddcolortabs a:hover span{
background-color: #dcb137;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #dcb137;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 676px;
height: 3px;
line-height: 3px;
background: #dcb137;
}

.search{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color:#aaa;
	width:150px;
	font-size:10px;
	height:20px;

}


.menucontainer{background: url(images/bgOFF.gif) no-repeat;}
/*basic menu styling*/
.menu {float:left;font-family: verdana,sans-serif;width:100%; height:30px;position:relative;font-size:11px;font-weight:bold;
background:url(images/bgOFF.gif) ;text-transform: uppercase;
	}
.menu ul {
	margin:0;
	list-style-type:none;
	float:left;
	position:relative;
}
.menu ul li {float:left;position:relative;display:inline;background:url(images/bgDIVIDER.gif) no-repeat top right;}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
	float:left;
	display:inline;
	text-decoration:none;
	color:#000;
	width:auto;
	color:#fff;
	padding:5px 30px 0px 30px;
	height:30px;
	vertical-align: middle;
	text-align: left;
}

.menu ul li a:hover {background: transparent url(images/bgON.gif) repeat-x; height:30px;}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
	/*border: 1px solid #625e00;*/
border-width: 1px 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #E60289;
	background-position: left center;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: center;
}

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

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #430019;
	background:  url(images/blockdefault.gif) center center repeat-x;
	text-decoration: none;
}

<!--------------------------------------------------><-------------->
#menunav:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#menunav {
width: auto;
/*border: 1px solid #BBB;*/
/*background: url(images/chromebg2.gif) center center repeat-x;*/ /*Theme Change here*/
padding: 5px 0;
margin: 0;
text-align: left;
font: bold 11px Tahoma, Arial, monospace;;
}


#menunav li{
	display: inline;
}

#menunav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	line-height:16px;
	/*width: 180px;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#menunav li a{
color: #ffffff;
padding: 5px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
}

#menunav li a:hover{
background: url(images/chromebg2-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #00486F;
}


#menunav li:hover ul ul, #menunav li:hover ul ul ul, #menunav li.sfhover ul ul, #menunav li.sfhover ul ul ul {
	left: -999em;
}

#menunav li:hover ul, #menunav li li:hover ul, #menunav li li li:hover ul, #menunav li.sfhover ul, #menunav li li.sfhover ul, #menunav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#menunav li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}