.navigation, .navSearch {
  background-image: url('/images/top_nav2.gif');
  background-position: left top;
  background-repeat: repeat-x; 
  font-size: 11px;
  color: #fff;

  }

a.navSearch {
 color: #fa0;
 }

.rb {border-right: 1px solid #38576b;    
    }


#top-menu ul li a {
  display:block;  
  line-height: 9px;
  padding-top: 2px;
  margin-top: 0px;
  text-decoration: none;
  color: #eeeef0;  
  vertical-align: bottom;
  font-size: 11px;
  }

#top-menu ul ul a {
  color: #eee;
  padding: 1px;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 13px;
  border-bottom: 1px solid #456c85;
  }


#top-menu ul {
  position: relative;
  z-index: 50;
  list-style-type: none;
  margin: 0px;
  margin-top: 4px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 1px;
  height: 20px;  
  font-size: 11px;
  }


#top-menu ul ul {
  display: none;
  position: absolute;
  z-index: 100;
  top: 21px;
  left: -1px;
  background-color: #38576b;
  width: 250px;  
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;     
  padding-right: 0px;   
  opacity:1;
  filter:alpha(opacity=100);
  }



#top-menu ul ul li {
  padding-top: 0px; 
  margin-top: 0px;
  padding-right: 0px; 
  background-color: #38576b;
  color: #eee;
  border-left: 1px solid #456c85; 
  border-right: 1px solid #456c85; 
  border-top: 1px solid #456c85; 
  font-size: 11px;
  }


#top-nav b {
font-size: 13px; 
line-height: 25px;
  color: #bce34f;  /* 87a23 9 */
}


.end {
  position: absolute;
  z-index: 100;
  top: 18px;
  left: -151px;

  }


#top-menu ul ul a:hover {
text-decoration: underline;
color: #bce34f;
background-color: #28475b;
}



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



.ar a{
  background-image: url(/images/arrow.gif);
  background-position: right center;
  background-repeat: no-repeat;
  }

.ar a:visited {
  color: #fff;
}



/* ================== LEFT MENU =================== */



#left-menu ul {
  position: relative;
  z-index: 50;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 12px;
  }

#left-menu ul li {
  z-index: 50;
  margin: 0px;
  padding: 0px;
  display: block; 
  padding-bottom: 3px;
  }

#left-menu ul li a {
  display: block; 
  color: #333;     
  padding-top: 1px;
  padding-bottom: 1px;
  width: 214px;
  text-decoration: none;
  }



#left-menu ul li a:hover {
  display: block;
  color: #059; 
  text-decoration: underline;
  }


#left-menu ul ul a {
  display:block; 
  width: 100%;
  line-height: 15px; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  color: #eee;
  background-image: none;
  vertical-align: bottom;  
  font-size: 11px;
  }

#left-menu ul ul {
  z-index: 100;
  left: 214px;
  top: 0px; 
  display: none;
  position: absolute; 
  z-index: 100;
  background-color: #38576b; 
  width: 200px;  
  text-align: left;
  border-top: 1px solid #456c85;
  margin: 0px;
  padding: 0px;
  }

#left-menu ul ul li {
  z-index: 50;
  padding-top: 0px; 
  margin-top: 0px;
  padding-right: 0px; 
  padding-bottom: 1px;
  background-color: #38576b; 
  color: #ddd;
  border-left: 1px solid #456c85;
  border-bottom: 1px solid #456c85;
  border-right: 1px solid #456c85;
  }

#left-menu ul li:hover a {
  color: #249;
  }         

#left-menu ul:hover ul li a {
  color: #eee;
  }

#left-menu ul ul li a:hover {
  color: #bce34f;
  height: 100%;
  }   



#left-menu ul ul li:hover {
  background-color: #28475b;
  }
#left-menu ul ul li:hover,
#left-menu ul ul li:hover a {
text-decoration: underline;
  color: #bce34f;
  }



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

#left-menu ul ul li a:visited{
  color: #fff;
}


#left-menu ul li a:visited{
  color: #333;
}

#left-menu a:visited{
  color: #333;
}



