/* ================================================================ 
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: Verdana, Arial, Helvetica, sans-serif;
	width:800px; height:30px; 
	position:relative; 
	font-size:11px; 
	z-index:500;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:160px; 
	height:30px; 
	text-align:center; 
	color:#fff; 
	border:0px; 
	background:black; 
	line-height:30px; 
	font-size:11px; 
	overflow:hidden; 
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
}
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {
	display: none;
}
.menu ul a#ini{
	background-image:url(../images/mh_inicio.jpg);
	background-repeat:no-repeat;
}
.menu ul a#emp{
	background-image:url(../images/mh_emp.jpg);
	background-repeat:no-repeat;
}
.menu ul a#sol{
	background-image:url(../images/mh_sol.jpg);
	background-repeat:no-repeat;
}
.menu ul a#cont{
	background-image:url(../images/mh_cont.jpg);
	background-repeat:no-repeat;
}
.menu ul a#demo{
	background-image:url(../images/mh_demo.jpg);
	background-repeat:no-repeat;
}
.menu ul a span{
	display:none;
}
.last{
	border-bottom:2px solid #6cbcbd;
}	
/* specific to non IE browsers */
.menu ul a:hover, .menu ul li:hover a  {
	background-position: 0px -30px; 
	text-decoration: none;
	background-repeat:no-repeat;
	height:30px;
	width:160px;
	cursor:pointer;
	display:block;
	padding:0px;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:30px; 
	left:0; 
	width:230px; 
	text-align:left;
}
.menu ul li:hover ul li a {
	display:block; 
	background:#fff; 
	color:#000; 
	text-align:left;
	padding-left:70px;
	height:30px;
}
.menu ul li:hover ul li a:hover {
	background:#E5E5E5; 
	color:#000; text-align:left;
	padding-left:70px;
}