/* Start of CMSMS style sheet 'menutab' */
/********************
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 */
   width: 100%;
   margin: 3px;
height: 9px;
   
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 3px 15px 0 15px;
font-size: 80%;


}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 3 ;

}


/* the links, that is each list item */
div#menu_horiz a {
   float:left;
     margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
   color: #18507C;
     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 4px 6px;
      color:#666;
      }

/* 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;
   color: #fff;
}

div#menu_horiz .currentpage{
 float:left;
     margin:0;
padding:5px 0px 4px 3px;
      text-decoration:none;
   text-decoration: none; /* no underline for links */
   color: black;
 background:url("images/cms/tableftB.gif") no-repeat left top;
   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 {
 background:url("images/cms/tabrightB.gif") no-repeat right top;
 background-position:100% -42px;
padding:5px 10px 4px 6px;
font-size: 90%;


        }

/* End of 'menutab' */

