#menu, 
#menu ul {
	padding:0 0 5px 0; 
	margin:0;
	list-style:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/transparent.png);
	_background:none;
	_background-color:#000;
	position:relative;
	z-index:200;
}

#menu {
	height:25px;
	padding-left:8px;

}

#menu ul {
	background-color:#000000;
}

#menu li {
	float:left;
	position:relative;
	width:auto;
	padding-right: 24.5px;
}

#menu #up {
	float:left;
	top:-300%;
}

#menu li li {
	float:none;
	width:auto;
}

#menu li a {
	display:block; 
	float:left; 
	color:#FFFFFF;
	height:25px; 
	padding-right:5px;
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap;
	width:auto;
}

#menu li li a {
	height:25px;
	padding-left:5px;
	line-height:30px; 
	float:none;
	width:auto;
	color:#FFFFFF;
}

#menu li:hover {
	position:relative; 
	z-index:300; 
	background: transparent;
}

#menu a:hover {
	position:relative; 
	z-index:500; 
	text-decoration:none; 
	color:#CC9900;
}

#menu :hover ul {
	left:0; 
	top:22px;
}

#menu ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#menu li:hover li:hover > ul {
	left:-5px;
	margin-left:100%; 
	top:0px;
}

/* keep further levels hidden */
#menu li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover a:hover ul {
	left:100%; 
	top:-1px;
}

/* keep further levels hidden */
#menu a:hover ul ul,
#menu a:hover a:hover ul ul,
#menu a:hover a:hover a:hover ul ul,
#menu a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}

/* Mexico Menu */
#mexicomenu {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	margin-left:4px;
}

#mexicomenu ul {
	margin:0px; 
	padding:0px; 
	background-color:#000;
}
 
#mexicomenu ul li {
	height:25px;
	line-height:25px; 
	list-style:none; 
	padding-left:10px;
	color:#FFF;
	cursor:pointer;
}

#mexicomenu ul li:hover {
	position:relative;
	z-index:400;
}
 
#mexicomenu ul ul {
	display:none; 
	position:absolute;
	left:120px;
	top:0px;
}

#mexicomenu ul li:hover ul {
	display:block;
}
 
#mexicomenu ul ul li { 
	width:150px; 
	float:left; 
	display:inline; 
	border:none;
	border-left:1px solid #666;
}

#mexicomenu ul ul li:hover {
	text-decoration:none; 
	z-index:500;
}
 
#mexicomenu li:hover ul li ul {
	display:none;
}
 
#mexicomenu ul ul li ul {
	left:120px;
	z-index:900;
}
#mexicomenu ul ul li:hover ul {
	display:block;
}

#mexicomenu a {
	color:#FFF;
	text-decoration:none;
}

#mexicomenu a:hover {
	color:#CC9900;
	z-index:500;
}
	

	




