#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #036;
	background-color: #006;
	height: 40px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#menu a {
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	background-color: #036;
	background-image: url(images/seperator.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 8px;
	background-color: #48C2E6;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
