@charset "utf-8";
/* CSS Document */
html, body {
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
	height: 100%;
	}
a{text-decoration:none;}	
img
{  border-style: none;
}
#content {
	width: 776px;
/*	border: medium solid #FF0000;
*/	margin: 0px auto;
	padding: 0px;
	background-image: url(imagens/colunafalsa.gif);
	background-repeat: repeat-y;
	
}

#topo {


}
#linguas {
	width: 60px;
	float: right;
	margin-right: 0px;
	text-align: right;
	margin-bottom: 0px;
	display: inline;
	margin-top: 20px;
}
#barramenu {
	background-image: url(imagens/barra-fundo.gif);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 35px;
	margin-top: 5px;
}

#colunaesquerda {
	background-color: #EEEEEE;
	width: 150px;
	float: left;
}
#colunadireita {
	width: 620px;
	float: right;
	text-align: left;
	height: 1% /* Holly hack for Peekaboo Bug */

}
#conteudo {
	display: inline-block;
	margin-top: 30px;
	text-align: justify;

}
#rodape {
	bottom: auto;
	margin-top: 35px;
}

#menu {
	position:absolute;
	left:0;
	top:0;
	width:148px;
	height:175px;
	z-index:1;
	border: 1px solid rgb(255, 255, 255);
}

#nav a.atual { 
margin-bottom:0px; 
display:block;
width:118px;
color:#000000;
background-image: url(imagens/menurover.gif); 
}
h1 {
	font-size: 14px;
	color: #999999;
}




ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 148px; /* Width of Menu Items */
	border-bottom: 1px solid rgb(255, 255, 255);
	border-left: 1px solid rgb(255, 255, 255);
	border-right: 1px solid rgb(255, 255, 255);
	}
	
ul li {
	position: relative;
	
	}
	
li ul {
	position: absolute;
	left: 148px; /* Set 1px less than menu width */
	top: 0;
	display: none;

	}

/* Styles for Menu Items */
ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px 0px 5px 30px;
	width: 118px;
	background-image: url(imagens/menunormal.gif);
	text-decoration: none;
	color:#FFFFFF;
	voice-family: "\"}\"";  /*Box Model Hack*/
	voice-family:inherit;
	font-size: 10px;
	}
	ul li a:hover {
	background-image: url(imagens/menurover.gif);
	color:#000000;
	}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul {

 display: block;
} /* The magic */
#colunaesquerda  #lol {
	background-color: #9D9D9D;
	height: 19px;
	width: 148px;
	margin-left: 1px;
}
#footer {
	background-color: #FFFFFF;
	clear: both;
}
.videonome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033FF;
	margin-bottom: 0px;
	margin-top: 8px;
	text-align: left;
	font-weight: bold;
}
.videoduracao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	display: inline;
}

.caixadireita {
	float: right;
	top: 200px;
	margin-left: 20px;
}
