.menu {padding:0;margin-left:2px;}

.menu ul {padding:0;margin:0;list-style-type:none;}

.menu ul ul {width:110px;}

.menu li {float:left;width:110px;position:relative;}

.submenu li a {float:left;width:110px;position:relative;text-align:left;line-height:15px;}

.menu li.enlace a
{
	text-align:center;
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#fff; 
	width:110px; 
	background:#889082;
	line-height:31px;
}

.submenu li, .submenu a
{
	font-size:13px;
	color:#fff;
	width:110px;
	background:#A1A69B;
	line-height:15px;
	filter: alpha(opacity=90); opacity: .9;
}



.menu li.separador
{
	text-align:center;
	display:block;
	font-size:16px;
	text-decoration:none; 
	color:#fff; 
	width:4px; 
	background:#758279;
	line-height:31px;
}

.menu li.actualmenu {
	font-size:13px;
	text-align:center;
	color:#262626;
	background: url(../img/fondo_menu_superior.png);
	line-height:31px;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0;width:110px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a {
color:#FFF;
width:110px;
background:#A1A69B alpha(opacity=90); opacity: .9;
}

/* style the second level links */
.menu a a:link {
color:#FFF;
width:110px;
background:#A1A69B alpha(opacity=90); opacity: .9;
}

/* style the top level hover */
.menu a.con_grafico:hover {
color:#262626; 
background: url(../img/fondo_menu_superior.png) top right no-repeat;
}


/* style the top level hover */
.menu a a:hover {
color:#FFF;
background:#B8DB67;
filter: alpha(opacity=90); opacity: .9;
}


/* style the top level hover */
.menu ul ul a:hover {
color:#FFF;
background:#B8DB67;
filter: alpha(opacity=90); opacity: .9;
}


.menu ul li:hover ul, .menu ul a:hover ul {
visibility:visible;
}
