#menu {
	font: 14px "Arial Black", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

#menu ul{
	list-style:none;
	text-align: center; 
	margin: 0; 
	padding: 0;
	/* border-bottom: 1px solid #999999; */

}


#menu li {
	list-style: none;
	display: inline; 
	color: #555;
	text-align: center;
	white-space: nowrap;
	padding: 1em 1em;

	
}

#menu a  {
	list-style: none;
	display: inline; 
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-shadow: #000 0px 0px 2px;
	
}

#menu a:hover{
	list-style: none;
	display: inline; 
	border-bottom: 1px dotted #ac2f00;
	height: 15px;
	color: #ac2d00;
	text-shadow: #fff 0px 0px 2px;

}


/* #menu li a:first-child{
	height: 16px;
	border: none;
		display: inline; 

}

#menu li a:first-child:hover{
	border: none;
	height: 16px;
		display: inline; 

	border-bottom: 1px dotted #888888;
} */
