@charset "iso-8859-1";

* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

img {
border:0px;
}

ul, ol, li {
	list-style:none;
}

#menuCode {
	margin:auto;
	position:relative;
	z-index:1;
	width:998px;
	height:170px;
}

.menuLinhas {
	float:left;
	margin-top:100px;
	color:#999;
	cursor:pointer;
	z-index:9px;
	line-height:30px;
}

.menuLinhas:hover {
	color:#333;
}

.menuLogo {
	float:left;
	width:380px;
}

.submenuLinhas {
	float:none;
	width:100%;
	line-height:30px;
	border-bottom:1px dotted #CCC;
}

.submenuLinhas:hover {
	background-color:#f2f2f2;
	color:#999;
	cursor:pointer;
}

.submenu {
	position:absolute;
	z-index:8;
	background-color:#FFF;
	/*border:1px solid #CCC;
	border-top:0px;
	border-left:0px; */
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-top:15px;
}

.right { float: right; }
.relative { position: relative; }
.pointer { cursor: pointer; }

.format-contas {
	background:url(../images/back-contas-rodape.gif) no-repeat;
	width: 195px;
	height: 51px;
	padding: 8px 0px 0px 11px; /***/
}

.position-contas
{
	position: absolute;
	right: 2px;
	top: -60px;
	text-align:left;
}