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

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

#navright li li {
	margin-left: 16px;
}


#navright a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
	font-size: 12px; 
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-weight: bold;
 
	background: url(./../styles/default.png) 4px center no-repeat;
	padding: 5px 10px 5px 24px;
}

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

#navright a:hover 
{
 
	color: #ffffff;
	text-decoration: none;
}

#navright li.active>a 
{
 
	color: #000000;
}