#nav{
	font-weight:bold;											/* Style for vertical navigation bar*/
	position: absolute;
	width:10em;
	background-color: #669966;
	margin-left:10px;
	font-size:12px;
	left: 0%;
	top: 66px;
	z-index: 1;
}

#nav ul{padding:5px; list-style:none;}
#nav ul{
	display:block;
	float:none;
	width:9em;
	border-spacing:4px;
	border-bottom:#DCE08D dotted 1px;
}
#nav a{
	display:block;
	width:10em;
	color: #6F0;
}

#nav a:hover{
	display:block;
	width:8em;
	color: #FC0;
}

a:link{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}												/* style for horizontal navigation on the site*/
a:visited{color: #C60;}
a:focus{color: #6F0;}
a:hover {color: #FFC}
a:active {color:#660033; background-color:#006600;}

.navbar ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index: 2;
}
.navbar a{display: block; width:10em;}
.navbar li {
	float:none;
	width:9em;
	list-style: none; border-bottom:#DCE08D dotted 1px; padding:8px 2px 6px; 
}

.navbar li ul{display:none;background-color: #040; font-size:12px; font-weight:bold;}
.navbar li:hover ul{display:block; width:10em; position:absolute; color:#FFC; list-style:none; text-align: left;}
div.screen {clear:left}	
