#nav, #nav ul 
	{
	list-style: none;
	z-index:999;
	padding:0;
	margin:0 auto;
	margin-left:40px;
	}

#nav li 
	{
	height:40px;
	width:100px;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	}

#nav ul 
	{
	position: absolute;
	width: 162px;
	left: -1000px;
	
	}

#nav li:hover ul, #nav li.ie_does_hover ul 
	{
	left:auto;
	background-position: 0 0;
	margin-left:0;
	
}

#nav a 
	{
	font: 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin-left:14px;
	white-space:nowrap;
	color: #FFFFFF;
	text-decoration: none;
	cursor:pointer;
	}
	
ul a
	{
	font-weight: bold;
	color: #B8D545;
	cursor: default;
	height:30px;
	padding-top:+5px;
}

ul ul a:link, ul ul a:visited
	{
	font-weight: normal;
	color: #793d23;
	cursor: pointer;
	text-align:left;
	}

ul ul a:hover, ul ul a:active
	{
	font-weight: normal;
	color: #793d23;
	cursor: pointer;
	text-align:left;
	}

ul li
	{
	background-image:url('/images/button.png');
	background-repeat:no-repeat;
	
	}
	
ul li:hover
	{
	background-image:url('/images/button_over.png');
	background-repeat:no-repeat;
	
	}

ul ul li
	{
	width:162px;
	
	}
