.urbangreymenu{
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.urbangreymenu .headerbar{
	font: bold;
	color: #333;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	border-top: solid 1px #E4E4E4;
	border-bottom: solid 1px #BABABA;
	padding: 2px 0 2px 5px; /*31px is left indentation of header text*/
	background-color: #CCCCCC;
	cursor: pointer;
}
.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
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;
}
.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
padding: 5px 0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.urbangreymenu ul li a:visited{
color: black;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

