/*** color #f7f5ed ***/


/* MENU */

.arrowlistmenu {
	width: 100%; /*width of menu*/
	margin:5px 0;
}

.arrowlistmenu .menuheader, .submenuheader { /*CSS class for menu headers in general (expanding or not!)*/
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
	
	color: #333;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	margin: 0 15px;
	background: transparent url('../imagenes/layout/bg-menuheader.png') repeat-x top right;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-border-radius:3px
}

.submenuheader {
	padding:0;
	padding:10px 0 10px 25px;	
}



.arrowlistmenu .openheader, .subarrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
    text-decoration: none;
    color: #fff;
    background: #303030;
    display: block;
    background: transparent url('../imagenes/layout/bg-menuheader-current.png') repeat-x top right;
    -moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-border-radius:3px
}

.subarrowlistmenu .openheader {

	}

.arrowlistmenu ul, .subarrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	margin:5px 15px;
	padding: 0 0 0 0;
	background: #484848;
	/*background: black url('../imagenes/layout/linea_menu_amarilla.png') no-repeat top right;*/
    -moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-border-radius:3px	
}
.subarrowlistmenu ul {
	padding: 0 0 0 0;
	/*background: #151515;*/
}

.arrowlistmenu ul li, .subarrowlistmenu ul li {
	line-height: 12px;
	margin:1px 0;
	padding:0 0 0 10px;
}

.arrowlistmenu ul li.titulo {
	padding:0 !important;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
}

.arrowlistmenu ul li a, .subarrowlistmenu ul li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color:#ccc;
    padding: 8px 20px;
}

.arrowlistmenu ul li a:visited{
}
.arrowlistmenu ul li:hover, .subarrowlistmenu ul li:hover {
	color: #fff;	
}
.arrowlistmenu ul li a:hover, .arrowlistmenu ul li a.current, .subarrowlistmenu ul li a:hover, .subarrowlistmenu ul li a.current{ /*hover state CSS*/
	background: url('../imagenes/layout/menu-current.png') no-repeat center right;*/
    color: #fff !important;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}


.arrowlistmenu h3 a, .subarrowlistmenu h3 a {
	color: #f2f2f2;
	font-size:15px;
	font-weight:bold;
/*	border-bottom:1px dashed #fefefe;*/
	padding:5px 20px 5px 5px;
	margin:10px 0 0 0;
	
}

.arrowlistmenu h3 a:hover, .arrowlistmenu h3:hover, .arrowlistmenu h3 a.current{
	color:#fff;
	background: transparent url('../imagenes/layout/bg-menuheader-current.png') repeat-x top right;
}

.subtitulo, .subtitulo:hover {
/*	border-bottom:1px dashed #666 !important;*/
	font-weight:bold !important;
	background:none !important;
	color:#fff !important;
}

.ico-config { background: url('../imagenes/layout/ico/config.png') no-repeat 15px top !important; }
.ico-world { background: url('../imagenes/layout/ico/world.png') no-repeat 15px top !important; }
.ico-user { background: url('../imagenes/layout/ico/user.png') no-repeat 15px top !important; }
.ico-industry { background: url('../imagenes/layout/ico/industry.png') no-repeat 15px top !important; }
.ico-buy { background: url('../imagenes/layout/ico/buy.png') no-repeat 15px top !important; }
.ico-orders { background: url('../imagenes/layout/ico/icono-pedidos.png') no-repeat 15px top !important; }

.ico-menu { background: url('../imagenes/layout/ico/menu.png') no-repeat left center !important; }
.ico-content { background: url('../imagenes/layout/ico/content.png') no-repeat left center !important; }
.ico-gallery { background: url('../imagenes/layout/ico/ico-gallery.png') no-repeat left center !important; }
.ico-foot { background: url('../imagenes/layout/ico/footer.png') no-repeat left center !important; }
.ico-advert { background: url('../imagenes/layout/ico/advert.png') no-repeat left center !important; }

.subcategoryitems li {
	margin:0;
	padding:0;	
}

.subcategoryitems{
	backgruond:#fff !important;	
}

.menu-opened {
	list-style-type: none;
	margin: 0;
	margin:5px 15px;
	padding: 0 0 0 0;
	background: #484848;
	/*background: black url('../imagenes/layout/linea_menu_amarilla.png') no-repeat top right;*/
    -moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-border-radius:3px			
}

.menu-opened li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color:#ccc;
    padding: 8px 20px;
}

.menu-opened li a:hover {
	background: url('../imagenes/layout/menu-current.png') no-repeat center right;*/
	color:#fff !important;
}
