/* Start of CMSMS style sheet 'Kibo : 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 {
   /*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 {
margin: 0;
height: 26px;
background: url(uploads/images/layout/menu_horiz_bg.png) no-repeat right top;
}


/* menu list items */
div#menu_horiz li {
  float: left; 
  list-style: none;
  border-right: 1px solid #000;
  padding: 0px;
}


/* the links, that is each list item */
div#menu_horiz a, div#menu_horiz li.activeparent a {
height: 26px;
display: block;
  float: left; 
padding: 0 20px;
line-height: 26px;
font-size: 1em;
text-decoration: none; /* no underline for links */
color: #fff;
background: url(uploads/images/layout/btn_normal.png) no-repeat left top;
}


/* hover state for links */
div#menu_horiz li a:hover {
background: url(uploads/images/layout/btn_hover.png) no-repeat left top;
}

/*div#menu_horiz a.activeparent:hover {
background: #c60000 url('') no-repeat;
   color: #fff;
}*/

/* 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: bold;
  background: url(uploads/images/layout/btn_active.png) no-repeat left top;
}


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


li.currentpage,
li.currentpage h3 {
padding: 0px;
margin: 0px;
border: 0px;
}
/* End of 'Kibo : Simple - Horizontal' */

