#menu {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	border-bottom: 1px solid #393939;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:bold;
	background-color: #ffffff;
	background-image: url(images/link.gif);
}
#menu a:hover {
	background: #FF6600 url("images/hover.gif") left center no-repeat;
	color: #FFFFFF;
	padding-bottom: 8px;
	font-style: italic;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}