@charset "utf-8";

/* CSS Document */

.urbangreymenu{

width: 170px; /*width of menu*/
font-family:"Tahoma", Arial, Helvetica;

}
h3 
{
background-image:url(../images/menu1.png);
background-position:left center;
background-repeat:no-repeat;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
padding: 3px 0 3px 5px;
margin:0;
font-weight:bold;
}
.urbangreymenu .accordionHead{
font-family:"Tahoma", Arial, Helvetica;
font-size: 11px;
color: #FFFFFF;
font-weight:bold;
background:url(../images/menu21_sf.png); /*last 2 values are the x and y coordinates of bullet image*/
background-position:right center;
background-repeat:no-repeat;
padding: 3px 0 3px 5px; /*31px is left indentation of header text*/
margin:0 0 0 10px; 
}

#hijos{
font-family:"Tahoma", Arial, Helvetica;
font-size: 11px;
color: #FFFFFF;
font-weight:bold;
background:url(../images/menu21.png); /*last 2 values are the x and y coordinates of bullet image*/
background-position:right center;
background-repeat:no-repeat;
padding: 3px 0 3px 5px; /*31px is left indentation of header text*/
margin:0 0 0 10px; 
}




.urbangreymenu .accordionHead a{

text-decoration: none;
color: white;
display: block;

}
  

.urbangreymenu .accordionHead2{
font-family:"Tahoma", Arial, Helvetica;
font-size: 11px ;
color: #666666;
background-image:url(../images/menu-hijo.png);
background-position:right center ;
background-repeat:repeat-x;
/*background:#e9e9e9; last 2 values are the x and y coordinates of bullet image*/
/*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 3px 0 3px 5px; /*31px is left indentation of header text*/
margin:0 0 0 10px;

}
#accordionSub2
{
margin-left:10px;
}
.urbangreymenu .accordionHead2 a{
font-weight:normal;
text-decoration: none;
color: #666666;
display: block;
margin:0;
}

.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{

/*bottom spacing between menu items*/

}

.urbangreymenu ul li a{
font-family:"Tahoma", Arial, Helvetica;
font-size: 11px;
color: #666666;
background-image:url(../images/menu3.png);
background-position:center;
background-repeat:repeat-x;
display: block;
padding: 3px 0 3px 5px;
text-decoration: none;
margin:0 0 0 10px;

}

.urbangreymenu ul li a:hover{ /*hover state CSS*/

color:#333333;
}

ul.f2cnoshow,
ul.f2cnoshow li,
ul.f2cnoshow li a{

display:none !important;
height:0 !important;
position:absolute !important;
left:-10000px !important;

}

