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

.urbangreymenu .headerempty{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 11px; /*31px is left indentation of header text*/
	margin-top: 1px;
}

.urbangreymenu .headerempty a{
	text-decoration: none;
	color: #006;
	display: block;
}

.urbangreymenu .logo{
	margin-top:6px;
	margin-bottom:-6px;
	padding-left:10px;
}

.urbangreymenu .headerbar{
	border-bottom: thin solid #069;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 10px 0 4px 10px; /*31px is left indentation of header text*/
	margin-top: 1px;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #006;
display:block;
}

.urbangreymenu ul{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 26px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

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

.urbangreymenu ul li a{
font: 10px;
color: #006;
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #F00;
}

.urbangreymenu .submenu{
	background-color:#FF9;
	margin-left:26px;
	padding-left:4px;
}

