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

.urbangreymenu .headerbar{
	font: bold 12px Verdana; /*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;
	padding: 4px 0px 8px 0px; /*31px is left indentation of header text*/
	line-height: 110%;
}
.urbangreymenu .headerbar a {
	font: bold 12px Verdana; /*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;
	padding: 1px 0px 8px 0px; /*31px is left indentation of header text*/
	line-height: 110%;
	color: #b47d50;
	text-decoration: none;
}

.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: bold 11px Verdana;
	color: #b47d50;
	display: block;
	padding: 2px 0;
	line-height: 8px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #733205;
}
.expanded       {
	text-decoration: none;
	color: #733205;
	display: block;
}
.collapsed   {
	text-decoration: none;
	color: #b47d50;
	display: block;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b47d50;
	margin-top: 2px;
}
.urbangreymenu .headerbar a:hover {
	font: bold 12px Verdana; /*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;
	padding: 1px 0px 8px 0px; /*31px is left indentation of header text*/
	line-height: 110%;
	color: #733205;
	text-decoration: none;
}
