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

.urbangreymenu .headerbar{
font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight:normal;
color: #4f4f51;
/*background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 0; /*31px is left indentation of header text*/

}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #4f4f51;
display: block;
/*border-bottom:1px solid #CCC;*/
font-weight:bold;
}

.urbangreymenu .headerbar a:hover{
	color:#0099CC;	
	}

.urbangreymenu .headerbar02{
font-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight:normal;
color: #4f4f51;
/*background: #606060 url(arrowstop.gif) no-repeat 8px 6px; /*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 4px 0; /*31px is left indentation of header text*/
line-height:20px;
}

.urbangreymenu .headerbar02 a{
text-decoration: none;
color: #4f4f51;
display: block;
border-bottom:1px solid #f3f3f3;

font-weight:bold;
}
.urbangreymenu .headerbar02 a:hover{
	color:#0099CC;	
	}


.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-family: 'Open Sans', sans-serif;
	font-size:10px;
	font-weight:normal;
color: black;
/*background: #E9E9E9;*/
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #0099CC;
/*background: #9cdaff;*/
}