/*Son of Suckerfish 
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
*/

#nav, #nav ul {
	float: right;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 0 0;
	font-size:11px;
}

#nav ul{ position:static;}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em .5em;
}

#nav li li a.hasChildren {
	background: url(MRPix/rightarrow2.gif) center right no-repeat;
}

#nav li {
    list-style: none;
	float: left;
	padding: 0;
	width: 108px;
	background:url(images/buttonBG.gif) no-repeat center top; 
	text-align:center;margin:0 1px 0 0;
}

#nav li ul {
	position: absolute;
	/*float:left*/
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 10.9em;
	font-weight: normal;
	border:2px solid #000;
	margin: 0;
	background:#807E7F;
}

#nav li li {
	padding-right: .25em;
	width: 10.5em;
	background-image:none;
	text-align:left;
	border-bottom:1px solid #000;
}

#nav li ul a {
	width: 13.5em;
	w\idth: 8em;
}

#nav li ul ul {
	margin: -1.65em 0 0 10.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 {
	background:#dfdfe1 url(images/buttonBG.gif) no-repeat center;
}

#nav li ul li:hover, #nav li ul li.hover {
	background: #000;
}


