/* Start of CMSMS style sheet 'Nav: Superior' */
/********************
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: #7a341b;  /* background color for the entire menu row */
   width: 800px;
   margin: 0;
}

div#menuwrapper {
   margin: 0;
   padding: 0;
}

div#clearb {
   display: none;
}


/* the menu ul box has top and bottom border */
div#menu_horiz ul {
   font-family: "SolexRegularLining", Arial, san serif;
   font-size: 14px;
   margin: 0;
   padding-right: 10px;
   padding-top: 13px;
   padding-bottom: 0;
   border-bottom: 1px solid #f8edd2;
   border-top:  2px solid #f8edd2;
   height: 25px;
   text-align: right;
   text-transform: uppercase;
}


/* menu list items */
div#menu_horiz li {
   display: inline;
   margin: 0;
   padding: 0 10px;
   list-style: none;
}


/* the links, that is each list item */
div#menu_horiz a {
   text-decoration: none;
   color: #EDCF79;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #bb502b;
}
div#menu_horiz a.activeparent:hover {
   color: #bb502b;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #EDCF79;
}


/* End of 'Nav: Superior' */

