/* WP Menubar newtone template

*/

#leftnav {
	float: left;
	background: url(nav_left.jpg) no-repeat left top;
	height: 45px;
	width: 28px;
}
#wpmnav {
	float: left;
	height: 39px;
	display: block;
	background: url(nav_right.jpg) no-repeat right top;
	margin: 5px 80px 0 2px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#wpmnav ul li {
	list-style: none;
	display: inline;
	font-size: 8pt;
}
#wpmnav a {
	margin-right: 12px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
#wpmnav a:hover, #wpmnav a.active {
	color: #eaff00;
}
