@charset "utf-8";
.urbangreymenu{
	width: 200px; /*width of menu*/
}
.urbangreymenu  h3.headerbar {
	margin: 0px;
	padding: 0px;

}
.urbangreymenu   h3.headerbar a {
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	background-color: #669D42;
	background-image: url(../images/arrowstop.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-right: 22px;
	margin-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6CE8A;
	margin-top: 0px;
	padding-right: 0px;
	text-decoration: none;
}
.urbangreymenu   h3.headerbar a:hover {
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*31px is left indentation of header text*/
	background-color: #3D5C27;
	background-image: url(../images/arrowstop.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-right: 22px;
	margin-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6CE8A;
	margin-top: 0px;
	padding-right: 0px;
	text-decoration: none;
}
.urbangreymenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.urbangreymenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	margin-right: 22px;
	margin-left: 12px;
}
.urbangreymenu ul li a{
	color: #171717;
	display: block;
	padding: 5px 0;
	line-height: 14px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #E9FFD1;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9DCA80;
}
.urbangreymenu ul li a:visited{
	color: #000000;
}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #FF6600;
	background-color: #FEF0D6;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B94A00;
}

