
.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: url(/images/bg_panels.png) no-repeat 0px 0px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 7px;
margin:0px;
}

.urbangreymenu .headerbar a{
font-size:14px;
text-decoration: none;
color: #bf5153;
display: block;
}
.urbangreymenu .headerbar h3{
	font-style: normal;
	font-weight: bold;
	color:#000000;
	font-size: 13px;
	margin: 0px auto;
	text-align:left;
}
h4{
	font-style: normal;
	font-weight: bold;
	color:#000000;
	font-size: 2px;
	margin: 0px auto;
	text-align:left;
	padding:0px;
}
.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
background: #ffffff url(/images/bg_subpanels.png) no-repeat 0px 0px;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
color:#444;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #999;
background: #ffffff url(/images/bg_subpanels2.png) no-repeat 0px 0px;
}

