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

.urbangreymenu .headerbar{
font: 13px Arial;
background: #f9f9f9 url(../images/arrow.jpg) no-repeat 12px 9px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
border-left:#e1e1e1 solid 1px;
border-right:#e1e1e1 solid 1px;
border-bottom:#e1e1e1 solid 1px;
font-weight:bold;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color:#000000;
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{
background-color:#f9f9f9;
line-height: 15px;
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#ffffff;
background-color:#e7854b;
display: block;
padding: 5px 0;
padding-left: 26px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#FFFFFF;
background: #ce550f;
padding-left:46px;
}
