@charset "UTF-8";
/* CSS Document */
/*.content_right_column {
	margin-left: 22px;
	margin-bottom: 0;
	padding: 16px 16px 16px 0;
	width: 232px;
	background-color:#eeefd1;
}*/

#navcontainer {
	width: 205px;
	/*background:#eeefd1;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding: 15px 5px;
	float: right;
	margin-top: 30px;
}

#navlist
{
	margin-left: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#navlist li {
	list-style: none;
	padding: 5px 10px;
	background-image: url(/webV2/images/arrowr.png);
	background-repeat: no-repeat;
	background-position: 0 .8em;
	border-bottom: 1px dotted #fbad22; (#ccc)
}
#navlist ul li {
	list-style: none;
	padding: 5px 10px;
	background-image: url(/webV2/images/arrowr.png);
	background-repeat: no-repeat;
	border-bottom: 0px dotted #fbad22;
	margin-left: -26px;
}

#navlist li a:hover {
	color: orange;
}

#active a {
	color: purple;
}

.links { 
	text-decoration: none; 
}
