#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:right;
}
#menu a {
	background: #000000;
	border-bottom: 1px solid #000000;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 4px 30px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #000000 url("images/hover.gif") right center no-repeat;
	color: #AAAAAA;
	padding: 4px 30px;
}
#menu a.on:link {
	background: #000000 url("images/hover.gif") right center no-repeat;
	color: #AAAAAA;
	padding: 4px 30px;
}

#menu a.on:visited {
	background: #000000 url("images/hover.gif") right center no-repeat;
	color: #AAAAAA;
	padding: 4px 30px;
}

#menu a.on:hover {
	background: #000000 url("images/hover.gif") right center no-repeat;
	color: #AAAAAA;
	padding: 4px 30px;
}




