/* CSS Document */
#navlist {

	border-right:#006600 solid 1px;
	float:right;
	position: relative; 
	width:180px;
	margin-top:15px;
	margin-left:2px; 
	margin-bottom: 20px;
	text-align:left;
} 

#navlist ul { 
	font-family:Verdana, Geneva, sans-serif;
	list-style-image:none;
	list-style: none; 
	margin: 0; 
	padding: 0; 
	position: relative; 
} 

#navlist li { 
	
	margin-top: 0px; 
	padding: 0; 
	background: url(../graphics/navlist_li.gif) right center no-repeat;
	list-style: none; 
} 
 

#navlist a {
	text-indent:8px;
	height:20px;
	border-bottom:#006600 solid 1px;
	padding-top:7px;
	padding-bottom:4px; 
	display: block; 
	font-size: 16px;  
	text-decoration: none; 
	color: #cc0000; 
	line-height: normal
	}

#navlist a:hover {
	background: url(../graphics/navlist_a_hover.gif) left center no-repeat;
	text-indent:40px;
	color:#ff0000;
} 

#navlist .selected a {
	text-indent:40px;
	color: #FFF; 
	background:url(../graphics/navlist_a_selected.png);
} 

#navlist .selected a:hover {
	color: #FFFFFF; 
	background: #932A2A;
}



