
#HMenuCSS {
	/* background: #333; 
	background: url("back2.jpg");*/
	direction:rtl;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 460px;
	height:30px;
	overflow:hidden;
	margin-top: 1px;
	/* border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;*/
}
#HMenuCSS li {
	float: right;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:30px;
}
#HMenuCSS a 
{
	font-size:16px;
	font-weight:bold;
	/* background: #333 url("images/seperator.gif") bottom right no-repeat;
	background: url("seperator.gif") bottom left no-repeat;*/
	color: #fff;	
	display: block;
	float: left;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
}
#HMenuCSS a:hover 
{
	font-size:16px;
	font-weight:bold;
	/* background: #4c9ca7 url("hover.gif") bottom center no-repeat; */
	color: #324b23;
	background-color: #a7c398;
	padding-bottom: 8px;
}