#menu {
	float: left;
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: -1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
#menu li {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	border-right: #393939 1px solid;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #4E8192;
	background-image: url(../media/hover-o.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

