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

.urbangreymenu .headerbar{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 3px 0px; /*31px is left indentation of header text*/
}

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

.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	border-bottom: 1px dotted #999999;
}

.urbangreymenu ul li a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px 0;
	line-height: 20px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

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