#hornav *{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#hornav {
	width: 780px;
	height: 30px;
}
#hornav ul {
	list-style-type: none;
}
#hornav ul li {
	float: left;
	width: 130px;
	text-align: center;
	height: 26px;
	padding-top: 4px;
	background-image: url(../images/menu-button.jpg);
	background-repeat: no-repeat;
}
#hornav ul li a {
	text-decoration: none;
	color: #000;
}
#hornav ul li a:hover {
	height: 30px;
}
#hornav ul li:hover {
	float: left;
	width: 130px;
	text-align: center;
	height: 26px;
	padding-top: 4px;
	background-image: url(../images/menu-button-down.jpg);
	background-repeat: no-repeat;
}
