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

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
div#menu_horiz {
   border-top: 1px solid #006699;
   height: 17px;
   padding: 0 5px 0 0;
   /*white-space:none;*/
   background-color: #ccc;
   margin: 0;
}


div#menu_horiz ul {
   margin: 0;
   padding: 0;
}



div#menu_horiz li {
    text-transform:uppercase;
   float: left;
   list-style: none;
   margin: 0 ;
   border-right: 1px solid #069;
}



div#menu_horiz a {
   padding: 2px 1em 2px 1.4em;
   margin: 0;
   text-decoration: none;
   color: #006699;
   display: block;
}



div#menu_horiz li a:hover {
   background-color: #CDD5DC;
}
div#menu_horiz a.activeparent:hover {
   background-color: #CDD5DC;
   color: #006699;
}


div#menu_horiz li.activeparent a {
   color: #666666;
}

div#menu_horiz h3 {
   font-weight: normal;
   padding: 2px 1em 2px 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   /*color: #fff;*/
   /*background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 11px;                           /* instead of the normal font size for <h3> */
}

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

