/*
	Author: Luciana do Espirito Santo Rezende 
	Contact: (34) 8862-4363
	Site: GM SOLUCOES
	Date: Outubro 2009
*/

.javascript .mlcom    { color: #4040c2; }
.javascript .com      { color: green; }
.javascript .regexp   { color: maroon; }
.javascript .string   { color: teal; }
.javascript .keywords { color: navy; font-weight: bold; }
.javascript .global   { color: blue; }
.javascript .numbers  { color: red; }

            * {
                margin: 0; padding: 0;
            }            
			body {
                font-family: Tahoma; margin-bottom:20px;
            }			
            p {
                padding: 5px 20px;
            }            
			#menu {
				width: 90%; margin:auto;
			}
            
			/* menu styles */
			ul.menuh {
                margin: 0; padding: 0;  height: 28px; 
            }            
            ul.menuh li.subv {
                margin: 0px; padding: 0px; width: 100px; float: left; list-style: none;
            }
            ul.menuh ul.menuv {
                display: none; position: absolute; margin-left: -1px;
            }            
            ul.menuh ul.menuv ul {
                left: 150px;
            }            
            ul.menuh a {
                padding: 5px; display: block; text-decoration: none; color: #989A9D; size:30px;
            }            
            ul.menuh li a:hover {
                color:  #F9C700;
            }            
            ul.menuv, ul.menuv ul {
                margin: 0; padding: 0; border: 0px; width: 100px; background-color: #fff;
                z-index: 10000; border-top: 1px solid #C2C4C5;
            }            
            ul.menuv li {
                position: relative; list-style: none; border: 0px;
            }            
            ul.menuv li a {
                display: block; text-decoration: none; border: 1px solid #C2C4C5; border-top: none;
                color: #989A9D; padding: 5px 10px 5px 5px; font-weight:bold; font-size:10px;
            }
            /* Fix IE. Hide from IE Mac \*/
            * html ul.menuv li {
                float: left; height: 1%;
            }            
            * ul.menuv li a {
                height: 1%;
            }
            /* End */
            ul.menuv ul {
                position: absolute; z-index: 10000; display: none; left: 149px; top: -1px;
            }      
			ul.menuv li.submenu {
				width: 100px;
			} 
            ul.menuv li.submenu ul {
                display: none;
            }            
            ul.menuv a{
				color: #989A9D;
			}
            ul.menuv li a:hover {
                color: #F9C700;
            }

			
.geral  { width:915px; margin:0 auto;}
.topo { background:url(../imagens/traco.jpg) repeat; width:913px; }
.separaMenu { background-image:url(../imagens/separaMenu.jpg); background-position:right; background-repeat:no-repeat }
.rodape { background:url(../imagens/rodape2.jpg) no-repeat; clear:both; width:913px; height:60px; }
.textos { color: #666666; font-size:11px; text-align:justify;  text-decoration:none }
.textos a:hover { color: #F9C700; }
.informativos { padding-left:11px }
.noticia { color: #666666; font-size:11px; margin-left: 15px; text-decoration: none; text-align:justify; padding-bottom:0px; padding-top:0px}
.noticia a:hover { color: #F9C700; }
.casesSucesso { color: #666666; font-size:11px; text-align:justify;  text-decoration:none; padding-bottom:0px; padding-top:0px }
.links { color: #F9C700; font-size: 12px; text-decoration: none; font-weight: bold; }
.titulos {color: #333333; font-size:14px; margin-left:20px}
.caixa_titulo { height:33px; background:url(../imagens/titulos.jpg) no-repeat; margin-left:15px; margin-right:15px; padding-bottom:5px}
.caixa_titulo_g { height:33px; background:url(../imagens/titulos_g.jpg) no-repeat; margin-left:15px; margin-right:15px; padding-bottom:5px}