.dropstyle {
	color: #96816a;
	text-decoration: none;	/*text-indent: 10px;*/
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropstyle1 {
	color: #333333;
	text-decoration: none;
	line-height: 34px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
}
.dropstyle2 {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	/*width: 160px;*/
}
.dropstyle3 {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/nav_arrow.gif);
}
.space {
	text-decoration: none;
	font-size: 12px;
	line-height: 25px;
	width: 10px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav2 a {
	display: block;
	width: 160px;
	padding-left: 10px;
	padding-right: 10px;
}
#nav a {
	display: block;
	color: #ffffff;	/*width: 200px;*/	/*padding-left: 10px;*/	/*padding-right: 10px;*/
}
#nav a:hover {
	background-color: #c2a789;
	color: #FFFFFF;
}
#nav li { /* all list items */
	float: left;	/* width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #96816a;
	width: 180px;
	left: -999em;	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 10em; /* must be same as line-height in dropstyle */
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	text-align: left
}

