#navigatioPadder{
width: 280px;
margin-left: 0;
}

#navigation{

background-image:url(../images/navigation/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#FFFFFF;
width: 300px;
min-height: 700px;

/*font-variant:small-caps; *//*Pretty nice*/
}

#navigation li{
line-height:20px;
}

#navigation h1{
display: none; /* hide header from css enabled browsers */
}

#navigationLogo {
width: 280px;
height: 86px;
/*background-image: url(../images/navigation/logo.jpg);*/
}

#navigation{
margin:0;
padding:0;
}

#navigation h4{
font-size: 11px;
font-weight:bold;
margin:0;
/*padding:0;*/
padding-top: 1em; /* antes estava 1em */
margin-right: 3px; /* 3 !donīt know why.... but needed to align h4's with the rest of the text! */
}

#navigation h4a{
font-size: 11px;
font-weight:bold;
margin:0;
/*padding:0;*/
padding-top: 0em; /* antes estava 1em */
margin-right: 3px; /* 3 !donīt know why.... but needed to align h4's with the rest of the text! */
}



#navigation a{
color: #617280;
/*padding: 0.1em;*/
text-decoration: none;
}

#navigation a:hover{
color: #000;
}

.ajaxeffect{
float: left;
width:6px;
height:100%;
margin-left:-6px;
background-image:url(../images/anim/loading.gif);
background-color:#333;
}

.noajaxeffect{
background-image: none;
}

.effect{
float: left;
width:6px;
height:100%;
margin-left:-6px;
/*background-image:url(../images/anim/loading.gif);*/
background-color:#333;
}

.effect:hover{
background-color:#555;
}

.noeffect{
background-image: none;
}

.navigationElement{
margin-top:0;
margin-right:0;
margin-bottom:0;

margin-left: 6px;
min-height:55px;
height:auto; /* individual heights for each menu iten */
/*min-height: 80px;*/
width:280px;
/*display: in-line;*/
text-align: right;
}

.navigationElementShort{
margin-top:0;
margin-right:0;
margin-bottom:0;

margin-left: 6px;
height:35px; /* individual heights for each menu iten */
/*min-height: 80px;*/
width:280px;
/*display: in-line;*/
text-align: right;
}

#navigation ul{list-style:none;margin:0;padding:0;}
#navigation li{margin:0;padding:0;display:inline;}

.ajaxedNavigationBox{
width: 266px;
/*padding: 6px;*/
margin-top: 3px;
/*background-color: #B7C4CC;*/
background-color:#abb5bc;

font-variant: normal;

text-align:left;
display:block;
margin-left: 14px;
overflow:hidden;
}


.activeBorder{
margin-left: 6px;
width:280px;
text-align: right;
/*border-left: 6px solid #333;*/
}

.navigationSplitter{
width: 266px;
height: 2px;
margin-left: 20px;
background-image: url(../images/navigation/splitter.gif);
background-repeat:repeat-x;
background-position:top;
/*margin-top: 2px;*/
}

.activeTitle{
color: #142B3D;
overflow: hidden;
}

.restoreTitle{
color: #617280;
overflow: hidden;
}


.linkSplitter{
margin:0;
padding:0;
}


/*#loginSection, #loggedInSection{display: inline;/* float:right; margin-right: 20px;}*/

.inputFieldClass{
color:#666666;
padding-left:0px;
padding: 0px;
border:hidden;
border:0px;
margin-top: 8px;
width:89px;
height: 20px;
font-size: 9px;
float:left;
margin-right:15px; /* antes estava 10 */
background-image:url(../images/boxes/caixa.gif);
background-repeat:no-repeat;
}

.inputFieldClass2{
color:#666666;
border:hidden;
padding: 0px;
border:0px;
margin-top: 8px;
width:69px;
height: 20px;
font-size: 9px;
float: left;
margin-righ:0px;
background-image:url(../images/boxes/caixa2.gif);
background-repeat:no-repeat;
}

.submitButtonClass{
padding: 0px;
border:hidden;
border:0px;
margin-top: 8px;
width:20px;
height: 20px;
font-size: 9px;
float: left;
margin-right: 35px;
background-image:url(../images/boxes/botao.gif);
background-repeat:no-repeat;
}

.h4Class{
font-size: 11px;
font-weight:bold;

/*padding:0;*/
padding-top: 1em;
margin-right: 3px; /* !donīt know why.... but needed to align h4's with the rest of the text! */
}


.h4Class1{ /* criei esta pq o logout n é em bold no layout */
float: left;
font-size: 11px;
/*padding:0;*/
padding-top: 0em;
margin-right: 3px; /* !donīt know why.... but needed to align h4's with the rest of the text! */
}

.nome{ /* criei esta div para por o logout e o outro txt */
float:left;
font-size: 11px;
vertical-align:middle;
width:280px;
}



#faqQuestionsAndContacts{
text-align: right;
margin-top: 10em;
margin-right: 20px;
}

#siteMapAndOthers{
margin-top:2.5em;
margin-right: 20px;
text-align: right;
}

#siteMapAndOthers a{
font-size: 6pt;
}

#allRightsReserved{
margin-top: 1em;
margin-right: 20px;
text-align: right;
font-size: 6pt;
}

#bottomLogo{
width:143px;
height: 112px;
background-image: url(../images/navigation/bottomLogo.png);
position: relative;
left:150px;
margin-top: 3em;
}