

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

.urbangreymenu .headerbar{
font-size:14px;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
color: #A0D2FC;
background: #072A41 url(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*/

padding: 4px 0 4px 31px; /*31px is left indentation of header text*/
}

.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: 0px; /*bottom spacing between menu items*/
padding-top: 0px;
}

.urbangreymenu ul li a{
font: normal 13px Arial;
color: #ffffff;
/*background: #EEEEEE;*/
display: block;
border-bottom:1px solid #072A41;
padding: 10px;
padding-left: 12px; /*link text is indented 12px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #ffffff;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background:#0066cc;
}


