@charset "utf-8";

/* CSS Document */

.urbangreymenu{

width: 160px; /*width of menu*/
margin: 2px 5px 0 0;
float: left;
text-align: right;
padding: 0px;
list-style-type: none;
background:url(../images/menu.jpg)no-repeat;

}

.urbangreymenu .accordionHead{
font: bold 14px Arial;
color: white;
margin: 0 0 0px 0;; /*bottom spacing between header and rest of content*/
text-transform: normal;
padding: 0 5px 0 0; /*31px is left indentation of header text*/
}

.urbangreymenu .accordionHead a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu .accordionHead a:hover{
background: url(../images/hover.png) no-repeat left;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0 5px 0 0;
padding: 2px 0 0 0;
}


.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
margin: 0 0px 0 0;
}

.urbangreymenu ul li a{
font: bold 11px Arial;
color: white;
display: block;
padding: 0px 0;
line-height: 17px;
padding: 0px 0px 0 0px;
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
background: url(../images/hover.png) no-repeat left;
}

ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{

display:none !important;
height:0 !important;
position:absolute !important;
left:-10000px !important;
}
