/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */



/********************
MENU
*********************/



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

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#top_menu {
   background-color: #FAFAF0;  /* background color for the entire menu row */
   width: 740px;
   margin-left:490px;
   height:40px;
   *height:50px;
   
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#top_menu ul {
   padding-bottom: 10px;
   height:2.2em;
margin-top:10px;

}


/* menu list items */
div#top_menu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
}


/* the links, that is each list item */
div#top_menu a {
   padding: 1em 1em .6em 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #666;
   display: block; /* IE has problems with this, fixed above */
   background:#FAFAF0;
   font-size:17px;

}


/* hover state for links */
div#top_menu li a:hover {
   background-color: #FAFAF0;
   color: #CC6600;
}
div#top_menu a.activeparent:hover {
   background-color: #FAFAF0;
   color: #CC6600;
}

div#top_menu li.currentpage {
padding: 1em 1em .6em 1em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #CC6600;
   display: block; /* IE has problems with this, fixed above */
   background:#FAFAF0;
   font-size:17px;
}

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

div#top_menu 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 */
   color: #605E4F;
   background: #FAFAF0;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}



















/* 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: #FAFAF0;  /* background color for the entire menu row */
   width: 590px;
   margin-left:400px;
border-top:solid #666 1px;
}
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin-left: 40px;
   padding: 0;
   height:2.2em;

}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin-left: 6px ;
   
}


/* the links, that is each list item */
div#menu_horiz a {
margin: 1em 12px 5em 10px; /* padding inside the list item box */
   margin-top: 7px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #666;
   display: block; /* IE has problems with this, fixed above */
   background:#FAFAF0;

}


/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #FAFAF0;
   color: #CC6600;
}
div#menu_horiz a.activeparent:hover {
   background-color: #FAFAF0;
   color: #CC6600;
}

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




div#menu_horiz li.currentpage {
margin: 1px 13px 5px 13px; /* padding inside the list item box */
   margin-top: 7px; /* margin outside each list item box */
   
text-decoration: none; /* no underline for links */
   color: #CC6600;
   display: block; /* IE has problems with this, fixed above */
   background:#FAFAF0;
   font-size:1em;
}






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


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

