/* Start of CMSMS style sheet 'monojo navigation' */
/********************
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 {
   background-color: #fff;  /* background color for the entire menu row */
   width: 640px;
border: 0px solid lime;
float: left;
padding-top: 8px;
margin-left: 7px;
   font-family: Georgia, serif;
font-size: 30px;



}

/* 
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 ;
   font-family: Georgia, serif;
font-size: 30px;


}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 7px 20px 10px 0px; /* padding inside the list item box */
   margin: 0 0 10px 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
  /* color: #454545; */
   background-color: transparent; ;
   display: inline; /* IE has problems with this, fixed above */
   font-family: Georgia, serif;
font-size: 30px;
line-height: 34px;
}


/* hover state for links */
div#menu_horiz li a:hover {
   text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
   border-bottom: 1px dotted #ccc;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background-color: #fff; 
   /* color: #454545; */
}

div#menu_horiz h3 {
   padding: 7px 20px 10px 0px; /* padding inside the list item box */
   margin: 0 0 10px 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   /*color: #454545; */
   background-color: transparent; ;
   display: inline; /* IE has problems with this, fixed above */
      font-family: Georgia, serif;
font-size: 30px;                         /* instead of the normal font size for <h3> */
font-weight: normal;
line-height: 34px;
}

div#menu_horiz li#menuid52 a {color: #d88585;}
div#menu_horiz li#menuid53 a {color: #c5d540;}
div#menu_horiz li#menuid54 a {color: #8d97d3;}
div#menu_horiz li#menuid55 a {color: #c6e2de;}
div#menu_horiz li#menuid56 a {color: #d9d68f;}
div#menu_horiz li#menuid57 a {color: #dcdcdc;}

div#menu_horiz li#menuid52  {color: #d88585;}
div#menu_horiz li#menuid53  {color: #c5d540;}
div#menu_horiz li#menuid54  {color: #8d97d3;}
div#menu_horiz li#menuid55  {color: #c6e2de;}
div#menu_horiz li#menuid56  {color: #d9d68f;}
div#menu_horiz li#menuid57  {color: #dcdcdc;}



/* End of 'monojo navigation' */

