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

.urbangreymenu{
	width: 200px; /*width of menu*/
	margin: 0 0 0 12px;
	}

.urbangreymenu .headerbar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: white;
	margin: 0; /*bottom spacing between header and rest of content*/
	padding: 7px 0 7px 7px; /*31px is left indentation of header text*/
	}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: rgb(162,35,15);
	display: block;
	}
	
.urbangreymenu .singleBar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: rgb(162,35,15);
	margin: 0;
	padding: 7px 0 7px 7px;
	}

.urbangreymenu .singleBar a:link, .urbangreymenu .singleBar a:visited{
	text-decoration: none;
	color: rgb(162,35,15);
	display: block;
	}

.urbangreymenu .singleBar a:hover {
	text-decoration: none;
	color: black;
	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{
}

.urbangreymenu ul li a, .urbangreymenu ul li a:visited {
	font: normal 12px Arial;
	color: black;
	display: block;
	padding: 5px 0;
	padding-left: 15px;
	text-decoration: none;
	}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: rgb(162,35,15);
	background: rgb(254,237,196);
	}