.urbangreymenu{
	width: 200px; /*width of menu*/
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.urbangreymenu .headerbart {
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-indent: 10px; /*31px is left indentation of header text*/
	background-color: #7E6834;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 6px;
}
.urbangreymenu .headerbar{
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-indent: 10px; /*31px is left indentation of header text*/
	background-color: #B09248;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 6px;
}
.urbangreymenu .headerbar a{
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-indent: 10px; /*31px is left indentation of header text*/
	background-color: #B09248;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.urbangreymenu .headerbar a:link, active, visited{
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-indent: 10px; /*31px is left indentation of header text*/
	background-color: #B09248;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.urbangreymenu .headerbar a:hover {
	font: bold 13px Verdana;
	color: white;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	text-indent: 10px; /*31px is left indentation of header text*/
	background-color: #B09248;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.urbangreymenu ul{
list-style-type: none;
margin: 0px;
padding: 0px; /*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;
	color: black;
	position: relative;
	display: block;
	line-height: 17px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #EAE0B5;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
}

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

.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selectedanchor{ /*hover state CSS*/
	color: #B09248;
	background-color: #F5F0DC;
}
