.menu
ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:17px;
	list-style: none;
	width: 120px;
	display: block;
	background-position: 0px 0px;
	margin: 0;
	padding: 0px 10px;
	text-decoration: none;
	height: 40px;
	text-align:center;
	color: #FF0000;
}
ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:17px;
	list-style: none;
    text-align:center;
	width: 120px;
	display: block;
	background-position: 0px 0px;
	margin: 0;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	height: 40px;
	color: #FF0000;
}
ul a:visited {
	display: block;
	padding: 10px 8px;
	font-weight: bold;
	text-align:center;
	background: url(../images/button.jpg) repeat-x top;
	color: #DF3F03;
	background-position: 0px 0px;
	text-decoration: none;
}

ul a:link {
	display: block;
	padding: 10px 8px;
	text-align:center;
	font-weight: bold;
	background: url('../images/button.jpg') repeat-x top;
	color: #FF0000;
	background-position: 0px 0px;
	text-decoration: none;
}

ul a:hover {
	background-color: #;
	background-position: 0px -40px;
	color: #FFFFFF;

}
