/* CSS Document */

#hlist-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#hlist-menu ul {
	list-style-type: none;
	width: 720px;
	height: 30px;
	clear: left;
	float: left;
	margin: 0px;
	padding: 0px;
}


#hlist-menu li {
	margin: 1px 5px;
	float: left;
	width: 112px;
	padding: 1px;
}
#hlist-menu a {
	display: block;
	width:112px;
	padding: 3px;
	border: 1px solid #FFFFFF;
	background: #B76F70;
	text-decoration: none;
	margin: 3px 5px;
}
#hlist-menu a:link, #hlist-menu a:active, #hlist-menu a:visited {
color: #FFFFFF;
}

#hlist-menu a:hover {
border: 1px solid #993333;
background: #993333;
color: #7D0000;
}

#hlist-menu a:hover {
border: 1px solid #993333;
background: #993333 url(images/background2.gif);
color: #7D0000;
}
