/* Start of CMSMS style sheet 'Navigation: 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 {
   font-family:verdana, arial, sans-serif;
   background-color: #000066;  /* background color for the entire menu row */
   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 {
   font-family:verdana, arial, sans-serif;
   margin: 0;
   padding: 0;
   border-bottom: 0px solid #000066;
   border-left:  6px solid #000066;
   height:2.6em;
}


/* menu list items */
div#menu_horiz li {
   font-family:verdana, arial, sans-serif;
   margin-left: 1px; /* margin outside each list item box */
   margin-right: 1px; /* margin outside each list item box */
   background: ##000066; 
   color: #CCCCFF;
   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 {
   font-family:verdana, arial, sans-serif;
   padding: 0.5em 1.5em .6em 1.4em; /* padding inside the list item box */
   margin-left: 1px; /* margin outside each list item box */
   margin-right: 3px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #CCCCFF;
border-top: 3px solid #CCCCFF;   
border-right: 1px solid #CCC; 
border-left: 3px solid #CCCCFF;     
border-bottom: 0px solid #CCCCFF;
   background: url(uploads/icons/gion/go-next.png) no-repeat 0.1em center; ;
   display: block; /* IE has problems with this, fixed above */
   font-size: 16px; 

}


/* hover state for links */
div#menu_horiz li a:hover {
   font-family:verdana, arial, sans-serif;
   color: #000066;
   background: #CCCCFF url(uploads/icons/gion/go-bottom.png) no-repeat 0.1em center;
}
div#menu_horiz a.activeparent:hover {
   font-family:verdana, arial, sans-serif;
   background: #CCCCFF url(uploads/icons/gion/go-bottom.png) no-repeat 0.1em center;
   color: #000066;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #CCCCFF url(uploads/icons/gion/go-bottom.png)  no-repeat 0.1em center;
   font-family:verdana, arial, sans-serif;
   color: #000066;
   font-weight: bold;
   margin-left: 1px; /* margin outside each list item box */
   margin-right: 3px; /* margin outside each list item box */
}


div#menu_horiz h3 {
   font-family:verdana, arial, sans-serif;
   padding: .7em 1.5em 0.6em 1.4em; /* padding inside the list item box */
   text-decoration: none; /* no underline for links */
   color: #000066;
   background: #CCCCFF url(uploads/icons/gion/go-bottom.png)  no-repeat 0.1em center;
   display: block; /* IE has problems with this, fixed above */
   font-size: 16px;                           /* instead of the normal font size for <h3> */
   margin-left: 1px; /* margin outside each list item box */
   margin-right: 3px; /* margin outside each list item box */

}

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

