#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:100%;
	text-align:right;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	display:inline;
	
}
#menu a {
	background: #333 url("../images/imagesmenu/seperator2.jpg") bottom right;
	color: gray;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
	line-height:36px;
}
#menu a:hover {
	background: #1b1b1b url("../images/imagesmenu/hover.gif") bottom center no-repeat;
	line-height:36px;
	color: white;
	padding-bottom: 8px;
	}
