	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 172px;
		
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	height:20px;
	margin-bottom : -2px;
	width: 172px;
  	border: 0 px;
	background-color:#6CA300;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 172px;
		margin-top : -18px;
		border: 0 px;
		background-color:#6CA300;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {

		width : 172px;
		display : block;
		color : white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-decoration : none;
		padding : 0 0px;
	}
	
	#nav li a:hover {
		color : white;
		background-color: #82C400;	
		height:20px;

		
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
		}
	#menu li:hover, #menu li.hover {
    position: static;
}
	
    </style>
<!--[if lte IE 6]>
<style type="text/css">
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 150x;
		margin-top : -18px;
	}
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 172px;
		margin-top : -18px;
	}
</style>
<![endif]-->
