/* CSS Document */

div.bullet{
	float:left;
	padding: 0px;
	line-height: 18px;
	width: 180px;
}

#navlist{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #000000;
	text-align:left;

}

#navlist li {
	padding-right: 20px;
	padding-top:2px;
	font: 15px tahoma ;
	color:#000000;
	background-image: url('../_images_/icon.GIF');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px dotted #CCCCCC;
}

#navlist a:link, #navlist a:visited
{
	font: 15px Tahoma;
	color:#000000;
	text-decoration: none;   
}

#navlist a:hover
{
	color: #004141;	
	font: 15px tahoma;
	font-weight:600;
}

