/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/
#nav {
}

#nav, #nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align: left;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li li a.hasChildren {
	background: url(MRPix/rightarrow2.gif) center right no-repeat;
}

#nav li {
    list-style: none;
	float: left;
}

#nav li a{
	margin: 0 3px 0 3px;
	padding: 7px;
	background: #2F544C;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 14.4em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	background: #fff;
	border: 1px solid #939393;
}

#nav li li {
	padding-right: .25em;
	width: 14em;
	border-bottom: 1px dotted #666666;
}

#nav li ul a {
	width: 14.4em;
	w\idth: 12em;
	background: #fff;
	color: #666666;
}

#nav li li a:hover {
	color: #0066af;
	text-decoration: underline;
}

#nav li ul ul {
	margin: -1.65em 0 0 10.5em;
}

#nav li ul ul li a {
	width: 14em;
}

#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;  
}


