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

.urbangreymenu .headerempty{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(plus.gif) no-repeat 2px 4px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 12px; /*31px is left indentation of header text*/
	margin-top: 1px;
}

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

.urbangreymenu .headerbar{
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(plus.gif) no-repeat 2px 4px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 12px; /*31px is left indentation of header text*/
	margin-top: 1px;
}

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

.urbangreymenu ul{
	font: normal 11px 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: #000000;
display: block;
padding: 2px 0;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

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

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