#nav, #nav ul {
	width: 70em; 
	list-style: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
#nav li {float: left;}
#nav a {
	display: block;
	width: 10em;
	height: 2em;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color: #006600;
	border: 1px solid #ccc; 
	border-width: 0 1px 1px;
	} 
#nav a:hover {
	text-decoration: none;
	background:#D6EAB5;
	color: #000099;
	}
#nav a.bullet {background:#69c url(bullet.gif) no-repeat right;}
#nav a.bullet:hover {background: #c7daec url(bullet-over.gif) no-repeat right;	}
#nav li ul {
	position: absolute;
	left: -1000em;
	width: 10em;
	margin: 0;
	}
	
#nav li ul li {background: #c7daec;}


#nav ul ul {margin: -2.1em 0 0 10.1em;}
#nav li:hover ul ul, #nav li.over ul ul {left: -1000em;	}
#nav li:hover ul, #nav li li:hover ul, #nav li.over ul, #nav li li.over ul {
	left: auto;
}
ul#nav li.over ul li ul,
ul#nav li:hover ul li ul {
	display: none;
	}
ul#nav li.over ul li.over ul,
ul#nav li:hover ul li:hover ul {
	display: block;
	}
