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

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

/* 
Horizontal menu (level 1 items) is hidden to give hand to dynamic menu
*/
div#menu_horiz {
   position:absolute;
   top: -999;
}

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


/* menu list items */
div#menu_horiz li {
}


/* the links, that is each list item */
div#menu_horiz a {
}


/* hover state for links */
div#menu_horiz li a:hover {
}
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 {
}

div#menu_horiz h3 {
}

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

