#cssnavcontainer ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
#cssnavcontainer ul li {
	padding-left: 0;
	height: 20px;
	background-position: 0 .5em;
	}
	
#cssnavcontainer ul li a {
	padding-left: 20px;
	background-image: url(/lib/images/arrow.gif);
	background-repeat: no-repeat;
	color: #CC9900;
	text-decoration: none;
	}
	
#cssnavcontainer ul li a#csscurrent {
	padding-left: 20px;
	background-image: url(/lib/images/arrow.gif);
	background-repeat: no-repeat;
	color: #990000;
	text-decoration: none;
	}
	
#cssnavcontainer ul li a:hover {
	padding-left: 20px;
	background-image: url(/lib/images/arrow2.gif);
	background-repeat: no-repeat;
	color: #990000;
	text-decoration: underline;
	}
