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

.urbangreymenu .headerbar{
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#000000;
	height:24px;
/*	background: url(../images/catback.gif) no-repeat;*/
	margin-top:0;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0 0px 0px 2px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;

color:#000000;
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: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 11px Arial;
color: black;
background: #CCCCCC;
display: block;
padding: 5px 0;
margin:0;
line-height: 12px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

