/* CSS Document */

#list-menu {
	width: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 2px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#list-menu li {
margin: 2px 0 0 4;
}
#list-menu a {
	display: block;
	width:95px;
	padding: 2px;
	border: 1px solid #000000;
	background: #B76F70;
	text-decoration: none;
	margin: 5px;
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333 url(images/background1.gif);
color: #ffffff;
}
