
#nav {
	font-size: 85%;
	line-height: 85%;
}

#nav ul {
	margin: 0;
}

#nav ul li {
	list-style: none;
	position: relative;
}

#nav ul li ul {
	position: absolute;
	z-index: 10;
	left: 115px;
	top: 8px;
	border: 1px solid black;
	background-color: #aba38c;
}

#nav ul li.hidesubmenu ul {
	display: none;
}

#nav ul li.showsubmenu ul {
	display: block;
}

#nav ul li ul li a,
#nav ul li ul li a:visited {
	display: block;
	padding: 6px;
	white-space: nowrap;
	color: black;
	font-weight: bold;
}

#nav ul li ul li a:hover {
	background-color: #ddcc66;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul { width: 10em; }
* html #nav ul li ul { left: 123px; }
* html #nav ul li ul li { width: 13em; float: left; }
* html #nav ul li ul li a { width: 13em; height: 1%; }
/* End */

