@import url(http://fonts.googleapis.com/css?family=Montserrat+Basic:400,700|Yanone+Kaffeesatz);

.drop_menu {
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	
}

.drop_menu li { float:left; }

.drop_menu li a {
	margin-top:30px;
	margin-left:15px;
	padding-left:20px;
	padding-right:20px;	
	display:block;
	color:#000;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;	
	font-size:19px;
	font-weight: bold; 	
	
}

 

/* Submenu */

.drop_menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
	z-index:99;
}
.drop_menu  a:hover{
	color:#fcd204;
}

.drop_menu li:hover { position:relative; color:#fcd204  }

.drop_menu li:hover ul {
	left:15px;
	top:49px;	
	padding:0px;
	background-color:#f0f0f0;
	background: -webkit-linear-gradient(#f9f9f9, #e9e9e9); /* For Safari 5.1 to 6.0 */
	  background: -o-linear-gradient(#f9f9f9, #e9e9e9); /* For Opera 11.1 to 12.0 */
	  background: -moz-linear-gradient(#f9f9f9, #e9e9e9); /* For Firefox 3.6 to 15 */
	  background: linear-gradient(#f9f9f9, #e9e9e9); /* Standard syntax */
	border-bottom:1px solid #a2bf0d;
}

 

.drop_menu li:hover ul li a {
	font-family: 'Montserrat', sans-serif;	
	font-size:12px;
	padding-left:10px;
	padding-bottom:15px;
	display:block;
	width:168px;	
	font-weight: bold; 	
	top:10px;	
}


.drop_menu li:hover ul li a:hover { color:#fcd204 }

.testemenu
{
	width:110px;	
	background:#00daa2;
	border:3px solid #b2f4e3;
	float:right;
	margin-top:-10px;
	padding-top:10px;	
	padding-bottom:10px;
	margin-left:5px;
	
}
.testemenu:hover
{
	background:#fcd204;
	border:3px solid #f0f4b2;
}
a.testem:link, a.testem:visited
{
	color:#fff;
}

#footer
{	
	margin:0;
	width:100%;
	background:#333333;
	height:300px;
	bottom:0px;
	position:relative;
	border-top: 3px solid  #286d25;	   
}

#footer h1
{
	color:#afcccc;
	font-size:14px;
	text-align:left;
}

#footer .meio
{
	width:980px;
	margin:0 auto;
	padding-top:25px;
	
}

#footer .meio ul li a, #footer .inpi a{
	color:#00d89f;
	font-size:14px;
	font-weight: bold; 	
	margin-left:-40px;
	line-height:30px;
}


#footer .tableFoo{
	margin-left:50px; 
	width:100%;
	color:#c7cccc;
	
}
#footer .tableFoo a{
	color:#00d89f;
	font-size:14px;
	font-weight: bold; 
	
}
