/* MENU DE OPCIONES */
div#menu {
	width:232px;
	height:222px;
	float:left;
	display:inline;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	/*background-color;#fcc;*/
}

div#menu ol, div#menu ul, div#menu li {
	width:232px;
	height:37px;
	list-style:none;
	list-style-type:none;
	/* Estas dos líneas solucionan un espaciado excasivo entre los botones en explorer 6 y 7*/
	font-size:1px;
	line-height:0px;
	/* fin */
	margin:0;
	padding:0;
	text-indent:-9999px; /* OCULTA el TEXTO */
	/*background-color:#000;*/
}

div#menu li a {
	/* position:relative;*/ /* PARA CUANDO ESTÁ EN UN DIV CON ALPHA */
	display:block;
	width:232px;
	height:37px;
	text-decoration:none;
	background:#000 url(../img/1px.png) no-repeat top left;
}

div#menu li a.opcionA { background:url(../img/b_01_vision.png) no-repeat; }
div#menu li a.opcionB { background:url(../img/b_02_partners_benefits.png) no-repeat; }
div#menu li a.opcionC { background:url(../img/b_03_approach.png) no-repeat; }
div#menu li a.opcionD { background:url(../img/b_04_focus_areas.png) no-repeat; }
div#menu li a.opcionE { background:url(../img/b_05_people.png) no-repeat; }
div#menu li a.opcionF { background:url(../img/b_06_about_us.png) no-repeat; }

div#menu li a.opcionA:hover { background:url(../img/b_01_vision_o.png) no-repeat; }           
div#menu li a.opcionB:hover { background:url(../img/b_02_partners_benefits_o.png) no-repeat; }
div#menu li a.opcionC:hover { background:url(../img/b_03_approach_o.png) no-repeat; }         
div#menu li a.opcionD:hover { background:url(../img/b_04_focus_areas_o.png) no-repeat; }      
div#menu li a.opcionE:hover { background:url(../img/b_05_people_o.png) no-repeat; }           
div#menu li a.opcionF:hover { background:url(../img/b_06_about_us_o.png) no-repeat; }         

/* ILUMINA LA SECCION EN LA QUE ESTAMOS */
body.opcionA div#menu a.opcionA { background:url(../img/b_01_vision_o.png) no-repeat; }           
body.opcionB div#menu a.opcionB { background:url(../img/b_02_partners_benefits_o.png) no-repeat; }
body.opcionC div#menu a.opcionC { background:url(../img/b_03_approach_o.png) no-repeat; }         
body.opcionD div#menu a.opcionD { background:url(../img/b_04_focus_areas_o.png) no-repeat; }      
body.opcionE div#menu a.opcionE { background:url(../img/b_05_people_o.png) no-repeat; }           
body.opcionF div#menu a.opcionF { background:url(../img/b_06_about_us_o.png) no-repeat; }         



