#listnav {
	position: relative;
	width: 100px;
	left: 20px;
	top: 20px;
	background-color: #0E0E0E;
	margin-bottom: 20px;
	}
#listnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}
#listnav li {
	margin-bottom: 1px;
}
#listnav a {
	background-image: url(../images/csbtn2.jpg);
	display: block;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#listnav a:link, #listnav a:visited {
	color: #E7E7E7;
	text-decoration: none;
}
#listnav a:hover {
	color: #2D2D2D;
	background-image: url(../images/csbtn1.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#sellistnav a:link, #sellistnav a:visited, #sellistnav a:hover {
	color: #2D2D2D;
	background-image: url(../images/csbtn1.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
