#listnav {

	position: static;

	width: 175px;

	left: 25px;

	top: 50px;

	}

#listnav ul {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;
	
	font-weight: bold;
	
	margin: 0px;

	padding: 0px;

	border: none;

	list-style-type: none;

	text-indent: 15px;


}

#listnav li {

	margin-bottom: 4px;

}

#listnav a:link,#listnav a:visited {

	color: #FFFFFF;

	text-decoration: none;

}

#listnav a:hover {

	color: #000036;

}

#sellistnav a:link, #sellistnav a:visited, #sellistnav a:hover {

	color: #000036;

}

#linespacing {
	line-height: 1.4;
}

