﻿#nav{ /* all lists */
	padding-left: 0px;
	margin: auto;
	list-style-type: none;
	line-height: 1;
	width: 800px;
	height:41px; 
	font-family: arial;
	padding-top: 5px;
	

}

#nav ul{ /* all lists */
	padding:0px;
	margin: auto;

	list-style-type: none;
	line-height: 1;
	color: white;
	text-align:center;
	height:41px; 
	font-family: arial;


}

#nav a {
	display: block;
/*	width: 10.75em; */
	padding: 0px;
	font-weight: normal;
	font-family: arial;
        font-size: 8pt;
	color: #c4d59b;
	text-decoration: none;
	text-align: center;
	height: 41px;
	margin-top: 0px;
}

#nav a:hover {
	display: block;
/*	width: 10.75em; */
	padding: 0px;
	font-weight: normal;
	font-family: arial;
        font-size: 8pt;
	color: #c4d59b;
	text-decoration: underline;
	text-align: center;
	height: 41px;
	margin-top: 0px;
}

#nav ul a {
	display: block;
/*	width: 10.75em; */
	padding: 0px;
	font-weight: normal;
	font-family: arial;
        font-size: 8pt;
	color: #c4d59b;
	text-decoration: none;
	text-align: center;
	height: 41px;
	margin-top: 5px;


}

#nav ul a:hover {
	display: block;
/*	width: 10.75em; */
	padding: 0px;
	font-weight: normal;
	font-family: arial;
        font-size: 8pt;
	color: black;
	text-decoration: underline;
	text-align: center;
	height: 41px;
	margin-top: 5px;
}

#nav li { /* all list items */
	float: left;
	 /* width needed or else Opera goes nuts */
/*	border-left: 1px solid ActiveBorder; */
	display: inline;
/*	border-right: 1px solid ActiveBorder; */
	width: 111px; 
	height: 41px; 
	margin:0px;
	z-index: 50;
	padding:0px;
	position: relative;


	
}



#nav li ul { /* second-level lists */
	position: absolute;
	background: #644624;
	width: 150px;
	height: auto !important;
	margin-top: -18px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: -20px;
	border: none;
	text-align: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { /* second-level lists */
	background: #644624;
	width: 150px;
	height: 25px;
	margin-top: 0px;
	text-align: left;
	border: 1px solid Black;

}

#nav li ul li:hover { /* second-level lists */
	background: #987941;
	width: 150px;
	height: 25px;
	margin-top: 0px;
	text-align: left;
	border: 1px solid Black;
}

#nav li ul li a {
text-transform:uppercase;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

	
}
#nav li ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li ul ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li ul ul ul ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 10em;

}

#nav li:hover ul ul, #nav li:hover ul ul ul,#nav li:hover ul ul ul ul,#nav li:hover ul ul ul ul ul,#nav li:hover ul ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul , #nav li.sfhover ul ul ul ul ul , #nav li.sfhover ul ul ul ul ul ul{
	left: -999em;
color: #cb7212;
	background: #987941;

}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,#nav li li li li:hover ul,#nav li li li li li:hover ul,#nav li li li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul, #nav li li li li li.sfhover ul, #nav li li li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
color: #cb7212;
	background: #987941;

}



.arrowdiv
{
position: absolute;
right: 2px;
font-size:10px;
font-weight: bold;
z-index: 100;
height: 20px;
margin-top: 2px;
font-family: Tahoma;
}