/* sectionmenu.css */

.section {
  //margin-top: -3px;  
}

.section li {
  float: left;
  list-style-type: none;
  
}

.section {
  width: 679px;
  //width: 681px;
  background: #32525D;
  position: absolute;
}

.section li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
  padding: 0 11px;
  display: block;
  text-transform: uppercase;
}

.section li a:hover {
  background: #A0D5F9;
  color: #32525D; 
}

#mlmb_site_section0 {
  position: absolute;
  width: 679px;
  //width: 681px;
  background: #A0D5F9;
  margin-left: -480px;
}

#mlmb_site_section1 {
  position: absolute;
  width: 679px;
  //width: 681px;
  background: #A0D5F9;
  margin-left: -590px;
}

#mlmb_site_section2 {
  position: absolute;
  width: 679px;
  //width: 681px;
  background: #A0D5F9;
  margin-left: -589px;
}
.rubric li {
  float: left;
  background: #A0D5F9;
}

.rubric li a {
  display: block;
  color: #32525D;
}

.rubric li a:hover {
  background: #E3F4FF;  
}

.section li .SectionMenuArrow2 {
  background: #A0D5F9;
  color: #32525D;
}