                                        /* Start of CMSMS style sheet 'ncme-menu-top' */
#header ul {
   position: absolute;
   top: 30px; left: 700px;
   margin: 0;
   padding: 13px 0 0 20px;
   list-style: none;
   color: #fff; background: transparent url(uploads/images/bg_menu.jpg) no-repeat top left;
   height: 40px; width: 256px;
}
#header ul li {
   list-style: none;
   float:left;
   margin: 0;
   padding: 0;
   border-right: 1px solid #688487;
}
#header ul li a {
   display:block;
   margin: 0;
   padding: 1px 9px 5px 9px;
   background: transparent; color: #fff;
   font-weight: normal;
   font-size: 110%;
   text-decoration: none;
   text-transform: lowercase;
}

/* hover state for links */
#header ul li a:hover {
   color: #92c6cc; background: transparent;
   text-decoration: underline;
}

#header ul li.currentpage {
   padding: 1px 9px 5px 9px;
   text-decoration: underline;
   color: #92c6cc; background: transparent;
   font-weight: normal;
   font-size: 110%;
   text-transform: lowercase;
}

#header ul li.nb { /* no right border */
  border-right: none;
}


/* fix for IE6 */
* html #header ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}

/* End of 'ncme-menu-top' */

