@charset "utf-8";
/* CSS Document */

ul {
	list-style:none;
	margin:0 0 8px 0;
	padding:0 0 6px 0;
	border: none;
	background: url(images/newnav/bottom-shadow.png) no-repeat left bottom;
}

li.heading {
	background: url(images/newnav/heading.png) no-repeat;
	height: 28px;
	width: 160px;
	padding: 3px 0 0 7px;
	color:#ffffec;
	font-weight:bold;
	
}

li a {
	display:block;
	background: url(images/newnav/list-item.png) repeat-y;
	padding: 0 0 0 16px;
	margin:0;
	width:144px;
	color:#000;
	text-decoration:none;
}
li a:hover {
	color:#C8863E;}