#menu ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}

#menu ul li {
	float: left;
	width: 120px; /*120*/
	height: 25px;
	margin: 0px;
	background-image: url("../img/menuBtn.gif");
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align: right;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}

#menu ul li:hover {
	background-image: url("../img/menuBtnOn.gif");
	background-repeat: no-repeat;
}

#menu ul li a {
	color: #000000;
	text-decoration: none;
	margin-right: 20px;
}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;
}
