/* Start of CMSMS style sheet 'Hepta_navi Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


div#menu_horiz {
   display: block;
   margin: 0 0 0 0;
   padding: 0px 0px 0px 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;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   font-size: 110%;     
   background: url(uploads/images/bullet.gif) no-repeat 0.1em center;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #939494;
}

div#menu_horiz li a.activeparent {
   color: #000000;
   font-size: 110%;                           /* instead of the normal font size for <h3> */
   font-weight: bold;
}

div#menu_horiz ul h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   background: url(uploads/images/bullet.gif) no-repeat 0.1em center;
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 110%;                           /* instead of the normal font size for <h3> */
   font-weight: bold;
   line-height: 100%;
}



/* End of 'Hepta_navi Horizontal' */

