@charset "UTF-8";

	body {
		font-family: arial, helvetica, serif; color:
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 138px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 138px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 8.75em;
		margin-top : -1.75em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 138px;
		w\idth : 138px;
		display : block;
		color:#333333;
		font-weight : none;
		text-decoration : none;
		background-image:url(images/spacer2.gif);
		border : none;
		padding : 0 0 0 0;
	}
	
	#nav li a:hover {
		color: #009933;
		background-color: #CCCCCC;
	}
	
	#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;
	}

