.urbangreymenu{
width: 193px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: 10px arial;
color: white;
background: #BB0202;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: lowercase;
text-indent: 10px;
padding: 7px 0 7px 0; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
background: #BB0202;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: 11px Arial;
color: white;
text-transform: uppercase;
position: relative;
background: #DA0000;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: white;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
color: black;
background: #E3E3E3;
}

