
ul.nav, ul.nav li ul 
{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-weight:bold;
}


ul.nav li 
{
	/* thanks for not supporting a list style image for floating LIs IE you lame piece of shit */
	/* 	list-style-image: url('images/nav_inactive.gif'); */
	list-style:none;
	float: left;
	cursor: pointer;
	cursor: hand;
	color: #333;
	padding-left:16px;
	padding-right:20px;
}



	
ul.nav li.over, ul.nav li:hover {
	color: #ff6600;
	/* list-style-image: url('images/nav_active.gif'); */
	background: url('images/nav_active.gif') no-repeat left center;
}


