.listmenu{
width: 150px; /*width of menu*/
margin-top: 12px;
margin-bottom: 60px;
}


.listmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.listmenu ul li{
padding-bottom: 0px; 
height: auto;
margin-bottom: 0px;




}

.listmenu ul li a{
color: #515151;
display: block;
padding: 0px 0 0 0;
padding-left: 6px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-family: "Book Antiqua", sans-serif;
height: auto;
border-bottom: 1px solid #98bac9;
font-size: 15px;
line-height: 25px;


}

.listmenu ul li a:visited{
color: #515151;

}

.listmenu ul li a:hover{ /*hover state CSS*/
color: #6d8e15;
background-color: #F3F3F3;

}
