.urbangreymenu{
width: 100%; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Arial;
color:#013253; 
background-image:url(../images/bgleftmenu.jpg);
height:15px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 0px 20px; /*31px is left indentation of header text*/
}

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

}

.urbangreymenu ul{
list-style-type:disc;
margin: 0;
padding: 7px 0 0px 40px; /*31px is left indentation of header text*/
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

}

.urbangreymenu ul li a{
font: normal 13px Arial;
color:#557689; 
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
 font-size: 13px; text-decoration: none;  color:#ff7e00
 }
.urbangreymenu .headerbar a:hover{ /*hover state CSS*/
 font-size: 13px; text-decoration: none;  color:#ff7e00
 }
