

/* CSS Document */



.urbangreymenu{

width: 200px; /*width of menu*/
padding-top: 0px;

}



.urbangreymenu .headerbar{

font: bold 13px Verdana;

color: #0f2c4b;

background-image: url(../images/bg4menu.gif);

margin-bottom: 2px; /*bottom spacing between header and rest of content*/

text-transform: none;

padding: 7px 20px 7px 31px; /*31px is left indentation of header text*/
text-align: right;
margin-top: 1px;
margin-left: 0em;
margin-bottom: 2px;
margin-right: 0em;
}

.urbangreymenu .subs{

background-image: url(../images/bg4menu2.gif);
margin-top: 1px;
margin-left: 0em;
margin-bottom: 1px;
margin-right: 0em;}


.urbangreymenu .headerbar a{

text-decoration: none;

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{

padding-bottom: 2px; /*bottom spacing between menu items*/

}

.urbangreymenu ul li a{

font: normal 17px Arial;

color:#22486f;

background: #f7d2e5;

display: block;

padding: 5px 0;

line-height: 17px;

padding-left: 8px; /*link text is indented 8px*/

text-decoration: none;
font-weight: bold;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color:#fff;

background:#d01774;

}

ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{

display:none !important;

height:0 !important;

position:absolute !important;

left:-10000px !important;

}
