@charset "UTF-8";
/* CSS Document */




.menu{
width: 160px; /*width of menu*/
}



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

.menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.menu ul li a{
font: normal 14px trebuchet ms, sans serif;
color: #000000;
background: #ffec87;
display: block;
padding: 8px 0;
line-height: 17px;
padding-left: 30px; /*link text is indented 8px*/
text-decoration: none;
}

.menu ul li a:visited{
color: black;
}

.menu ul li a:hover{ /*hover state CSS*/
color: black;
background: white;
}
#cba935;