#indexMenus{
	display:block;
	position:relative;
	height:41px;
	margin-top:60px;
	
	z-index:500;
}

#indexMenus img{
	border:none;
}

#indexMenus ul.pricipal{
	position:relative;
	display:inline-block;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:right;
	width:98%;
	float:right;
}

#indexMenus ul.pricipal li.pricipal{
	display:inline;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#indexMenus ul.pricipal li.pricipal a.pricipal{
	position:relative;
	display:inline-block;
	
	height:24px;
	line-height:24px;
	overflow:hidden;
	
	text-decoration:none;

    font-family: "Roboto", sans-serif;
	font-size:14px;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	color: #FFF;
	
	border:1px solid #E1962D;
	
	background-color:#FAA52C;
	background-image:url(../imagens/menuFundo.jpg);
	background-repeat:repeat-x;
	
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#indexMenus ul.pricipal li.pricipal a.pricipal:hover{
	background-color:#F89406;
	background-image:url(../imagens/menuFundoHover.jpg);
}

#indexMenus ul.pricipal li.pricipal div.sub1{
	position:absolute;
	left:0px;
	top:24px;
	width:130px;
	
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	background-color:#FFF;
	
	border:1px solid #C0C0C0;
	
	padding:0px 0px 10px 0px;
	
	/*
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	*/
}

#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1{
	display:inline;
	margin:0px;
	padding:0px;
}

#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 li.sub1{
	display:inline;
	margin:0px;
	padding:0px;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 li.sub1 a.sub1{
	position:relative;
	display:inline-block;
	
	width:100%;
	height:40px;
	overflow:hidden;
	
	text-decoration: none;
	font-size:12px;
	padding-top: 3px;
	color: #000;
	
	text-align:left;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 li.sub1 a.sub1:hover{
	color: #fff;
	background-color:#0084C7;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 li.sub1 a.sub1 span{
	margin-left:20px;
}

#indexMenus ul.pricipal li.pricipal div.sub1 div.sub2{
	position:absolute;
	
	margin-top:-40px;
	width:130px;
	left:131px;

    font-family: "Roboto", sans-serif;
	font-size:14px; 
	
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	background-color:#FFF;
	
	border:1px solid #C0C0C0;
	
	padding:0px 0px 10px 0px;
	
	/*
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	*/
}

#indexMenus ul.pricipal li.pricipal a.seta{
	background-image:url(../imagens/setaSubMenu.gif);
	background-repeat:no-repeat;
	background-position:90% center;
}

#indexMenus ul.pricipal li.pricipal div.sub1 div.sub2 ul.sub2{
	display:inline;
	margin:0px;
	padding:0px;
}

#indexMenus ul.pricipal li.pricipal div.sub1 div.sub2 ul.sub2 li.sub2{
	display:inline;
	margin:0px;
	padding:0px;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 div.sub2 li.sub2 a.sub2{
	position:relative;
	display:inline-block;
	
	width:100%;
	height:40px;
	overflow:hidden;
	
	text-decoration: none;
	font-size:12px;
	padding-top: 7px;
	color: #000;
	
	text-align:left;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 div.sub2 li.sub2 a.sub2:hover{
	color: #fff;
	background-color:#0084C7;
}
#indexMenus ul.pricipal li.pricipal div.sub1 ul.sub1 div.sub2 li.sub2 a.sub2 span{
	margin-left:20px;
}