a:link{color:#666666; text-decoration:none}
a:hover{color:#666666; font-weight: bold; text-decoration:none}
a:visited{color:#999999; text-decoration:none}

body 
	{ 
		margin: 0px; 
		font-family: verdana, arial, sans-serif;
		font-size: 10pt;
		background-color: #E6E6E6;
		text-align: center;
	}

#pagina
	{
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		width: 720px;
		margin: 0 auto;
		padding: 0px;
		text-align: left;
	}

#conteudo
	{
		padding: 0px;
		background-color: #FFFFFF;
	}

font.texto 
	{
		font: 10pt verdana, arial, sans-serif;
		color: #000000;
	}

font.titulo
	{
		font: 11pt verdana, arial, sans-serif;
		color: #000000;
		font-weight: bold;
	}

font.link 
	{
		font: 10pt arial, verdana, sans-serif;
	}

font.branco 
	{
		font: 9pt verdana, arial, sans-serif;
		color: #FFFFFF;
	}

font.direito 
	{
		font: 8pt verdana, arial, sans-serif;
		color: #666666;
	}

font.usuario 
	{
		font: 8pt verdana, arial, sans-serif;
		color: #E2144A;
	}

div.logo_0 
	{ 
		border-bottom: 1px solid #E6E6E6;
		background: url(../images/back_logo.png) repeat-y;
		height: 80px;
		width: 720px;
	}

div.logo_1
	{ 
		margin-top: 0px;
		margin-right: 0px;
		margin-left: auto;
		background-color: none;
		height: 70px;
		width: 350px;
	}

div.logo_2
	{ 
		margin-top: 0px;
		background-color: none;
		height: 70px;
		width: 350px;
	}

div.central 
	{ 
	margin-top: 0px;
		border: none;
		background: url(../images/back_menu.png) repeat-x;
		height: auto;
		width: 720px;
	}

div.menu
	{ 
		margin-left: 0px;
		background-color: none;
		height: auto;
		width: 160px;
		padding: 10px 0px 0px 0px;
	}

div.conteudo
	{ 
		border-left: 1px solid #E6E6E6;
		background-color: #FFFFFF;
		height: auto;
		width: auto;
		padding: 10px 15px 0px 10px;
	}
	
div.bottom
	{ 
		margin-left: 0px;
		background-color: #000000;
		height: 30px;
		width: 720px;
		background: url(../images/back_bottom.png) repeat-y;
		border-bottom: 1px solid #666666;	
	}

div.login
	{ 
		margin-left: 0px;
		background-color: #000000;
		height: 150px;
		width: 240px;
		background: url(../images/back_bottom.png) repeat-y;
		border: 1px solid #666666;	
		padding: 20px 20px 20px 20px;
	}

div.bl 
	{
		background: url(../images/bl.png) 0 100% no-repeat #E2F0FC; 
		width: 530px
	}

div.br 
	{
		background: url(../images/br.png) 100% 100% no-repeat
	}

div.tl 
	{
		background: url(../images/tl.png) 0 0 no-repeat
	}

div.tr 
	{
		background: url(../images/tr.png) 100% 0 no-repeat; padding:20px
	}

div.clear 
	{
		font-size: 1px; height: 1px
	}


ul#menu 
	{
		margin-top: 0px;
		margin-left: 0px;
		width: 160px; 
		list-style:none;
		font: 10pt verdana, arial, sans-serif;
		border-left: none;
	    border-right: none;
		border-bottom: none:
		padding: 10px 0px 0px 0px;
	}

ul#menu li
	{
		position:relative;
		border-bottom: none;
	}

ul#menu a 
	{
		width: 160px;
		display: block;
		text-align:left;
		padding: 5px 10px;
		margin-bottom:1px;
		text-decoration: none;
		color: #000;
		background: #a1c0e3;
		border-left: 3px solid #6482a1;
		border-right: 7px solid #648cb0;
		voice-family: "\"}\"";
		voice-family:inherit;
		width:130px;
	}

>#pagebody>ul#menu a 
	{
		width:125px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */

ul#menu a:hover 
	{
		color: #000000;
		background: #d9e8f7;
		border-right: 7px solid #1A95ED;
		border-left: 3px solid #6482a1;
	}

ul#menu a span 
	{
		display: none;
	}

ul#menu a:hover span 
	{
		display: block;
		position: absolute;
		top:0;
		left: 160px;
		width: 130px;
		padding: 5px;
		margin-left:3px;
		color: #000099;
		background:#edf4fa;
		font-size: 10px;
		text-align:left;
		border:1px solid #A4BFF2;
	}
	
ul 
	{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 154px; /* Width of Menu Items */
		border-bottom: 1px solid #ccc;
		border-left: 2px solid #E2144A;
		border-right: 4px solid #E2144A;
	}

ul li 
	{
		position: relative;
	}
	
li ul 
	{
		position: absolute;
		left: 158px; /* Set 1px less than menu width */
		top: 0;
		display: none;
	}

/* Styles for Menu Items */
ul li a 
	{
		display: block;
		text-decoration: none;
		color: #777;
		background: #fff; /* IE6 Bug */
		padding: 5px;
		border: 1px solid #ccc;
		border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover 
	{ 
		color: #E2144A; 
		background: #EBEBEB; 
	} 
		
li ul li a 
	{ 
		padding: 2px 5px; 
	} 
		
li:hover ul, li.over ul 
	{ 
		display: block; 
	} /* The magic */