/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   /* background color for the entire menu row */
 background:url("images/cms/bg_menuvert.jpg") 
   width: 800px;
   margin: 1px;
height: 25px;
   
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 5px;
   padding: 5px 5px 0 10px;
font-size: 90%;


}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 2px ;

}


/* the links, that is each list item */
div#menu_horiz a {
   float:left;
     margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
   color: #031300;
     background:url("images/cms/tableftB.gif") no-repeat left top;
   display: block; /* IE has problems with this, fixed above */
}
div#menu_horiz a span {
      float:left;
      display:block;
      background:url("images/cms/tabrightB.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      color:#031300;
      }

/* hover state for links */
div#menu_horiz li a:hover {
    background-position:0% -42px;
      }
div#menu_horiz  a:hover span {
      background-position:100% -42px;
      }
}
div#menu_horiz a.activeparent:hover {
    background-position:0% -42px;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
background:url("images/cms/tableftB.gif") no-repeat left top;
    background-position:0% -42px;
 padding:5px 15px 5px 9px;
   color: #fff;
}

div#menu_horiz .currentpage{
  float:left;
     margin:0;
      padding:0 0 0 9px;
      text-decoration:none;
   color: #18507C;
     background:url("images/cms/tableftB.gif") no-repeat left top;
   display: block; /* IE has problems with this, fixed above */
   background-position:0% -42px;
   display: block; /* IE has problems with this, fixed above */
                        /* instead of the normal font size for <h3> */
}
div#menu_horiz .currentpage span {
   float:left;
      display:block;
      background:url("images/cms/tabrightB.gif") no-repeat right top;
      padding:5px 15px 5px 6px;
      color:#666;
 background-position:100% -42px;
font-size: 90%;


        }

/* End of 'Navigation: Simple - Horizontal' */

