.urbangreymenu{
width:auto;
margin-left:3%;/*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 25px Verdana;
color: #0D72C7;
background:#CCCCCC url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
text-align:left;
padding-left:10%;
padding-top:4%;
padding-bottom:4%;
}

.urbangreymenu ul{
list-style-type: none;
margin-top:2%;
padding-left:4%;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
list-style-type:circle;
color:#000000;

}

.urbangreymenu ul li{
padding-bottom: 0%;
 /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font:normal 18px Arial;
color: #0D72C7;

background:#FFFFFF;
display: block;
padding: 9% 0;
line-height: 17px;
text-align:left;
text-decoration: none;
border-bottom:0.5px solid #CCCCCC;
border-top:0.5px solid #CCCCCC;
border-right:4px solid #0D72C7;
}

.urbangreymenu ul li a:visited{
color: #0D72C7;
}

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