.urbangreymenu{
width: 258px; /*width of menu*/
}

.urbangreymenu .headerbar{
font-size: 15px;
font-family:"Trebuchet MS";
font-weight:bold;
color:#ffffff;
background: #d46b0a;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 1px 0px 1px 31px; /*31px is left indentation of header text*/
border-bottom:#ffffff solid 2px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color:#ffffff;
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:#faf8ee;
line-height: 15px;
padding-bottom: 0px; /*bottom spacing between menu items*/
border-bottom:#ececec solid 1px;
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color:#000000;
background-color:#faf8ee;
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: #a2b829;
}
