.menu	{
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	list-style: none;
	width: 981px;
	height: 33px;
	background: url(images/menubg.jpg) left bottom no-repeat;
}

.menu li	{
	float: left;
	margin-left: 5px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	width: 106px;
	height: 33px;
	background: url(images/main.png) right 0px no-repeat;
}

.menu a	{
	color: #333333;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	border: 0px solid red;
	height: 26px;
	text-weight: none;
}

.menu a:hover	{	background: url(images/mainover.png) right 0px no-repeat;
}