#menu {
	background: 0 url(../../images/bg-menu.jpg) no-repeat;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 803px;
	height: 43px;
	text-transform: uppercase;
}
#menu li {
	float: left;
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #4C4C4C;
	display: block;
	float: left;
	margin: 0;
	padding: 12px 13px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	font-weight:normal;
	margin: 1px;
}
#menu a:hover {
	background: url(../../images/bg-menu-roll.jpg)  center repeat-x;
	color: #000;
	padding-bottom: 13px;
	margin: 1px;

	}
#menu li a#leftactive{
	background: url(../../images/bg-menu-roll.jpg)  center repeat-x;
	color: #000;
}

