#list-menu {
	width: 128px;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 
	/* 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;
} 


html>body #list-menu li a {
		width: auto;
		}


#list-menu a {
display: block;
width:126px;
padding: 2px 2px 2px 10px;
border: none;

text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: none;
color: #ffffff;
} 

#list-menu .chosen {
border: none;
color: #ffffff;
font-weight:bold;}

#list-menu .chosen:hover {
border: none;
color: #ffffff;}

.whitesm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.normalb {  font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; color: #000000}
.blacksm {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000}
a:hover { color: #467216}
.normalbbold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #E9D2EE; font-weight: bold}
.weeny {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #8711C6}
.normalbsmaller { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 ; line-height: normal}
table {border-color: #66a521}
