#nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	white-space: nowrap;
}

#nav a
{
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#nav a:hover
{
	color: #43631A;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#nav li li a
{
	display: block;
	font-weight: normal;
}

#nav li li a:hover
{
}

#nav li
{
	float: left;
	text-align: left;
}

#nav li ul
{
	display: none;
	position: absolute;
	top: auto;
	left: auto;
	font-weight: normal;
	background: url(Images/pixel.gif) bottom left no-repeat;
	list-style: none;
	padding-left: 24px;
	margin: 0px;
	width: 180px;
	padding-top: 5px;
}

#nav li > ul
{
	top: auto;
	left: auto;
}

#nav li li
{
	display: block;
	float: none;
	border: 0;
	background: #A7C62E;
	padding-top: 5px;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #C8DB36;
}

#nav li:hover ul, #nav li.over ul
{
	display: block;
}

