/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

#nav {
	width: 1050px;
	height: 60px;
	margin: 0;}

#nav, #nav ul {
	float: left;
	font-size-adjust:.50;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
}

#nav a {
	display: block;
	color: #7C6240;
	text-decoration: none;
	padding: 0;
	font-size: 14px;
}

#nav li li a.hasChildren {
	background: url(MRPix/rightarrow2.gif) center right no-repeat;
}

#nav li {
    list-style: none;
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 24.4em;	
	font-weight: normal;
	border-width: 0.25em;
	margin: -27px 0 0 0;
	border: 1px solid #593D15;
}

#nav li li {
	width: 24.4em;
	padding: 4px .25em 4px .25em;
}



#nav li ul a {
	width: 24.4em;
}

#nav li ul ul {
	margin: -1.65em 0 0 24.5em;
}

#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;
}

#nav li:hover, #nav li.hover {
	position: static;  
	text-decoration: underline;
	color: #7C6240;
}

#nav a:hover  {
	text-decoration: underline;
	color: #7C6240;}

