/* Start of CMSMS style sheet 'Navigation: Simple Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#subnav {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#subnav {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#subnav ul {
   margin: 0;
   padding: 0;
  list-style: none;
  width: 500px;
}


/* menu list items */
div#subnav li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 1px solid #C0C0C0;
   background:none;
   line-height:12px;
   padding-left: 0px;
}


/* the links, that is each list item */
div#subnav a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
}


div#subnav h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffbc1c;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

div#copyr {clear: left;}
/* End of 'Navigation: Simple Horizontal' */

