/*menu*/
.urbangreymenu {
	position: relative;
	width:200px; /*width of menu*/
	height:auto;
	padding-top: 7px;
	padding-bottom: 17px;
	background-color:#222222;
	text-align: right;
	/*float:left;*/
}

.urbangreymenu p{
	font: 10px Verdana;
	text-align:right;
	color: white;
	padding-right: 25px;	
	padding-top: 10px;
}

.urbangreymenu .headerbar {
	color: white;
	text-transform: none;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana;
	text-align: right;
	font-size: 16px;
	line-height: 30px;
}

.urbangreymenu .submenuheader{
	color: white;
	text-transform: none;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: Verdana;
	text-align: right;
	font-size: 12px;
	line-height: 22px;
}

.nested{
	padding-left: 4px;
}

.urbangreymenu .headerbar a {
	text-decoration: none;
	color: #1eb2d9;
}

.urbangreymenu .headerbar a:hover {
	color: #FFFFFF;
}
.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 {
	text-align:right;
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a {
	font: normal 10px Verdana;
	color: white;
	/*background: #333333;*/
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-right: 30px; /*link text is indented 8px*/
	text-decoration: none;
}
.urbangreymenu ul li a:visited {
	color: white;
}
.urbangreymenu ul li a:hover { /*hover state CSS*/
	color: white;
	background:#666666;
}

.urbangreymenu .address {
	padding-top: 70px;
	
}

#current {
	text-decoration: underline;
	color: #ffffff;
/*	color:#ce171f;
*/}

#currentSub {
	background: black;
	text-decoration: none;
	color:white;
}
