body,html {
	margin:0;
	padding:0;
	font-size:10px;
}
body {
	background-image:url(../imagens/pag_back.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
    min-width:759px;
}

body,form {
	margin:0px;
}

#wrap {
	background-color:#FFFFFF;
    margin:0 auto;
   	width:759px;
}
#header {
	background-image:url(../imagens/logotipo.jpg);
	background-repeat:no-repeat;
   	width:178px;
	height:38px;
	float:left;
	border-left:10px solid #FFFFFF;

}

#topRight{
	float:left;
	border-bottom:1px solid #000000;
	height:38px;
}

#user {
	float:left;
	width:306px;
	height:15px;
	/*border-bottom:1px solid #000000;*/
	text-align:right;
	padding-top:20px;
	padding-right:5px;
}

#user a{
	text-decoration:none;
	color:#000000;
	font-weight:700;
}

#user a:hover{
	text-decoration:underline;
}

#user b{
	color:green;
}

#caminho {
	float:left;
	width:250px;
	height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#e20a17;
	padding-top:23px;
    /*font-weight:700;*/
	/*border-bottom:1px solid #000000;*/
}

.groupRowSeparator{
	border-top:1px dashed #cccccc; 
	margin-top:15px;
}

#menu {
	clear:both;
    background:#FFFFFF;
    float:left;
    width:168px;
	margin-top:10px;
/*	margin-left:10px;*/
	border-left:10px solid #FFFFFF;

}

#menu ul {
	margin:0;
    padding:0;
    list-style:none;
/*	border-top:1px solid #000000;*/
}

#menu li {
	display:block;
    margin:0;
    padding:0;
	border-bottom:1px solid #000000;
	position: relative;
}

#menu a {
	display:block;
	background-color:#FFFFFF;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:10px;
	height:16px;
	text-decoration:none;
	color:#000000;
}

#menu a:hover {
	background-image:url(../imagens/menu_back.jpg);
	background-repeat:no-repeat;
}

#menu ul ul {
position: absolute;
top: 0;
left: 0;
}

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul 
{display: none;}

div#menu ul li:hover ul 
{display: block;}


div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul 
{display: block;}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

div#menu ul li a.selected{
	background-image:url(../imagens/menu_back.jpg);
	background-repeat:no-repeat;
}

div#menu ul li ul .separator{
	display:block;
    margin:0;
    padding:0;
    height:5px;
	position: relative;
	background-image:url(../imagens/menu_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#conteudos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    background:#dfdfdf;
	overflow:hidden;
	float:right;
	padding:10px;
    width:541px;
	margin-top:10px;
	border-right:10px solid #FFFFFF;
}


#footer {
    background:#dfdfdf;
	clear:both;
	margin:0 auto;
	width:739px;
	border-top:10px solid #FFFFFF;
	height:10px;
}
#footer p{
	padding:0px;
	margin:0px;
}
