 #nav {
	width: 100%;
	height: 35px;
	background: url(img/navback.gif) repeat-x 0 0;
	font-size: 12px;
	font-weight: bold;
}

 #nav a {
	color: #fff;
	line-height: 19px;
	padding: 8px 5px 8px 5px;
}

 #nav a:hover {
	text-decoration: none;
}

 #nav,  #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
 
 #nav a {
	display: block;
	width: 127px;
}

 #nav li li a {
width: 190px;
background: #EFEFEF;
text-align: left;
}

 #nav .current_page_item a,  #nav a:hover,  #nav .current_page_item a:hover {
	background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0;
}

 #nav .current_page_ancestor a {
	background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0;
	color: #fff !important;
}

 #nav .current_page_ancestor li a {
	background: #EFEFEF;
	color: #000 !important;
}

 #nav .current_page_ancestor li a:hover {
	color: #fff !important;
background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0 !important;
}

 #nav .current_page_ancestor .current_page_item a {
background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0 !important;
color: #fff !important;
}

 #nav .current_page_ancestor li.current_page_ancestor a {
	background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0;
	color: #fff !important;
}

 #nav .current_page_ancestor li.current_page_ancestor a:hover {
	color: #fff !important;
}

 #nav .current_page_ancestor li.current_page_ancestor li a {
background: #EFEFEF !important;
color: #000 !important;
}

 #nav .current_page_ancestor li.current_page_ancestor li a:hover {
background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0 !important;
	color: #fff !important;
}

 #nav .current_page_ancestor li.current_page_ancestor li.current_page_item a {
background: #6EBA45 url(img/navback-light.gif) repeat-x 0 0 !important;
	color: #fff !important;
}

 #nav li.current_page_ancestor li.current_page_item li a {color: #000 !important;}
 #nav li.current_page_ancestor li.current_page_item li a:hover {color: #fff !important}

 #nav .current_page_item li a {
	background: #EFEFEF;
	color: #000;
}

 #nav li li a {
	color: #000;
}

 #nav li li a:hover {
	color: #fff;
}
 
 #nav li { /* all list items */
	float: left;
	width: 137px; /* width needed or else Opera goes nuts */
text-align: center;
}
 
 #nav li ul {
	width:150px;
	display:none;
position: absolute;
}

 #nav li:hover ul, #nav li.sfhover ul {
	display:block;
width: 200px;
border: green 1px solid;
}
 
 #nav li ul ul { /* third-and-above-level lists */
	margin: -35px 0 0 135px;
}
 
 #nav li:hover ul ul,  #nav li.sfhover ul ul {
	left: -999em;
}

 #nav li:hover ul,  #nav li li:hover ul,  #nav li.sfhover ul,  #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
