#menu {
	width: 80%;
	min-width: 900px;
	height: 30px;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	/**/
	position: relative;
	top:0px;
	z-index:9;
	/**/
	border-bottom: 1px solid #999;
	/**/
	text-align:center;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#menu a {
	width: auto;
	height:10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	/**/
	color: #333;
	text-decoration: none;
}

/*#menu a:visited {
	color: #f00;
	text-decoration: none;
}*/

#menu a:hover {
	width: auto;
	height:10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;	
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	/**/
	color: #666;
	text-decoration: none;
}

/*#menu a:active {
	color: #333333;
	text-decoration: none;
}*/
