div.floated {
	width: 400px;
	float: left;
	margin-left: 1em;
}

/********************************/
/*  BASE EXPANSIVEL             */ 
/********************************/

div#menuMascara{
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	width: 1000px;
	height:28px;
	background: #F39201;
}


div#menu1, div#menu2, div#menu3, div#menu4, div#menu5, div#menu6{
}


div#menu1buttom, div#menu2buttom, div#menu3buttom, div#menu4buttom, div#menu5buttom, div#menu6buttom{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	position:absolute;
	float:left;
	overflow:hidden;
	padding-top:12px;
}


div#menu1buttom{
	width:92px;
} 

div#menu2buttom{
	width:73px;
} 

div#menu3buttom{
	width:79px;
}

div#menu4buttom{
	width:161px;
}

div#menu5buttom{
	width:57px;
}

div#menu6buttom{
	width:72px;
}


.barra {
	font-size: 18px;
	color: #eb7414;
}

.item1 .item2 .item3 .item4 .item5 .item6{
	height:20px;
	float:left;
}

.item1{
	left:80px;
	width:92px;
}
.item2{
	left:172px;
	width:73px;
}
.item3{
	left:245px;
	width:79px;
}
.item4{
	left:324px;
	width:161px;
}
.item5{
	left:485px;
	width:57px;
}
.item6{
	left:542px;
	width:150px;
}


div#myOtherElement1, div#myOtherElement2, div#myOtherElement3, div#myOtherElement4, div#myOtherElement5, div#myOtherElement6 {
	position:absolute;
	left:0px;
	top:28px;
	width: 1000px;
	overflow: hidden;
	visibility:hidden;
	z-index:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

div#myOtherElement1-2{
	position:absolute;
	left:170px;
	top:28px;
	width: 300px;
	overflow: hidden;
	visibility:hidden;
	z-index:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}



/********************************/




div#myOtherElement1 p, div#myOtherElement1 a {
	display: block;
	padding: 2px 80px;
}
div#myOtherElement1 a:hover {
	background: #F6C33B;
}

div#myOtherElement1-2 p, div#myOtherElement1-2 a {
	display: block;
	padding: 2px 0px;
}
div#myOtherElement1-2 a:hover {
	background: #F6C33B;
}

div#myOtherElement2 span, div#myOtherElement2 a {
	display: block;
	padding: 0 172px;
}
div#myOtherElement2 a:hover {
	background: #bbb6b1;
}


div#myOtherElement3 p, div#myOtherElement3 a {
	display: block;
	padding: 2px 245px;
}
div#myOtherElement3 a:hover {
	background: #EB2C00;
}


div#myOtherElement4 span, div#myOtherElement4 a {
	display: block;
	padding: 0 324px;
}
div#myOtherElement4 a:hover {
	background: #c5cf95;
}


div#myOtherElement5 p, div#myOtherElement5 a {
	display: block;
	padding: 0 485px;
}
div#myOtherElement5 a:hover {
	background: #c2dd58;
}


div#myOtherElement6 p, div#myOtherElement6 a {
	display: block;
	padding: 2px 542px;
}
div#myOtherElement6 a:hover {
	background: #91cbba;
}
