﻿ul#menuc {
	width: 100%;
	height: 43px;
	background: url("/Images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menuc li {
	display: block;
	float: left;
}
ul#menuc li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 14px 0;
}
ul#menuc li a:hover {
	color: #333;
}
ul#menuc li a.current {
	color: #FFF;
	background: url("/Images/current-bg.gif") top left repeat-x;
}
