.lavaLamp {
	position: relative;
	height: 30px;
	width: 653px;
	padding: 5px;
	margin: 5px;
	overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
	float: left;
	list-style: none;
	text-align: right;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background: url(../images/menu/lava.gif) no-repeat right -30px;
	color: #FFFFFF;
	top: 3px;
	left: 0px;
        }
            .lavaLamp li.back .left {
	height: 30px;
	margin-right: 9px;
	background: url(../images/menu/lava.gif) no-repeat top left;
	background-position: left top;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px arial;
	color: #666666;
	outline: none;
	text-align: right;
	height: 30px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
        }
.lavaLamp li a:hover {
	color: #666666;
}

.lavaLampd {
	position: absolute;
	height: 43px;
	width: 960px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLampd li {
	float: left;
	list-style: none;
	text-align: center;
	padding-top: 6px;
	width: 106px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLampd li.back {
	width: 9px;
	height: 43px;
	z-index: 8;
	position: absolute;
	background: url(../images/menu/lava2.gif) no-repeat right -30px;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
        }
            .lavaLampd li.back .left {
	height: 43px;
	margin-right: 9px;
	background: url(../images/menu/lava2.gif) no-repeat top left;
            }
        /* Styles for each menu-item. */
        .lavaLampd li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px arial;
	color: #FFFFFF;
	outline: none;
	text-align: center;
	height: 45px;
	top: 5px;
	z-index: 10;
	letter-spacing: 0;
	float: center;
	display: block;
	margin: auto 10px;
        }
.lavaLampd li a:hover {
	color: #fff;
}
/******************************* Menu Empresa *******************************/
#menuempresa{
	background-color: #a0a0a0;
	position: relative;
	padding: 1px;
	margin-bottom: 15px;
}
#menuempresa td a{
	display: block;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 6px 4px;
	background-color: #a0a0a0;
}
#menuempresa td a.marqued{
	display: block;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 6px 4px;
	background-image: url(../images/menu_empresahover.jpg);
	background-repeat: repeat-x;
}
#menuempresa td a:hover{
	background-image: url(../images/menu_empresahover.jpg);
	background-repeat: repeat-x;
}

