@charset "UTF-8";
/* CSS Document */


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

.urbangreymenu .headerbar{
	color: #495831; /*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; /*31px is left indentation of header text*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 28px;
	margin-top: 0px;
	background-color: #DFF0CB;
	background-image: url(images/arrowstop.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495831;
	text-align: left;
}
.urbangreymenu .headerbar2{
	color: #495831; /*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; /*31px is left indentation of header text*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 28px;
	margin-top: 0px;
	background-color: #DFF0CB;
	background-image: url(images/arrowstop_r.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #495831;
	text-align: left;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #495831;
	display: block;
}

.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: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	color: #27311B;
	background: #e0f0cc;
	display: block;
	padding: 5px 0;
	line-height: 5px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}

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

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: white;
	background-color: #6D854A;
}
.info_paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #485730;
	text-align: left;
}
