@charset "utf-8";

/* CSS Document */

.urbangreymenu{

/*width: 200px; *//*width of menu*/

}

.urbangreymenu .accordionHead{

color: white;

 /*last 2 values are the x and y coordinates of bullet image*/

margin-bottom: 2px; /*bottom spacing between header and rest of content*/

/*
padding: 0px 0 0px 31px;*/ /*31px is left indentation of header text*/

}

.urbangreymenu .accordionHead a{
background: url(../images/mod_li_bg.png) no-repeat center bottom; 
text-decoration: none;

color: white;

display: block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	/*color: #009ee0;*/
	height: 22px;
	line-height: 22px;
}

.urbangreymenu .accordionHead a.acc1{
	display: none;
	}

.urbangreymenu .accordionHead a.acc2,
.urbangreymenu .accordionHead a.acc2:hover,
.urbangreymenu h3#active a.acc2:link,
.urbangreymenu h3#active a.acc2:active,
.urbangreymenu h3#active a.acc2:visited
 {
	color: #ce036f;
}

.urbangreymenu .accordionHead a.acc3,
.urbangreymenu .accordionHead a.acc3:hover,
.urbangreymenu h3#active a.acc3:link,
.urbangreymenu h3#active a.acc3:active,
.urbangreymenu h3#active a.acc3:visited
 {
	color: #009ee0;
}

.urbangreymenu .accordionHead a:hover,
/*.urbangreymenu h3#active a:link,*/
.urbangreymenu h3#active a:active,
.urbangreymenu h3#active a:visited
 {
	background:  url(../images/mod_li_hover.png) no-repeat center top;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.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{
	height: 22px;
	line-height: 22px;
padding-bottom: 2px; /*bottom spacing between menu items*/
background: url(../images/mod_li_border.jpg) no-repeat center bottom;
}

.urbangreymenu ul li a{
	text-align: center;
	font-size: 11px;
	font-weight: normal;

	color: #fff;



display: block;

padding-left: 0px; /*link text is indented 8px*/

text-decoration: none;

}

.urbangreymenu ul li a:hover,
.urbangreymenu ul li#active a:link,
.urbangreymenu ul li#active a:active,
.urbangreymenu ul li#active a:visited
{ /*hover state CSS*/

	/*color: #fff;*/
	color: #bababa;
	text-decoration: none;

/*background:#3399CC;*/

}


ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{

display:none !important;

height:0 !important;

position:absolute !important;

left:-10000px !important;

}
