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

.urbangreymenu{
width: 205px; /*width of menu*/
/*background: #EEE;
*/padding: 5px;
margin: 8px;
}

.urbangreymenu .accordionHead{
font-size: 12px !important;
color: #666;
background: #EEE;
/*background: url('../images/arrowstop.png') no-repeat 180px 6px; /*last 2 values are the x and y coordinates of bullet image*/
padding: 5px 0 5px 5px; /*31px is left indentation of header text*/
border-bottom:solid 1px #CCC;
}

.urbangreymenu .accordionHead a{
text-decoration: none;
color: #999 !important;
font-weight: normal !important;
display: block;
}

.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{
margin: 0 0 1px 0;
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size: 10px !important;
color: #666 !important;
font-weight: normal !important;
background: #FFF;
display: block;
padding: 2px 0 2px 15px;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color:#fff;
background:;
}

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

.separator {
cursor: default;
}