/* CSS Document */

#list-menu {
	width: 175px;
	margin-top: 20px;
	margin-left: 15px;
}

#list-menu ul {
	font-family: helvetica, arial, sanf-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 4em;
	font-weight: bold;
} 

#list-menu li {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #CE000C;
	background-image: url(../images/button-over.jpg);
}

#list-menu a {
	display: block;
	width:175px;
	text-decoration: none; /*lets remove the link underlines*/
	background-image: url(../images/button.jpg);
	height: 48px;
	padding: 0px;
	background-repeat: no-repeat;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #CE000C;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
}


#list-menu a:hover {
	color: #ffffff;
	background-image: url(../images/button-over.jpg);
	background-repeat: no-repeat;
}
