/* Start of CMSMS style sheet 'cz : Nav simple hor' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* bg-color for entire menu row, covering 100% of the width and text center-aligned */
div#menu_horiz {
   width: 100%;
   margin: 0;
   font-weight: normal;
}

/* the menu ul box has bottom and left border, right border is provided by the li elements */
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {
   float: left;
             /* makes the list horizontal */
   list-style: none;
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 0.35em .6em 0.35em;
   margin: 0;
   text-decoration: none;
   display: block;
             /* IE has problems with this, fixed above */
}

/* when list item is active it is displayed as h3; don't mess with this - it's in CMSMS!! - <FMH>*/
/* of course the css properties of h3 may be changed - <FMH> */
div#menu_horiz h3 {
   padding: .6em 0.35em .6em 0.35em;
   font-weight: normal;
   margin: 0;
   text-decoration: none;
   display: block;
             /* IE has problems with this, fixed above */
   font-size: 1em;
             /* instead of the normal font size for <h3> */
}



/* End of 'cz : Nav simple hor' */

