#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 2px #C7C8CA;
	height: 29px;
	width: 878px;
}
#nav ul li
{
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li a
{
	display: block;
	height: 29px;
	width: 108px;
	background: url(/images/layout/bg-nav-main.gif) no-repeat top right;
	padding-left: 2px;
	line-height: 29px;
	text-align: center;
	color: Black;
	text-decoration: none;
}
#nav ul li.first a
{
	padding-left: 0px;
}
#nav ul li a:hover
{
	color: White;
	background: url(/images/layout/bg-nav-main-ro.gif) no-repeat top right;
}