/*ACOORDION STYLES*/

ul#menuGallery{
	width:113px;
	list-style:none;
	margin:0;
	top:0;
	position:relative;
	height:100%;
	padding:80px 54px 80px 30px;
}

ul#menuGallery li {
	text-align:left;
	cursor:hand;
	cursor:pointer;
	font-size:9px;
	line-height:14px;
	padding-bottom:16px;
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}
#menuGallery li a {
	color:#B9A286;	
	font-weight:100;
	display:inline;
	padding:3px 0;
	text-decoration:none;
	outline:none;
}
#menuGallery a.titleSecction{
	font-size:11px;
	padding: 0 0 4px 14px;
	line-height:20px;
	color:#B9A286;
	font-weight:bold;
	display:inline-block;
	width:99px;
}
#menuGallery a.Submenu:hover, #menuGallery li.expanded a.Submenu{
	color:#D7A347;
	background-image:url(../images/secundaria/left_li.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#menuGallery a.NOmenu:hover, #menuGallery li.expanded a.NOmenu{
	color:#D7A347;
	background-image:url(../images/secundaria/left_li.gif);
	background-repeat:repeat-x;
	background-position:bottom right;
}

/*SEGUNDO NIVEL*/
ul#menuGallery li ul{
	padding:2px 0 2px 0;
	/*display:none;*/
	clear:both;
}
ul#menuGallery li li{
	padding:2px 0;
}
ul#menuGallery ul a{
	padding-left:18px;
	background-image:none !important;
	display:inline-block;
}
ul#menuGallery ul a:hover{
	color: #D7A347;
	background-image:url(../images/secundaria/flecha.gif) !important;
	background-repeat:no-repeat;
}
ul#menuGallery li.seleccionado{
	color: #D7A347;
	background-image:url(../images/secundaria/flecha.gif) !important;
	background-repeat:no-repeat;
}
/*TERCER NIVEL*/
ul#menuGallery li ul ul{
	color:#999999;
	padding-left:20px
}
ul#menuGallery li ul ul a{
	color:#FFF;
}

ul#menuGallery li li h4{ font-size:12px;}