#topnav {
	width:900px; 
	background-color:#ffffff; 
	height: 20px;
	font-size: 0.8em;
	position:relative; 
	clear:both; 
	margin-left: auto;
	margin-right: auto;
	z-index:5;
	/* background-image: url(../images/contentblend.jpg);
	background-position: center;*/

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 1.1em;
	color:#49482E;
	background-color: #C7C6A5;
	text-align: left;
	padding: 4px;
	width: 175px;
	text-decoration: none;
	z-index: 12;
	border-right: #fff 2px solid;
	border-left: #C7C6A5 4px solid;
	background-image: url(../images/menublend.jpg);
	background-position: bottom;
	}
	
#nav a:hover  {
	background-color: #BBB77B;
	color:#000;
	border-left: #6D6F39 4px solid;
	background-image: url(../images/menublendhover.jpg);
}

#nav #home a {
	background-image: url(../images/home2.png);
	background-repeat:no-repeat;
	width: 90px;
	height:34px;
	background-position: left 5px;
}

#nav #home a:hover {
	background-position: left -46px;
	background-color: #C7C6A5;
}


#nav #chlang a{
	background-image: url(../images/langmenu.jpg);
	background-color: #a4c3e1;
	background-repeat: repeat-x;
	border-left: #a4c3e1 4px solid;
	border-right: #fff 0px solid;
}

#nav #chlang a:hover{
	background-image: url(../images/langmenuhover.jpg);
	border-left: #36648c 4px solid;
}

#nav li { /* all list items */
	float: left;
	}

#nav li ul, #nav li:hover ul ul, #nav li.sfhover ul ul { /* level 3 lists */
	position: absolute;
	width: 190px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
 } 


#nav li ul a {
	width: 167px;
	font-size: 0.8em;
	text-align:left;
	border-right: 0px solid #ffffff;
	/* border-left: 18px solid #D9D8C1 ; */
	padding-left: 8px;
	padding-right: 8px;
	background-color: #D9D8C1;
	border-top: 1px solid #ffffff;
	background-image: none;

	}
	
#nav li ul a.selected {
	color: #ccc;
	display:none;
}
	
#nav li ul a:hover {
	color:#000;
	/* border-left: 18px solid #BBB77B; */
	background-color: #BBB77B;
}


#nav li ul li ul a { /* lists nested under hovered list items */
	background-color: #C7C6A5;
	/* border-left: 18px solid #C7C6A5; 
	padding-left: 24px; */
}

#nav li ul .submenu  { /* other option for lists nested under hovered list items */
	background-color: #C0BE9A;
	padding-left: 24px;
	width: 171px;
	font-size: 0.8em;
	text-align:left;
	border-right: 0px solid #ffffff;
	padding:4px;
	padding-left: 12px;
	padding-right: 4px;
}

#nav li ul .submenu2  { /* other option for lists nested under hovered list items */
	background-color: #E3E2D2;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #ffffff;
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	margin-left:28px;

}
#nav li ul .submenu3  { /* other option for lists nested under hovered list items */
	background-color: #E3E2D2;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #ffffff;
	border-left: 2px solid #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;

}

	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-top:0px;

	}
	
#nav li li:hover ul, #nav li li.sfhover ul { 
	left: auto;
	margin-top:-2px;
	margin-left: 35px;
}

	
#topmenubox {
	position: relative;
	z-index: 10;
	width: 900px;
	height: 42px;
	background-color: #C7C6A5;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
	background-image: url(../images/menublend.jpg);

}

#bottomnavbox {
	position: relative;
	clear:both;
	z-index: 2;
	width: 900px;
	text-align:left;
	background-color: #FFFFFF;
	height: 20px;
	font-size: 0.8em;
	border-top: 0px solid #868553;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	/* background-image: url(../images/contentblend.jpg);
	background-position: center;*/
	padding-top: 20px;
	padding-bottom:20px;
	margin-bottom: 20px;

	}
	

#bottomnavbox a {
	text-decoration: none;
	color:#868553;
	padding: 3px;
}

#bottomnavbox a:hover {
	background-color: #BBB77B;
	color:#000;
	}

#arrow_right {
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin: 3px;
	height: 15px;
	width: 15px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	float: right;
}
#arrow_right:hover {
	background-position: 0px -16px;
}

