@charset "UTF-8";
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 
}
@font-face {
	font-family: 'TradeGothicLTStd';
	src: url('fonts/TradeGothicLTStd/tradegothicltstd.eot');
	src: url('fonts/TradeGothicLTStd/tradegothicltstd.eot?#iefix') format('embedded-opentype'),
		 url('fonts/TradeGothicLTStd/tradegothicltstd.woff') format('woff'),
		 url('fonts/TradeGothicLTStd/tradegothicltstd.ttf') format('truetype'),
		 url('fonts/TradeGothicLTStd/tradegothicltstd.svg#tradegothicltstd') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStdBold';
	src: url('fonts/TradeGothicLTStdBold/tradegothicltstd-bold.eot');
	src: url('fonts/TradeGothicLTStdBold/tradegothicltstd-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/TradeGothicLTStdBold/tradegothicltstd-bold.woff') format('woff'),
		 url('fonts/TradeGothicLTStdBold/tradegothicltstd-bold.ttf') format('truetype'),
		 url('fonts/TradeGothicLTStdBold/tradegothicltstd-bold.svg#tradegothicltstd-bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStdCn18';
	src: url('fonts/TradeGothicLTStdCn18/tradegothicltstd-cn18.eot');
	src: url('fonts/TradeGothicLTStdCn18/tradegothicltstd-cn18.eot?#iefix') format('embedded-opentype'),
		 url('fonts/TradeGothicLTStdCn18/tradegothicltstd-cn18.woff') format('woff'),
		 url('fonts/TradeGothicLTStdCn18/tradegothicltstd-cn18.ttf') format('truetype'),
		 url('fonts/TradeGothicLTStdCn18/tradegothicltstd-cn18.svg#tradegothicltstd-cn18') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TradeGothicLTStdLight';
	src: url('fonts/TradeGothicLTStdLight/tradegothicltstd-light.eot');
	src: url('fonts/TradeGothicLTStdLight/tradegothicltstd-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/TradeGothicLTStdLight/tradegothicltstd-light.woff') format('woff'),
		 url('fonts/TradeGothicLTStdLight/tradegothicltstd-light.ttf') format('truetype'),
		 url('fonts/TradeGothicLTStdLight/tradegothicltstd-light.svg#tradegothicltstd-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
#barra{
position: relative;
align:center;
margin:0;
padding:0;
z-index:0;
top:0px;
left:0px;
right:0px;
height:10px;
}
#barrafinal{
position: relative;
align:center;
margin:0;
padding:0;
z-index:0;
top:0px;
left:0px;
right:0px;
width:100%;
height:10px;
}


ul.dropdown li {
 font-family: 'TradeGothicLTStdBold';
 text-transform: uppercase;
 font-size:18px;

}

ul.dropdown li ul li {
        font-family: 'TradeGothicLTStd';
 text-transform: uppercase;
  font-size:13px;
   letter-spacing:0px;
}

	ul.dropdown a:link { color:#4b4b4b; text-decoration: none; }
	ul.dropdown a:visited { color: #4b4b4b; text-decoration: none; }
	ul.dropdown a:hover { color: #76b900; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }
	
	ul.dropdown ul {
	 color: #fff;
	 font-size: 11px;
	 text-transform: none;
	}
		ul.dropdown ul.home {
	 background-color:#CCC;
	 -webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}	
		ul.dropdown ul.noticias {
	 background-color: #c02c2f;
	 -webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}	
			ul.dropdown ul.organizacao {
	 background-color: #eabb38; 
	 -webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}	
	ul.dropdown ul.facilidades {
	 background-color: #37accc;
	 -webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}	
	ul.dropdown ul.competition {
	background-color: #90C;
	-webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}		
	ul.dropdown ul.media {
	background-color: #6fbc64;
	-webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}	
	ul.dropdown ul.support {
	background-color:#999;
	-webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}
	ul.dropdown ul.about {
	background-color:#CC9; 
	-webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}
	ul.dropdown ul.contactos {
	background-color: #d47c33;
	-webkit-border-radius: 0px 5px 5px 5px;
     border-radius: 0px 5px 5px 5px;
	}

	
		ul.dropdown ul li {
		 background-color: transparent;
		 color: #000;
		 filter: none;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


ul.dropdown li a {
 display: block;
 padding: 7px 15px;
}


	ul.dropdown li {
	 padding: 0;
	}




/* ------------- Custom */

	ul.dropdown li {

	}

	ul.dropdown ul a {
	 padding: 4px 5px 4px 14px;
	}

	ul.dropdown ul a:hover {
	 color:black;
	}

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */
	ul.dropdown li:hover > a.dir0 {
	 background-color:#ccc;
	 color: white;
	 -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	}
	ul.dropdown li:hover > a.dir1 {
	 background-color:#c02c2f;
	 color: white;
	 -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	}
	ul.dropdown li:hover > a.dir2 {
	 background-color:#eabb38;
	 color: white;
	}
	ul.dropdown li:hover > a.dir3 {
	 background-color: #37accc;
	 color: white;
	}
		ul.dropdown li:hover > a.dir4 {
		background-color:#90C;
		color:white;
	}
	ul.dropdown li:hover > a.dir5 {
		background-color:#6fbc64;
		color: white;
	}
	ul.dropdown li:hover > a.dir6 {
	background-color:#d47c33;
	color: white;
	-webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
	}
	ul.dropdown li:hover > a.dir7 {
	background-color:#999;
	color: white;
	}	
	ul.dropdown li:hover > a.dir8 {
	background-color:#CC9;
	color: white;
	}
	

/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
 
}

/* ----- END LEVEL */


/* Components override */


ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 
 zoom: 1;
}



ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 50;
 z-index: 598;
 width:200px;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}