#nav {
	width:800px;
	height:45px;
	padding: 0px;
	margin-top:15px;
	list-style: none;
	 } 
	 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	 } 


#nav a {
	display: block;
	width: 7em; 
	} 

#nav li {
	font-size:12px;
	float: left;
	width: 7em;
	padding-left:5px;
	border-left:1px dotted #CCC; 
	}
	
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #EEF9D9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	white-space: nowrap;
	} 

#nav li ul li {	
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}
	
#nav li:hover ul {
	left: auto; 
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto; 
	}