#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	width: 112px;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color:#FFFFFF;
	font-family: Verdana, "Lucida Grande", sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:4px;
	border-right: 1px solid #D0C5A5;
	}
	
#nav a:hover  { 
	background-color:#8B1A22;
	margin-left: 0px; }

#nav li { /* all list items */
	float: left;

	/* width: 71px; /* width needed or else Opera goes nuts */
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 106px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a {
	color:#FFFFFF;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	border-top: 1px solid #D0C5A5;
	border-right: 0px solid #D0C5A5;
	font-weight: normal;
	width: 106px;
	font-size: 10px;
	line-height: 12px;
	text-transform: none; 
	text-indent: 0px; 

	}
	
	
#nav li ul a:hover {
	color:#FFFFFF;
	margin-left: 0px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*left: 150px;*/
	margin-top:0px;
	}
	
#nav .boldcenter { font-weight:bold; text-align:center; }

	
#topmenubox {
	position: absolute;
	left: 1px;
	top: 141px;
	z-index: 12;
	width: 1610px;
	}


#topmenutext1 {
	background-color: #5A3007;
	background-image: url(../images/decor1.jpg);
	background-repeat: repeat;
	background-position: -5px -5px;
}

#topmenutext1:hover {
	background-color:#752025;
	background-image: url(../images/decor1.jpg);
	background-repeat: no-repeat;
	background-position: -50px -5px;
}

#topmenutext2 { background-color: #2D2A69; }
#topmenutext3 { background-color: #656D8B; }




#bottomnavbox {
	position: relative;
	float:left;
	clear:both;
	z-index: 2;
	margin-top: 8px;
	width: 580px;
	left: 60px;
	color: #586871;
	text-align:right;
	}
	

#bottomnavbox a {
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #586871;
}

#bottomnavbox a:hover {
	background-color:#752025;
	color:#FFFFFF;
	text-decoration: none;
}


#pagenavtop {
	position:absolute;
	top:180px;
	left:60px;
	width:578px;
	z-index: 2;
	font-size: 8px;
	text-transform:uppercase;
	font-family: Verdana, "Lucida Grande", sans-serif;
	height: 13px;
	text-align:right;

}

#pagenavtop a { 
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #586871;
	text-decoration:none;
	letter-spacing: 1px;
	text-align:right;
}


#pagenavtop a:hover {
	background-color:#752025;
	color:#FFFFFF;
	text-decoration: none;
}


#pagenavbottom {
	position:relative;
	width:578px;
	z-index: 2;
	font-size: 8px;
	text-transform:uppercase;
	font-family: Verdana, "Lucida Grande", sans-serif;
	height: 13px;
	text-align:right;
	clear: both;
	float: left;
	left: 60px;
	clear:both;
	margin-bottom: 15px;
	top: 20px;
}

#pagenavbottom a { 
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #586871;
	text-decoration:none;
	letter-spacing: 1px;
	font-size: 8px;
	text-transform:uppercase;
	font-family: Verdana, "Lucida Grande", sans-serif;
	height: 13px;
	text-align:right;
}


#pagenavbottom a:hover {
	background-color:#752025;
	color:#FFFFFF;
	text-decoration: none;
}

#search {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	position: absolute;
	width: 200px;
	left: 658px;
	top: 173px;
	text-align:left;
}

#search a {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	color: #000000;
	padding: 3px;
}

#menu1 {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	color: #000000;
	padding: 2px;
	display:block;
	font-weight:normal;
	width: 150px;
	border-bottom: 1px solid #FFFFFF;
}

#menu2 {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	padding: 2px;
	display:block;
	font-weight:normal;
	width: 150px;
}


#search a:hover {
	background-color:#752025;
	color: #FFFFFF;
}


#theInput {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	height: 18px;
	text-decoration: none;
	color: #586871;
	padding-top:2px;
	padding-left:2px;
	background-color:#EEE4D8;
	border: 1px #000000 solid;
	margin-bottom: 3px;
	}

#gobutton {
	font-family: Verdana, Arial, Helvetica, Lucida-Grande, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	padding:0px;
	background-color: #D0C5A5;
	float:left;
	clear:both;
	}


