#nav{
	font-family: tahoma, Georgia, "Times New Roman", Times, serif;
	width:100%;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 31px;
}

#nav ul {
padding:0px; 
margin:0px;
list-style-type: none;

}

#nav ul li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}


/* set up the default top level links */
#nav ul li a {
	display:inline;
	text-decoration:none;
	color:#666666;
	background:#fff;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	line-height: 31px;
}




#nav ul li a:hover {
	
	text-decoration:none;
	color:#666666;
	
	height:1.4em;
	background:#fff;
	
	font-weight: bold;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#nav ul li a:active {
	display:inline;
	text-decoration:none;
	color:#666666;
	background:#fff;

}
