/* URBAN GREY Menu CSS Document */
.urbangreymenu{
	width: 175px; /*width of menu*/
	margin-top: -10px;
	margin-bottom:10px;
}

.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	line-height: 13px;
}

.urbangreymenu .headerbar{
	color: #003300;
	background: #ECECFF url(images/sidemenuarrow.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*/
	text-transform: none;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: #003300;
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: 2px; /*bottom spacing between menu items*/
	height: 40px;
}

.urbangreymenu ul li a{
	color: #50A050;
	display: block;
	line-height: 17px;
	padding-left: 40px; /*link text is indented 8px*/
	text-decoration: none;
	background: url(images/menu4.gif);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.urbangreymenu ul li a:visited{
	color: #50A050;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #006600;
	background: white;
	background: url(images/menu4.gif) 0 -60px;
}