.menu{
margin-left: auto;
margin-right: auto;
width: 190px; /*width of menu*/
}

.menu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

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

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

.menu ul li a{
font: normal 12px Arial;
color: #a79787;
background: black;
display: block;
padding: 2px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.menu ul li a:visited{
color: #a79787;
}

.menu ul li a:hover{ /*hover state CSS*/
color: #a79787;
background: #2e2f31;
}
