#menu4{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:593,5px;
	height:34px;
	border:none;
	z-index:300;
	}

#MenuBar  {
	background-color:#FFFFFF;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	padding:0;	
	border-color: #ffffff #ffffff #ffffff #ffffff; 
	border-width:0px;
	border-style: none none none none;
}

.MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
	display:none;
}
.MenuBarLeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarRightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarFixedLeft {
	float: left;
	width: 80em;
}
.MenuBarFixedCentered {
	float: none;
	width: 80em;
	margin-left:auto;
	margin-right:auto;
}

.MenuBarFixedCentered br {
	clear:both;
	display:block;
}
.MenuBarFixedCentered .SubMenu br {
	display:none;
}
.MenuBarFullwidth {
	float: left;
	width: 100%;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#MenuBar  .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0; 	/* Zero out margin  on the item containers. The MenuItem is the active hover area.
				For most items, we have to do top or bottom padding or borders only on the MenuItem 
				or a child so we keep the entire submenu tiled with items.
				Setting this to 0 avoids "dead spots" for hovering. */
}


#MenuBar  .MenuItem {
	padding: 0px 24px 0px 0px; 

	border-width:0px; /*LINEA DIVISORIA DE MENU*/
	border-color: #cccccc #ffffff #cccccc #ffffff; 
	border-style: none solid none solid;
}
	
.MenuBarLeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarRightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarFixedLeft {
	float: left;
	width: 80em;
}
	
#MenuBar  .MenuItemFirst {
	border-style: none none none none;
}
#MenuBar .MenuItemLast {
	border-style: none solid none none;
}

.SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
	width:1em; /* Equivalent to min-width in modern browsers */
}

#MenuBar  .MenuItem  .MenuItemLabel{
	text-align:left;
	line-height:1em;
	padding: 6px 15px 6px 39px;
	width: 10em;
	width:auto; 
}
	
/* Hover states for containers, items and labels */
#MenuBar .MenuItemHover {
	background-color: #ef8121;
	border-color: #cccccc #cccccc #cccccc #cccccc; 
}

#MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	background-color: #ef8121; /* consider exposing this prop separately*/
	color: #ffffff;
}
#MenuBar .MenuItemHover .MenuItemLabel{
	background-color: #ef8121;
	color: #ffffff;
}

#MenuBar .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	color:#FFFFFF;
	padding: 6px 12px 6px 5px; 
	width: 132px; 
}
	
#MenuBar .MenuItemHover {
	background-color: #ef8121;
	z-index:500;
}

#MenuBar  {	
	background-color:#cccccc;	
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	padding:0;	
	border-width:0px;
	border-style: none none none none;
	z-index:700;
}

.MenuItemLabel{
	color:#FFF;
	text-align:left;
	line-height:1em;
	padding: 6px 15px 6px 15px;
	width: 10em;
	width:auto; 
	z-index:500;
}

.SubMenu{
	background-image:url(imagenes/menu_level2_item.png);
	text-align:left;
	line-height:1em;	
	padding: 6px 12px 6px 5px; 
	width: 7em;
	width:auto; 
	z-index:2000;
}