/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

#nav {
	float: left;
	
	width: 757px;
	list-style: none;
	line-height: 0;
	background: #6e953a;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;

}

#nav ul {
	float: left;
	
	width: 761px;
	list-style: none;
	line-height: 1;
	background: #adc773;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0em 0;
	text-align:Left;
}

 #nav ul ul {
	float: left;
	
	width: 761px;
	list-style: none;
	line-height: 1;
	background: #858585;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0em 0;
}

#nav a {
	font-size: .8em;
    	text-decoration:none;
    	text-align:center;
    	font-weight:bold;
	display: block;
	width: 126px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0em 0em;
border-left:1px solid #FFFFFF;
}


#nav li li a {
	border-right:0px solid #6e953a;
	text-align:Left;
	width: 240;
	
}

#nav li li a.hasChildren {
	background: url(MRPix/rightarrow2.gif) center right no-repeat;
}

#nav li {
    list-style: none;
	float: left;
	padding: 0;
	line-height : 25px;
	width: 126;	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 244px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
}

#nav li li {
	padding-right: 0 em;
	width: 155px;
	line-height : 20px;
	border-right:0px;
}

#nav li ul a {
	width: 240px;
	border-right:0px; solid #858585;
}

#nav li ul ul {
	margin: -16px 0 0 -240px;
}

#nav li ul ul ul {
	margin: -16px 0 0 240px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.hover ul ul, #nav li.hover ul ul ul, #nav li.hover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.hover ul, #nav li li.hover ul, #nav li li li.hover ul , #nav li li li li.hover ul {
	left: auto;
	width: 240px;
}

#nav li:hover
{
	background: #eda;	
	width: auto;
}
 #nav li.hover {
	background: #eda;
	width: auto;
}


