/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menus {
	margin: 0 auto;
	padding: 0 auto;
	width: 660px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 20px;
	position: relative;
	z-index: 100;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li a, .menu ul li a:visited {
	border: 1px solid #fff;
	width: 124px;
	display: block;
	background: #1974C5;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	background: #dddddd;
	color: #fff;
}

.menu ul li:hover ul {
	width: 210px;
	display: block;
	text-align: center;
	left: 0;
	position: absolute;
	top: 21px;
}

.menu ul li:hover ul li a {
	display: block;
	background: #ddd;
	color: #000;
}

.menu ul li:hover ul li a.hide {
	background: #1974C5;
	background-image: url(flecha01.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.menu ul li:hover ul li:hover a.hide, .menu ul li:hover ul li a:hover {
	background: #dddddd;
	background-image: url(flecha02.gif);
	background-position: right center;
	background-repeat: no-repeat;
	color: #FF6600;
}

.menu ul li:hover ul li:hover ul {
	display: block;
	left: 126px;
	position: absolute;
	top: 0;
}

.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}

.menu ul li ul, .menu ul li:hover ul li ul, .iemenu {
	display: none;
}
