/* --------------- TOP NAV ---------------- */

#topnav img {
display:block;
}

#topnavlist {
margin:0; 
padding:0; 
}

#topnavlist ul {
list-style-type:none; 
margin: 0; 
padding: 0;
}

#topnavlist li {
list-style-type:none; 
float:left;
margin: 0 29px 0 0; 
padding:0;
}

#topnavlist li.last {
margin: 0; 
}

#topnavlist li a { 
z-index: 1000;
display: block;
padding:0;
}

#topnavlist li ul {
position: absolute; 
top: 44px; 
left: -999em;
margin: 0; 
padding:0;
border-bottom: 1px solid #4B6F6F;
border-left: 1px solid #4B6F6F; 
border-right: 1px solid #4B6F6F;  

}

#topnavlist li ul li { 
width: 12em; 
background: #FFF;
float: none; 
z-index: 1000;
margin: 0; 
padding: 0;
}

#topnavlist li ul li.first_about { 
background: url("/tfg/images/css/bg_topnav_about.gif") no-repeat top right;
}

#topnavlist li ul li.first_investor { 
background: url("/tfg/images/css/bg_topnav_investor.gif") no-repeat top right;
}

#topnavlist li ul li.first_news { 
background: url("/tfg/images/css/bg_topnav_news.gif") no-repeat top right;
}

#topnavlist li ul li.first_contact { 
background: url("/tfg/images/css/bg_topnav_contact.gif") no-repeat top right;
}

#topnavlist li ul li a { 
text-indent: 0; 
color: #517072;
padding: 3px; 
_height: 15px;

} 

#topnavlist li ul li a:hover {
text-indent: 0; 
color:#522a4e;
text-decoration:none;
} 

#topnavlist li:hover ul, #topnavlist li.sfhover ul  {
left: auto;
}

