/**
 * Style sheet menu
 */
#menu-1
{
	width:190px;
	float:left;
	margin:0;
	padding:0;
	background: #dbb23e;
	list-style: none;
}

#menu-1 li
{
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
}

#menu-1 a
{
	display:block;
	margin:0;
	padding:8px 0px 8px 12px;
	border-bottom:1px solid;
	font-weight:normal;
	text-decoration:none;
	color:#ccc;
	background: #869f66;
}

#menu-1 a:hover
{
	padding-bottom:8px;
	color:#fff;
	background: #dbb23e url("images/hover.gif") left center no-repeat;
}
