#nav {
   /*
   height: 50px;
   margin-top: 8px;
   */
   margin-bottom: 38px;
   padding-bottom: 4px;
   border-bottom: 1px solid black;
   font-size: 0.9em;
}

#nav .left-image {
   width: 128px;
   height: 60px;
   margin-top: -60px;
   position: relative;
   top: 46px;
   left: 20px;
}

#nav .right-image {
   width: 128px;
   height: 60px;
   margin-top: -60px;
   position: relative;
   top: 46px;
   left: 652px;
} 

#nav ul {
   margin-bottom: 0px;
}

#nav li {
   display: inline;
   margin-left: 12px;
   list-style-image: none;
   font-weight: bold;
}   

#nav li:first-child {
   margin-left: 0px;
}

#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
   text-decoration: none;
   color: black;
}

#nav .currentPage {
   border-bottom: 5px solid black;
}

#sub-nav {
   position: relative;
   top: -28px;
   text-align: right;
   padding-right: 183px;
   font-size: 84%;
}

#sub-nav a:link, #sub-nav a:visited, #sub-nav a:hover, #sub-nav a:active {
   text-decoration: none;
   color: black;
}

#sub-nav li {
   display: inline;
}

#sub-nav li.currentPage {
   font-weight: bold;
}


