/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 25px;
   /* end hide */
}

 
#menu_horiz {
   background: url(uploads/images/menu_background.jpg) repeat-x #444;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
   height: 25px;

 
}

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


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-left: 1px solid #666;
   border-right: 1px solid #C0C0C0;
   background-color:#9E0B0E;
   font-weight:normal;
   font-size:10pt;
 
 
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 4px 10px 4px 10px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background:url(uploads/images/button_menu.jpg) repeat-x;
   display: block; /* IE has problems with this, fixed above */

}


/* hover state for links */
div#menu_horiz li a:hover {
  color:#ccc;
   background:url(uploads/images/button_menu_hover.jpg) repeat-x;
}


div#menu_horiz a.activeparent:hover {
 
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  color:#000;
 padding: 6px 10px 6px 10px; /* padding inside the list item box */
   background:#fff; //url(uploads/images/button_menu_hover.jpg) repeat-x;
}

div#menu_horiz h3 {
   padding: 6px 10px 6px 10px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000;
   font-weight:normal;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   background:#fff; //url(uploads/images/button_menu_hover.jpg) repeat-x;
}

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

