
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 180px; /* was 212*/
		text-align:left;
	}

	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		/*margin-bottom : -1px;*/
		width: 180px;
	}

	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 180px; /* was 212*/
		margin-top : -2.0em;
	}

	ul{
	border:1px solid #adaa9c;
	}

	#nav{
	border:hidden;
	border-width:0px;
	/*margin-left:20px;*/
	}

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#nav li a {
		width: 100%;
		display : block;
		color : #232323;
		font-weight : normal;
		font-family:verdana,arial,sans-serif;
		font-size:11px;
		text-decoration : none;
		background-color : white;
		padding : 0px;  /* was  0.5em*/
		line-height:20px;
		/*padding-left:2px;*/
	}
	
	.sub{
		background-image:url(arrow.gif); 
		background-repeat:no-repeat; 
		background-position:right;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #07be00;
		line-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;
	}


/*
	#nav *:hover > a {
		background:#E8AC00 none repeat scroll 0% 50%;
		color:#FFFFFF;
	}

	#nav *:hover > .sub {
		background:#E8AC00 none repeat scroll 0% 50%;
		color:#FFFFFF;
		background-image:url(arrow.gif); 
		background-repeat:no-repeat; 
		background-position:right;
	}	*/