@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../prog/fonts/League_Gothic-webfont.eot');
    src: url('../prog/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../prog/fonts/League_Gothic-webfont.otf') format('opentype'),
         url('../prog/fonts/League_Gothic-webfont.woff') format('woff'),
         url('../prog/fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('../prog/fonts/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.eot');
    src: url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.otf') format('opentype'),
         url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.woff') format('woff'),
         url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.eot');
    src: url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.eot?iefix') format('eot'),
         url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.woff') format('woff'),
         url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('http://www.alugoclima.com/prog/fonts/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*@font-face {
    font-family: 'BebasNeueRegular';
    src: url('http://www.alugoclima.com/prog/fonts/BebasNeue-webfont.eot');
    src: url('http://www.alugoclima.com/prog/fonts/BebasNeue-webfont.eot?iefix') format('eot'),
         url('http://www.alugoclima.com/prog/fonts/BebasNeue-webfont.woff') format('woff'),
         url('http://www.alugoclima.com/prog/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('http://www.alugoclima.com/prog/fonts/BebasNeue-webfont.svg#webfont4Bjy2lJe') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*a{
	outline:none;
}*/
/* menu errado

ul.menulist{
	list-style:none;
	position:fixed;
	height: 30px;
	padding-top: 5px;
	top: 30px;
	right: 35px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0px;
	text-align:center;
	color: #fff;
	z-index: 5000;
}
ul.menulist li{
	display:inline;
	margin:0px 10px;
	text-transform:uppercase;
	cursor:pointer;
	font-size:24px;
	text-shadow:0px 0px 1px #fff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	z-index: 10;
}
ul.menulist li a.current{
	color:#B0DE00;
}
ul.menulist li a.current:hover{
	border:none;
}
ul.menulist li a:hover{
	color:#B0DE00;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-bottom: 5px;
	border-bottom:3px solid #B0DE00;
}
ul.menulist li.select a{
	color:#B0DE00;
	padding-bottom: 4px;
	border-bottom:3px solid #B0DE00;
} */
.menulistcontainer{
	position:fixed;
	z-index: 9999;
}
a{
	outline:none;
	color: #fff;
	text-decoration: none;
}
.menulistcontent{
	position:fixed;
	z-index: 9999;
}
/* Style 5 CSS */
.menulist{
    list-style:none;
	position:fixed;
	height: 30px;
	padding-top: 5px;
	top: 30px;
	right: 35px;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	letter-spacing: 0px;
	text-align:center;
	color: #fff;
	z-index: 9999;
}
.menulist li{
    display: inline;
	z-index: 9999;
	color: #fff;
}
.menulist li a{
	display:inline;
	margin:0px 10px;
	text-transform:uppercase;
	cursor:pointer;
	font-size:24px;
	color: #fff;
	font-family: 'LeagueGothicRegular', Arial, sans-serif;
	z-index: 9999;
}
/*.menulist:hover li a{
	color: rgba(255,255,255,0.5);
	text-shadow: 0px 0px 6px #fff;
}*/
.menulist li a:hover{
	color:#B0DE00;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	padding-bottom: 5px;
	border-bottom:3px solid #B0DE00;
}
.menulist li.select a{
	color:#B0DE00;
	padding-bottom: 5px;
	border-bottom:3px solid #B0DE00;
}


