#nav ul{
margin-left:10px;
padding-left:10px;
list-style:none;}

#nav li{
display:inline;}

#nav a{
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	float: none;
	height: 20px;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
	text-decoration: none;
}

#nav a:hover{
	background-color:#560012;
	border-bottom-color:#7E3C46;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}