/* Start of CMSMS style sheet 'New_NavSimpleHori' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

* html ul li a {
   height:1em;
}

div#menu_horiz {
   width: 90px;
   margin: 0;
padding-bottom:20px;
background-color:transparent;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   list-style: none; 
   margin: 0 ;
   padding: 0;
   font-size: 14px;
line-height:17px;
}


/* menu list items */
div#menu_horiz li {
   list-style: none; /* hides the list bullet */ 
   margin: 0px ;
}



/* the links, that is each list item */
div#menu_horiz a {
   margin: 0px; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #000000;
}
div#menu_horiz a.activeparent:hover {
   color: #000000;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #000000;
}

div#menu_horiz h3 {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
font-weight:normal;
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 14px;                           /* instead of the normal font size for <h3> */
}

/* End of 'New_NavSimpleHori' */

