ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;    
}


/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Mantiene todos los botones principales en horizontal y les da sus espacios*/
ul.MenuBarHorizontal li
{
 margin: 0;
 padding: 0;
 list-style-type: none;
 font-size: 100%;
 position: relative;
 /*text-align:left;*/  
 cursor: pointer;
 float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;	
	left: -1000em;
	width:100%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left:auto;
}


/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
width:100%;
padding-left: 5px;
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	
	position: absolute;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: 0;
	top: 0;
}


/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #000000;
}

ul.MenuBarHorizontal a   /* aqui es para poner los elementos del menu principal*/
{
	display: block;
	cursor: pointer;
	width:100%;
	height:100%;
}


#principal {    /* imagen que tendra el boton inicio en la barra*/
background-image:url(../img/b1aW.png);
background-repeat:no-repeat;
width:93px;
height:32px;
}


#principal a:hover{    /* imagen que tendra el boton inicio en la barra*/
background-image:url(../img/b1bW.png);
background-repeat:no-repeat;
width:93px;
height:32px;
}

#admisiones  {
background-image:url(../img/b2aW.png);
background-repeat:no-repeat;
width:110px;
height:32px;
}


#admisiones  a:hover {
background-image:url(../img/b2b.png);
background-repeat:no-repeat;
width:110px;
height:32px;
}


#oferta {
background-image:url(../img/b3aW.png);
background-repeat:no-repeat;
width:159px;
height:32px;
}

#oferta a:hover {
background-image:url(../img/b3b.png);
background-repeat:no-repeat;
width:159px;
height:32px;
}


#actividades{
background-image:url(../img/b5aW.png);
background-repeat:no-repeat;
width:114px;
height:32px;
}

#actividades a:hover{
background-image:url(../img/b5b.png);
background-repeat:no-repeat;
width:114px;
height:32px;
}

#institucion{
background-image:url(../img/b6aW.png);
background-repeat:no-repeat;
width:133px;
height:32px;
}

#institucion a:hover{
background-image:url(../img/b6b.png);
background-repeat:no-repeat;
width:133px;
height:32px;
}


#comunidad {
background-image:url(../img/b4aW.png);
background-repeat:no-repeat;
width:136px;
height:32px;
}

#comunidad a:hover{
background-image:url(../img/b4b.png);
background-repeat:no-repeat;
width:136px;
height:32px;
}

#contacto{
background-image:url(../img/b7aW.png);
background-repeat:no-repeat;
width:93px;
height:32px;
}

#contacto a:hover{
background-image:url(../img/b7b.png);
background-repeat:no-repeat;
width:93px;
height:32px;
}

/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
#subA
{
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	color:#000;
	height:20px;
	width:140px;
	
}

#subA a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
	
}

#subB/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	color:#000;
	height:20px;
	width:140px;
	
}

#subB a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
	
}

#subC/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	color:#000;
	height:20px;
	width:140px;
	
}

#subC a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
	
}

#subD/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	color:#000;
	height:20px;
	width:140px;
	
}

#subD a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
	
}

#subE/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-color:#fff;
	background-repeat:repeat-x;
	background-position:center;
	color:#000;
	height:20px;
	width:140px;
	
	
}

#subE a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos*/
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
	
}

/*este es el codigo original
#submenu/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos
{   
	/*background-image:url(../img/submenu.jpg);
	
	background-repeat:repeat-x;
	color:#000;
	height:20px;
	width:140px;
}

#submenu a:hover/*Aqui es para que los submenus tengan su fondo al estar el mouse sobre ellos
{
	background-image:url(../img/submenu_down.gif);
	background-repeat:repeat-x;
	color:#fff;
	height:20px;
	width:140px;
}

este es la imagen de los submenus cuando no esta el mouse sobre ellos
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{  	background-color:#fff;
	background-position:center;
	width:140px 
}*/



/*lo que tiene el boton con lista*/


ul.MenuBarHorizontal a.MenuBarItemSubmenuA
{
	background-image:url(../img/b2a.png);
    background-repeat:no-repeat;
	width:100%;
    height:100%;
}


ul.MenuBarHorizontal a.MenuBarItemSubmenuB
{
background-image:url(../img/b3a.png);
    background-repeat:repeat-x;
	width:100%;
    height:100%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuC
{
    background-image:url(../img/b4a.png);
    background-repeat:repeat-x;
	width:100%;
    height:100%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuD
{
    background-image:url(../img/b5a.png);
    background-repeat:repeat-x;
	width:100%;
    height:100%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuE
{
    background-image:url(../img/b6a.png);
    background-repeat:repeat-x;
	width:100%;
    height:100%;
}


/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/*background-color: #33C; */
	color: #FFF;
}


/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat:repeat-x;
	padding-left: 100px;
	

}

ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: center;
		
	}
}
