.urbangreymenu{ width: 165px; margin-top: 0; margin-left: 0; /*width of menu*/
}

.urbangreymenu .headerbar{ color: white; font: bold 13px Verdana; background-color: black; background-repeat: no-repeat; background-attachment: scroll; background-position: 8px 6px; margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase; padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
}

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

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

.urbangreymenu ul li a{ font: 12px/17px Arial; color: black; background: white; text-decoration: none; padding: 5px 0 5px 8px; display: block; }

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #808080;
}

a {
   outline: none;
}