<!--
html{
	background:url(imagens/fundoareia.jpg);
}
body {
	margin-left: 0px;
	background:url(imagens/fundo.jpg) repeat-x ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body td tr {

	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* menu styles */
			.menuh {
			
			z-index:1000;
			}
			ul.menuh {
				z-index:1000;
                margin: 0; padding: 0; height: 28px;
            }            
            ul.menuh li.subv {
                margin: 0px;
				padding: 0px;
				width: 80px;
				float: left;
				list-style: none;
				padding:5px;
				text-decoration: none;
            }            
            ul.menuh ul.menuv {
                display: none; position: absolute; margin-left: -1px;
            }            
            ul.menuh ul.menuv ul {
                left: 150px;
            }            
            ul.menuh a {
                padding: 0px; display: block; font-size:11px; font-weight:bold;text-decoration: none; color: #fff;
				height:40px;
            }            
            ul.menuh li a:hover {
				background:url(imagens/fundotransparentemenu.png) repeat-x;
				height:40px;
            }            
            ul.menuh a.seta {
                background: transparent url(indicador-submenu-1.gif) right center no-repeat;
            }            
            ul.menuv, ul.menuv ul {
                margin: 0; padding: 0; border: 0px; width: 150px; background-color: #fff;
                z-index: 10000;
				border: 1px solid #069;
            }            
            ul.menuv li {
                position: relative; list-style: none; border: 0px;
            }            
            ul.menuv li a {
                display: block; text-decoration: none;
                color: #000; padding: 5px 5px 5px 5px;
            }
            /* Fix IE. Hide from IE Mac \*/
            * html ul.menuv li {
                float: left; height: 1%;
            }            
            * ul.menuv li a {
                height: 1%;
				font-size:10px;
				font-weight:normal;
				height:18px;
				background:#fff;
            }
            /* End */
            ul.menuv ul {
                position: absolute; z-index: 10000; display: none; left: 149px; top: -1px;
            }            
            ul.menuv li.submenu ul {
                display: none;
            }            
            ul.menuv a.seta {
                background: transparent url(indicador-submenu-2.gif) right center no-repeat;
            }            
            ul.menuv li a:hover {
				color:#000;
				height:18px;
				background:#fff;
            }
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #09C;
}
a:active {
	text-decoration: none;
	color: #000;
}

-->

