/* CSS Document */

#list-menu {
width: 140px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#list-menu ul {
	margin: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	padding: 0;
}

#list-menu li {
margin: 2px 0 0;
}

#list-menu a {
	display: block;
	width:140px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #000000;
	text-decoration: none; /*lets remove the link underlines*/
	background-color: #EFE3C6;
}

#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;
}
#NavColumn {
	padding-top: 0px;
	font-size: 10pt;
}
