#navigation a {
   text-decoration: none;
}

#navigation h1, #navigation h2 {
   padding: 1px 0 3px 10px;
   margin: 0;
   font-weight: normal;
}

#navigation h1 {
   font-size: 11px;
   border-bottom: 1px solid #FFF;
   color: #FFF;
   text-transform: none;
   font-weight: bold;
   background: #1A436B;
}

#navigation h2 {
   font-size: 11px;
   border-bottom: 1px solid #98ADC2;
   color: #003366;
   padding-left: 20px;
   text-transform: none;
   background: #E7E8E9 url('../images/navigation_arrow.gif') no-repeat;
}

#navigation h2:hover {
   background: #9BACBD;
}