@charset "utf-8";

/* CSS Document */

.urbangreymenu{
	width: 260px; /*width of menu*/
	/*background-color: #FF0000;*/
}
.urbangreymenu h3 {
	margin: 0;
	padding: 0;
}
.urbangreymenu .accordionHead{
	font-weight: bold;
	font-size: 12px;
	color: white;
	background: #606060 url(../images/arrowstop.gif) no-repeat 240px center; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	/*text-transform: uppercase;*/
	padding: 2px 2px 2px 2px;
	white-space: nowrap;
	line-height: 50px;
	height: 50px;
}

.urbangreymenu .accordionHead a{
	text-decoration: none;
	display: block;
}

.urbangreymenu .accordionHead a:link, .urbangreymenu .accordionHead a:active, .urbangreymenu .accordionHead a:visited {
	color: #d9dccc;
}
.urbangreymenu .accordionHead a:hover {
	color: #FFFFFF;
}

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

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

.urbangreymenu ul li a{
	font-size: 11px;
	font-weight: normal;
	color: black;
	background: #f1f1e8;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	/*padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
	text-align: center;
	background:#f7f7f4;
	font-weight: bold;
}

ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{
	display:none !important;
	height:0 !important;
	position:absolute !important;
	left:-10000px !important;
}
