@charset "utf-8";
/* CSS Document */

ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	height: 30px;
	width: 756px;
	left: 120px;
	top: 0px;
}
ul li {
	list-style-type: none;
	display: inline;
	width: 150px;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
	height: 30px;
	float: left;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul li a {
	background-color: #6e1195;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	width: 150px;
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a526da;
	border-left-color: #a526da;
	background-image: url(images/button.png);
}
ul li a:hover {
	background-image: url(images/buttonhover.png);
}
