/* Start of CMSMS style sheet 'chtgnr-menu-horiz' */
/********************
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 {
text-transform: uppercase;
   font-size: 12px;
background: url(images/cms/cntnt-bg.png) repeat-y;
width:990px;
height:50px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding-left: 240px;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;

}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 10px 6px 3px 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
text-align:center;
   color: #8bab23;
   display: block; /* IE has problems with this, fixed above */
width:118px;
background-color:transparent;
}


/* hover state for links */
div#menu_horiz li a:hover {  
color: #a29f9f;
background: url(images/cms/sttr) no-repeat bottom;
}
div#menu_horiz a.activeparent:hover {
color: #a29f9f;

}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
font-weight: normal;
background: url(images/cms/sttr) no-repeat bottom;
color: #4F4F4F;

}

div#menu_horiz h3 {
font-weight: normal;
   padding: 10px 0px 3px 0; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
text-align:center;
background: url(images/cms/sttr) no-repeat bottom;
color: #4F4F4F;
   display: block; /* IE has problems with this, fixed above */
   font-size: 12px;    
width:102px;                       /* instead of the normal font size for <h3> */
}

/* End of 'chtgnr-menu-horiz' */

