.Menu ul {
  width: 214px;
  vertical-align: top;
}

.Menu .section {
  list-style-type: none;  
}

.Menu .section a {
  display: block;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 0 0 10px;
  margin-bottom: 5px;
  background: transparent url(/images/home/background-menu.png) no-repeat top left;
}

.Menu .section a .SectionMenuArrow {
  background: transparent url(/images/arrow.gif) no-repeat 10px;
  padding: 0 10px;
}

.Menu .section a:hover .SectionMenuArrow,
.Menu .section a .MenuArrow2 {
  background: transparent url(/images/arrowbottom.gif) no-repeat 10px;
  padding: 0 10px;
}

.Menu .section a.selected,
.Menu .section a:hover {
  text-decoration: underline;
}

.Menu .rubric li {
  list-style-type: none;
  margin-left: 3px;
}
.Menu .rubric li a {
  line-height: 20px;
  height: 20px;
  background: none;
  text-transform: none;
  width: 205px;
  color: #2A3990;
  border-bottom: 2px solid #2A3990;
  padding-left: 3px;
}

.Menu .rubric li a:hover,
.Menu .rubric li .selected {
  color: #0071BC;
  text-decoration: none;
}

.Menu .category li {
  list-style-type: disc;
  color: #C3CED4;
  margin-left: 25px; 
}

.Menu .section .rubric .category li a {
  border: 0;
  font-size: 11px;
  padding: 0;
  color: #2A3990;
  line-height: 15px;
  height: 15px;
}

.Menu .section .rubric .category li a:hover,
.Menu .section .rubric .category li a.selected {
  text-decoration: underline;
}