#rootlist {
	list-style: none;
	margin: 10px 0;
	float: left;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(../images/seperator.gif);
	padding: 0;
	padding-left: 20px;
	line-height: 1;
}
#rootlist li {
	float: left;	
	margin: 0;
	padding: 0;
	position: relative;
}
#rootlist a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image: url(../images/seperator.gif);	
	line-height: 140%;
}
#rootlist a:hover {
	text-decoration: underline;
}

#rootlist ul a {
	width: 170px;
	background-color: #FFF;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	background-image: none;
	float: none;
	font-weight: normal;
	border: none;
	border-left: 1px dotted #3d4765;
	border-right: 1px dotted #3d4765;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url(../images/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	color: #0252b8;
}
#rootlist ul a:hover {
	color: #59b0e8;/*-------------*/
	text-decoration: none;
}
#rootlist ul li {
	list-style: none;
	float: none;
	display: inline;
	position: static;
}
#rootlist li ul {
	position: absolute;
	left: -9999px;
	margin-top: 1.5em;
	float: none;
	background-image: url(../images/ulbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px;
	padding-top: 15px;
	border-bottom: 1px dotted #3d4765;
	width: 200px;
	margin-left: 20px;
}
#rootlist li ul ul {
	margin: -1em 0 0 100px;
	z-index: 100;
	border-bottom: 1px dotted #3d4765;
}
#rootlist li ul ul li {
	background-color: #ffffff;
	z-index: 20;
}
#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;
}
