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

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: #333333;
/*background: #606060 url(../images/arrowstop.gif) no-repeat 8px 3px; /*last 2 values are the x and y coordinates of bullet image*/
background: #ffffff url(../images/arrowstop.gif) no-repeat 8px 3px; /*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: capitalize;
padding: 4px 0px 6px 31px; /*31px is left indentation of header text*/
border-bottom:#d2d2d2 dashed 1px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #333333;
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{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

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

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

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