
/* CONTENERDOR DE LA CAPA - main DIV container of menu */
.drillmenu{ 
	/*border: 2px solid black;*/
	width:180px;
	height:100%; /*Height of DIV for those with JavaScript disabled*/
	margin:auto;
	overflow-y:scroll; /*Scrollable DIV for those with JavaScript disabled*/
	/*background:#b4c18a;*/
}

/* Menus Principales */
.drillmenu ul{ 
	background:/*url(../../img/fondos/menu.gif) repeat-x*/ #f3f9e0;
	margin:0;
	padding:0;
	font:12pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	list-style-type:none;
	text-decoration:none;
}

/* Menus con enlaces */
.drillmenu li a{
	display:block;
	color:#54481b;
	padding:5px;
	font:12pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-decoration:none;
}

* html .drillmenu li{ /*IE6 CSS hack*/
	display:inline-block;
}

/* Menus con enlaces CON MOUSE SOBRE */
.drillmenu li a:hover{
	background:#ddd9c6;
	color:#54481b;
	font:12pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-decoration:none;
}

/* Estilo del titulo CATEGORIAS */
li.backcontroltitle{
	background:url(../../img/fondos/fondo_menu.gif) repeat-x;
	color:#d7cca9;
	padding:4px;
	font:12pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-align:center;
	text-decoration:none;
}

/* Boton de regresar  al menu anterior */
li.backcontrol{ /*style of back button control that gets added to the top of each sub UL*/
	background:url(../../img/fondos/fondo_menu.gif) repeat-x;
	color:#d7cca9;
	padding:4px;
	cursor:hand;
	font:12pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-decoration:none;
	text-align:center;
}

/* Escalon en el que se encuentra ubicado el menu*/
#drillcrumb{ 
	color:#6d851f;
	font:15pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	font-family:Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-align:center;
	text-decoration:none;
}

/* Escalones */
#drillcrumb a{
	color:#54481b;
	font:11pt Calibri, "Trebuchet MS", "Century Gothic", Tahoma;
	text-decoration:none;
}
