@charset "utf-8";

/* CSS Document */

.urbangreymenu{
width: 175px; /*width of menu*/

}

.urbangreymenu .accordionHead{

color:#364F88;
font-size:12px;
background:url(../images/bgmenu.jpg) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
width: 175px;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/

}

.urbangreymenu .accordionHead a{

text-decoration: none;
color:#364F88;
}

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

}

.urbangreymenu ul li a{

font: normal 12px Arial;
color: #364F88;
padding: 5px 0;
padding-left: 0px; /*link text is indented 8px*/
text-decoration: none;

}

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


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

display:none !important;
height:0 !important;
position:absolute !important;
left:-10000px !important;

}