@charset "utf-8";
/* CSS Document */

/* ================================================================ 
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 */
.menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:772px;
	height:38px;
	font-size:11px;
	z-index:5;
	margin-top: 0px;
	background-color: #2C2C22;
	padding-left: 2px;
	position: relative;
	float: left;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:108px;
	height:25px;
	text-align:center;
	color:#333333;
	line-height:12px;
	font-size:12px;
	overflow:hidden;
	background-image: url(../img/fondo-empresa.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#fff;
	background-image: url(../img/fondo-botones-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:35px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	background:#6a3;
	color:#fff;
}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#333;
	color:#dfe1dc;
	height: 20px;
	padding-top: 5px;
}
.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #99CC99;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}


#contact-form {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
