@charset "utf-8";

/* CSS Document */

.urbangreymenu{

width: 190px; /*width of menu*/
height:100%;
background:#FFF;
border-left:1.5px solid #FF0;
}

.urbangreymenu .accordionHead{

font: bold 11px Verdana;

color: white;

background: #C3C3C3 url(../images/arrowstop.gif) no-repeat 180px 10px; /*last 2 values are the x and y coordinates of bullet image*/

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

text-transform:none;
text-align:left;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;

 /*31px is left indentation of header text*/

}

.urbangreymenu .accordionHead a{

text-decoration: none;

color:#595959;

display: block;

}

.urbangreymenu .accordionHead a:hover{
	color:#FF1717;
	}
.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{

padding-bottom: 2px; /*bottom spacing between menu items*/

}

.urbangreymenu ul li a{

font:normal 12px Arial;

color: #030;

background: #FFFFE1;
border:1px solid #FF9;

display: block;

padding: 5px 3px;

line-height: 17px;
width:180px

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

text-decoration: none;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color:yellow;

background:#002800;

}

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

display:none !important;

height:0 !important;

position:absolute !important;

left:-10000px !important;

}