#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style:none;
}
#nav {padding-left:15px;}
#nav a {
	left:10px;
	color:#000000;
	display: block;
	padding-top:7px;
	padding-bottom:7px;
}
#nav a:hover {text-decoration:none; color:#1e61ab;}
#nav li {
	float: left;}
#nav li ul { 
	position: absolute;
	padding-bottom:10px;
	background: url(../images/menu-bottom.gif) no-repeat bottom center;
	/*filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	*/
	width:120px;
	
	left: -999em;
	list-style:none;
}
#nav li ul a {padding:5px; width:110px;}
#nav li ul a:hover {background-color:#888; text-decoration:none; color:#fff;}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
}
.bullet{display:block; background-image: url(../images/bullet.gif); background-repeat: no-repeat; background-position: left 12px; padding-left:10px; padding-right:20px;}