
#b_nav ul {
   margin: 0;
   padding: 0.4em 0 0.4em 1em;

   list-style-type: none;
}

#b_nav ul li {
   display: inline;
}

#b_nav ul li a {
   display: block;
   float: left;

   padding: 0 1.1em;

   text-align: right;
   text-decoration: none;
   text-transform: uppercase;

   font-family: Arial, sans-serif;
   font-weight: bold;
   line-height: 2.4em;
   letter-spacing: 0.015em;

   color: #8c8c8c;
   border-left: 1px solid #d5d5d5;
}

#b_nav ul li a:hover, #b_nav ul li a.on {
   text-decoration: underline;

   color: #0067ac;
}

#b_nav ul li a.first-of-type {
   padding-left: 0;

   border-left: 0;
}

#b_nav ul ul {
   display: none;
}


#b_sub_nav ul {
   margin: 0;
   padding: 1.2em 1em 1.6em 1em;

   list-style-type: none;

   background-color: #eaeaea;
}

#b_sub_nav ul li a {
   display: block;
   padding-left: 1.3em;
   line-height: 2.2em;

   text-decoration: none;
   text-transform: uppercase;

   font-family: Arial,sans-serif;
   font-weight: bold;

   color: #8c8c8c;
}

#b_sub_nav ul li a:hover, #b_sub_nav ul li a.on {
   background-image: url('../img/subnav_over.gif');
   background-repeat: no-repeat;
   background-position: 0 0.8em;

   color: #0067ac;
}




#b_footer ul {
   margin: 0;
   padding: 0;

   list-style-type: none;
}

#b_footer ul li {
   display: inline;
}

#b_footer ul li a {
   padding: 0 1em;

   text-decoration: none;
   text-transform: uppercase;

   color: #7a7a7a;
}

#b_footer ul li a:hover, #b_footer ul li a.on {
   color: #0067ac;

   text-decoration: underline;
}
