.urbangreymenu{
width: 500px;
padding-top: 50px;
margin: auto auto auto 175px;
padding-bottom: 50px;
text-align: center;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 20px 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 10px; /*bottom spacing between menu items*/

}

.urbangreymenu ul li a{
background: #E9E9E9;
display: block;
padding: 30px 0 30px 8px; /*link text is indented 8px*/
text-decoration: none;
font: normal 25px/17px Georgia, "Times New Roman", Times, serif;
border: 1px solid #cdcdcd;
color: gray;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{
background: #d9d9d9;
border: 1px solid #cdcdcd;

}