/* 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: transparent;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
float: right;
   margin: 20px 0px 0px 0px;
   padding: 0;
   /*border-bottom: 1px solid #C0C0C0;
   border-left:  1px solid #C0C0C0;
   height:2.2em;*/
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0px 5px 0px 0px;
width: 124px;
height: 25px;
   background: url(images/cms/nav/btn_up.gif) no-repeat;
  /* border-right: 1px solid #C0C0C0;*/
}
div#menu_horiz li#i24 {
   margin: 0px;
}

/* the links, that is each list item */
div#menu_horiz a {
font-family: Trebuchet MS, Helvetica, sans-serif;
letter-spacing: 1px;
width: 124px;
height: 25px;
text-align: center;
font-size: 1.5em;
text-transform: uppercase;
  padding: 8px 0px 0px 0px; 
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #909293;
   background: url(images/cms/nav/btn_up.gif) no-repeat;
   display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz li#i24 a {
font-size: 1.3em;
}

/* hover state for links */
div#menu_horiz li a:hover {
    color: #E52032;
}
div#menu_horiz a.activeparent:hover {
   color: #E52032;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: transparent; 
   color: #E52032;
}

div#menu_horiz h3 {
font-family: Trebuchet MS, Helvetica, sans-serif;
letter-spacing: 1px;
font-weight: normal;
width: 124px;
height: 25px;
text-align: center;
font-size: 1.5em;
text-transform: uppercase;
  padding: 8px 0px 0px 0px; 
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #E52032;
   background: url(images/cms/nav/btn_active.gif) no-repeat;
   display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz li#i24 h3 {
font-size: 1.3em;
}

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

