#navright ul {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
}

#navright li {
	margin: 0;
	padding: 0;
	position:relative;
	cursor: pointer;
}

#navright a {
	color: #453a27;
	text-decoration: none;
	display: block;
	font-size: 14px; 
	font-family: Raleway,Verdana,Helvetica,sans-serif;
 
	text-transform: uppercase;
	border-bottom: 1px solid #6d9745;
	background: url(./../styles/green_double_arrow.png) 4px center no-repeat;
	padding: 10px 10px 10px 26px;
}

#navright li:last-child a {
	border-bottom: none;
}

 
#navright li.active a 
{
	color: #453a27;
}
 
#navright li.active
{
	background: #aba59c;
}
	

#navright a:hover 
{
 
	color: #453a27 !important;
	text-decoration: none;
}

 
#navright li:hover
{
	background: #8ab064;
}
		