/*	Name: main.css
	Site: http://www.townofbernalillo.org/ordinances.htm
	Author: Jon Guenther
	Last Mod: 8-Dec-06			
*/
#ordLinks {
	background-color: #cccccc;
	border-top: 2em solid #000066;
	color: 000066;
	margin-left: 90px;
	width: 440px;
}
ul#ordList {
	list-style: none;
}
ul#ordList li {
	background-image: url(../img/pdficon_small.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0.3em 0 0.2em 2em;
}
ul#ordList li a:link {
	color: #000066;
	text-decoration: none;
}
ul#ordList li a:visited {
	background-color: #cccccc;
	color: #000066;
	text-decoration: underline;
}
ul#ordList li a:hover {
	background-color: #fff;
	color: #000066;
	text-decoration: underline;
}
