@charset "utf-8";
/* CSS Document */
body {background-color:#D1CFC6;}
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: 26px;
	width: 160px;
	padding: 5px 0 0 7px;
	color:#ffffec;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

li a {
	display:block;
	background: #FFF url(images/newnav/list-item.png) repeat-y;
	padding: 0 0 6px 16px;
	margin:0;
	width:144px;
	color:#000;
	text-decoration:none;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
li a:hover {
	color:#C8863E;}
