/* CSS Document */

#navcontainer{
	background: transparent;
	width: 180px;
	padding: 3em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

#navlist{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid gray;
	width: 180px;
	background: transparent;
}

#navlist li{
	list-style: none;
	margin: 0;
	border-top: 1px solid gray;
	line-height:18px;
	padding:4px 16px;
	background: transparent url(../images/bullet_lg.gif) no-repeat 3px 8px;
}

#navlist li a { 
	color: #1A598F;
	text-decoration: none;
	background: transparent;
}

ul#navlist li a:hover, ul#navlist li#active a:hover{
	color: #800000;
	background: transparent;
}
