.mainNav{
width:768px;
font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}

.mainNav:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainNav ul{
border: 1px solid  #b2b5c0;
width: 100%;
background: #FFFFFF url(../images/general/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.mainNav ul li{
  display: inline;
}


.mainNav ul li a{
color: #2e344e;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #b2b5c0;
}


.mainNav ul li a:hover{
background: url(../images/general/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.mainNav ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #979ba8; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #979ba8; /*THEME CHANGE HERE*/
padding: 2px 3px;
text-decoration: none;
font-weight: normal;
color: #2e344e;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #979ba8; color:#FFFFFF;
}

/* -- Forms ---------------------------- */

#form {
	border:0;
	padding:0;
	margin:3px 5px 0px 560px;
	width:208px;
	position: absolute;
	top:auto;
	left:auto;
	z-index:110px;
	overflow: visible;
	visibility: visible; height: 21px; display:inline;
}
.formtable { border:0; margin:0; padding:0;}

input.inputbox{
	margin: 0px 0px 1px 0px; padding:0;
	background-color:#F0F0F0;
	color: #000000;
	font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button {
	margin:0px; padding:2px; height:18px; border:0; width: 58px;
	color: #000000; font-weight: normal; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; background:url(../images/general/searchBtn.png) no-repeat top left;
}
