.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
width: 181px;
font: bold 13px Verdana;
color: white;
background: #F3F3F3 url(../images/arrowstop.gif) no-repeat 4px 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: 5px 0 5px 25px; /*31px is left indentation of header text*/
text-decoration: none;
margin-left:1px;
border-top:1px solid #DADADA;



}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #626262;
display: block;
}

.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{
width: 204px;
padding-bottom: 2px; /*bottom spacing between menu items*/
margin-left:2px;

}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #F4F4F4;
display: block;
padding: 5px 0;
line-height: 12px;
padding-left: 20px; /*link text is indented 20px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #333;
}

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