/* @override http://www.thefortuneco.com/green/auctionnav.css */

#auctionnav {
	margin:0;
	padding: 0;
	list-style-type:none;
}

#auctionnav li {
	background-color: #298839;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight:normal;
}

#auctionnav li.lastchild {
	border-bottom: none;
}

#auctionnav li a {
	text-shadow: #515151 1px 1px 1px;
	color: #FFF;
	filter: Shadow(Color=#515151, 	
		Direction=135, 
		Strength=1);
	text-decoration: none;
}
#auctionnav li a:hover {
	color: #000;
}

