div#mnav {
	width:655px;
	height:43px;
	background-image: url(menubg.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 17px;
	float: right;
	margin-top: 21px;
}

div#mnav ul {
	list-style:none;
}

div#mnav a {
	display:block;
	width:123px;
	height:32px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #494949;
	font-weight: bold;
	padding-top: 11px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffb151;
}
div#mnav a:hover {
	background-image: url(over.JPG);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #074e7a;
	color: #FFF;
}

* {
	padding:0px;
	margin:0px;
}

div#mnav li {
	float:left;
	}
	
	div#mnav a.active {
			background-image: url(over.JPG);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #074e7a;
	color: #FFF;
	}
	
