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

.urbangreymenu {
	width: 190px; /*width of menu*/
	font-family: "Times New Roman", Times, serif;
	z-index: 5;
	position: absolute;
	top: 130px;
	left: 35px;
}

.urbangreymenu .headerbar{
	color: #600; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px;
	padding: 0px;
}

.urbangreymenu .headerbar a{
	text-decoration: none;
	color: #600;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

.urbangreymenu .headerbar a:hover {
	text-decoration: underline;	
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	margin-top: 5px;
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
	font: normal 14px Georgia, Times;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 20px; /*link text is indented 8px*/
	text-decoration: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.urbangreymenu ul li a:visited{
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	text-decoration: underline;
