.urbangreymenu{
	width: 180px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 13px Arial;
	color: white;
	background: black url(../images/footer_bg.png) repeat-x; /*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: center;
	padding: 7px;
	line-height: 30px;
	height: 30px;
	border: 2px Solid Grey;}

.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{
	border-bottom: 1px Solid White;
}

.urbangreymenu ul li a{
	font: bold 11px Arial;
	color: white;
	background: black url(../images/blockdefault.gif) center center repeat-x;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
	color: white;
}

.urbangreymenu ul li a:hover, .urbangreymenu ul li .current{ /*hover state CSS*/
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}