#rootlist {
	list-style: none;
	float: left;
	background-repeat: no-repeat;
	padding: 0;
	line-height: 1;
	position:relative;
	width:1000px;
	z-index:10;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:3px 0px;
}
#rootlist li {
	float: left;	
	margin: 0;
	padding: 0;
	position: relative;
}
#rootlist a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	float: left;
	line-height: 140%;
	border-right:1px dotted #FFFFFF;

}
#rootlist a:hover {
	color:#dfc759;
	background-color:#009325;
}

#rootlist ul a {
	width: 170px;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	background-image: none;
	float: none;
	font-weight: normal;
	border: none;
	padding-left: 20px;
	padding-top: 5px;
	border-right:1px dotted #FFFFFF;
	border-left:1px dotted #FFFFFF;
	color:#FFFFFF;
	background-color:#008000;
}
#rootlist ul a:hover {

}
#rootlist ul li {
	list-style: none;
	float: none;
	display: inline;
	position: static;

}
#rootlist li ul {
	position: absolute;
	left: -999em;
	margin-top: 1em;
	float: none;
	padding: 0px;
	padding-top: 15px;
	width: 170px;
	margin-left: -20px;
	border-bottom:1px dotted #FFFFFF;
}
#rootlist li ul ul {
	margin: -1.0em 0 0 50px;
	z-index: 10000;
}
#rootlist li ul ul li {
	z-index: 2000;
}
#rootlist li:hover ul ul, #rootlist li.sfhover ul ul {
	left: -999em;
}

#rootlist li:hover ul, #rootlist li li:hover ul, #rootlist li.sfhover ul, #rootlist li li.sfhover ul {
	left: 10px;
}
