/*	Name:	depts.css
	Site: http://www.townofbernalillo.org/departments.htm
	Author: Jon Guenther
	Last mod: 12-Dec-06
*/
#deptLinks {
	background-color: #cccccc;
	border-top: 2em solid #000066;
	color: 000066;
	margin-left: 90px;
	width: 440px;
}

/*** class selectors ***/
#deptLinks p.depts {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 80px;
}
#deptLinks p.depts a:link {
	background-image: url(../img/bullet.GIF);
	background-position: left;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	text-decoration: none;
}
#deptLinks p.depts a:visited {
	background-image: url(../img/bullet.GIF);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #cccccc;
	color: #000066;
	padding-left: 20px;
	text-decoration: none;
}
#deptLinks p.depts a:hover {
	background-image: url(../img/bullet.GIF);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000066;
	padding-left: 20px;
	text-decoration: underline;
}