*{
list-style: none;
margin: 0px;
padding: 0px;
}

#menu {
list-style: none;
width: 155px;
height: 214px;
margin:30px 0 0 0;
color:#fff;
text-align:left;
}
li {
background: #60BB22 url('../media/menu_under.png') repeat-y top left;

	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
	
}
#menu a {
margin-left:20px;
}
a{
color:#fff;
text-decoration:none;
}
a:visited {
color:#fff;
text-decoration:none;
}
a:hover  {
color:#fff;
text-decoration:underline;
}