#sitenav {
	width: 100%;
	clear: both;
	margin-right: 10px;
}

#sitenav li {
	display: block;
	float: right;
	text-decoration: none;
	list-style: none;
}

#menu {
	height: 30px;
}

#menu li {
	height: 30px;
	padding: 0 5px 0 5px;
}
#menu li.active {
	background: url("i/MenuActive.png") no-repeat 50% 100%;
}

#menu li a:hover {
	background: url("i/MenuHighlight.png") no-repeat 50% 0px;
}



