/* CSS Document */

#navlist ul{
	padding:0px;
	margin:0px;
}

#navlist li {
	list-style-type:none;
	background-image:url(images/bullet.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;

}


#navlist a {
	font:1.4em;
	line-height:0.8em;
	text-decoration:none;
	padding-bottom:1px;
	color:#558;	
}

#navlist a:hover {
	border-bottom: 1px dotted blue;
	text-decoration:none;
	}
	
#navlist 	a:visited{
	   color:#906;
}