#menu li {
	list-style-type: none;
	height: 20px;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	left: 0px;
	display: inline;
	padding-left: 5px;
}

#menu li a {
	background-color: #dcdbdb;
	text-decoration: none;
	border: 3px double #7e7e7e;
	margin-bottom: 2px;
	padding-left: 5px;
	padding-right: 9px;
	padding-top: 5px;
	height: 20px;
	float:left;
	width: auto;
	left: 0px;
}
#menu li a:hover {
	background-color: #ececec;
	text-decoration: none;
	border: 3px double #7e7e7e;
	margin-bottom: 2px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 5px;
	float:left;
	color: #7e7e7e;
	left: 0px;
}
