#menu  { 

	background: #fff;
	list-style: none;
	display: block;
	margin: 5;
	padding: 0;
	width: 100%;
	float: left
	line-height: 30px;
	#line-height: 16px;
	_line-height: 16px;

	}
#menu li {
	font: 12px Verdana, sans-serif;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 30px;
	#line-height: 16px;
	_line-height: 16px;
}
#menu a {
	background: #fff;
	border-bottom: 1px solid #393939;
	color: #CC0033;
	display: block;
	margin: 0;
	padding: 0px 0px 4px 35px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fff url("images/hover.gif") left center no-repeat;
	color: #666666;
	display: block;
	padding-bottom: 4px;
	padding-left: 32px;
	font-weight: bold;
}
