/********************************************/
/********************************************/
/**************** BaluArt.net ***************/
/******* Arte y Cultura - Blog Peruano*******/
/********************************************/
/********************************************/
#menunav {
	margin: 30px 0px 0px 10px; 
	padding:0;
	z-index:31000;
	position:relative;
		border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;

}
#menunav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*background-image:  url(im/debajo_btn.gif);*/
	/* background-repeat: repeat-x; */
	border-bottom: 0px solid white;
	background-color: #b2c5d1;
	width: 240px;

}
#menunav ul {
	border-top: 0px solid white;
	margin: 0px; 
	padding: 0px;
	z-index: 10000;
}
#menunav ul li {
	border-left: 0px solid white;
	border-bottom: 0px  thin white;
	margin-left:10px;
}
#menunav a {
	display: block;
	text-decoration: none;
	background-color: #d1dee5;
	padding: 2px 12px 2px 10px;
	color: #000000;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0;
	border-left: 0px solid white;
}
#ggh {
	display: block;
	text-decoration: none;
	background-color: #B2C5D1;
	padding: 4px 12px 4px 10px;
	color: #000000;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0;
	border-left: 0px solid white; font-weight:bold
}
/*controla la botonera */
#menunav a:hover, #menunav a:active, #menunav a:focus,
#menunav .menuon, #menunav .menuon:hover, 
#menunav .menuon:active {
	color: #FFFFFF;
	background-color: #333333;
	letter-spacing: 0.01px;
	border-top: 0px solid white;
	border-right: 0px solid white;
	border-left: 0px solid white;
	background-repeat: repeat-x;
}
#menunav .menumark, #menunav .menumark:hover {
	font-weight: bold;
}
/*Controlan los links y la imagen de flecha */
/*the normal trigger link */
#menunav .menutrg, #menunav .menutrg:hover, #menunav .menutrg:active {
	background-image:  url(im/flecha.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#menunav .menutrg:hover {
	background-position: right center;
	background-image:  url(im/encima_btn.gif);
	background-repeat: repeat-x;
}
/*controla el desplazamiento y alcance de los submenus */
#menunav .menuhide {
	left: -9000px;
	border: 0;
}
#menunav .menushow {
	left:  15px;
	z-index: 20000;
}
/*modifica el menu madre */
#sidebar {
/*	position: absolute;*/
	top: 5px;
	left: 12px;
	width: 240px;
	font-size: 9pt; padding:0px;	
	
}