/* CSS Document */
#navcontainer {
	width:165px;
	padding-left:7px;
	margin-top:20px;
	margin-bottom:10px;
}
#navcontainer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:163px;
	font-size:11px;
	border:1px solid #ce9951;
}
#navcontainer li {
	margin:0;
}
#navcontainer a {
	display:block;
	color:#a57431;
	background-color:#ead9c3;
	width:150px;
	padding:4px 3px 4px 10px;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}
#navcontainer a:hover {
	color:#a57431;
	background-color:#e6cca8;
	background-image:url('images/arrow-right.gif');
	background-position:right;
	background-repeat:no-repeat;
}
#navcontainer a.active {
	color:#a57431;
	background-color:#e6cca8;
	background-image:url('images/arrow-right.gif');
	background-position:right;
	background-repeat:no-repeat;
}

