/* CSS Document */

.urbangreymenu{
width: 99%; /*width of menu*/
height:150px;
margin-left:4px;
margin-right:4px;
}

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: #333;
background: #f5f5f5 url(images/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
border-bottom:1px solid #d5d5d5;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
margin-right:5px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #333;
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*/
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.urbangreymenu ul li a{
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#76472B ;

display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#76472B ;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#76472B ;
font: 11px Verdana, Arial, Helvetica, sans-serif;

}