#menu {
	background: #c3d4e1;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 90% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #c3d4e1 url("hover2.gif") right center no-repeat;
	border-bottom: 1px solid #fff;
	color: #003366;
	display: block;
	margin: 0;
	padding: 5px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #003366 url("hover.gif") right center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}
