@charset "utf-8";

/* CSS Document */

.urbangreymenu{

	list-style: none;
	margin: 8px 0 0 0px;
	padding: 0px;

}

.urbangreymenu .accordionHead{

font: bold;

color: #FFF;

background-color:#e41a0e; /*last 2 values are the x and y coordinates of bullet image*/

margin: 1px 0 0px 0; /*bottom spacing between header and rest of content*/

text-transform: lowercase;

padding: 8px 0 8px 12px; /*31px is left indentation of header text*/

width: 295px;

font-size: 12px;

}


.urbangreymenu .accordionHead a{

text-decoration: none;

color: white;

display: block;

}

.urbangreymenu ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

width: 307px;

background: #e41a0e;

}

.urbangreymenu ul li{

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

background: #e41a0e;

width: 307px;

}

.urbangreymenu ul li a{

font: normal 11px Arial;

color: #fff;

display: block;

line-height: 17px;

margin-top: -4px;

padding: 0px 0 4px 23px; /*link text is indented 8px*/

width: 284px;

background: #e41a0e url('/nieuw/templates/homeflex/images/hrefarrow.gif') 13px 4px no-repeat;

text-decoration: none;

text-transform: lowercase;

}

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

text-decoration: underline;

background: #e41a0e url('/nieuw/templates/homeflex/images/hrefarrow.gif') 13px 4px no-repeat;

}

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

display:none !important;

height:0 !important;

position:absolute !important;

left:-10000px !important;

}