#top ul {
	position: relative;
	float: left;
	height: 30px;
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
	background: #cc9933;
}
#top li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 7px 0px;
}

#top a {
	display: block;
	color: #000;
	text-decoration: none;
}

#top a:hover {
	text-decoration: none;
	color:#fff;
}


#nav ul{
	position: relative;
	float: left;
	height: 30px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background: #cc9933;
}

#nav li{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 7px 0px;
}

#nav a{
	display: block;
	color: #000;
	text-decoration: none;
} 

#nav a:hover{
	text-decoration: none;
	color:#fff;
}