/* Start of CMSMS style sheet 'rebus - navigation simple' */
/********************
MENU
*********************/

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


div#menu_main ul, div#menu_sub ul {
   margin: 0;
   padding: 0;
   color: #A6A8AB;

}

div#menu1  a {
font-size:1.2em;
}
div#menu2  a {
font-size:1em;
}

/* menu list items */
div#menu_main li, div#menu_sub 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_main a {
   padding: 0 1em;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; 
   color: #A6A8AB;
   display: block;
   line-height:18px;
   /* font-weight:bold; */
}
div#menu_sub a {
   padding: 0 0.5em;
   margin: 0;
   text-decoration: none; 
   color: #A6A8AB;
   line-height:18px;
   /* font-weight:bold; */
}


/* hover state for links */
div#menu_main li a:hover, div#menu_sub li a:hover {
   color:#000;
}
div#menu_main a.activeparent:hover, div#menu_sub a.activeparent:hover {
   color: #000;
}

div#menu1 li.activeparent a, div#menu1 li.currentpage a {
   color: #000;
}
div#menu2 li.activeparent a, div#menu2 li.currentpage a {
   color: #000;
}



/* End of 'rebus - navigation simple' */

