/* Start of CMSMS style sheet 'PMW - Navigation' */
/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   padding: 20px 0;
   clear: both;
   text-align: center;
   
}

div#menu_horiz ul {
   margin: 0;
/*   border-top: 1px solid #611; */
   padding: 0;
}

div#menu_horiz li {
   float: left;
   list-style: none; 
   margin: 0 ;
   text-align: center;
/*   padding: 0 13px; */
}

/* the links, that is each list item */
div#menu_horiz a,
div#menu_horiz h3
 {
   padding: 0 13px 40px 13px; 
   margin: 0 ; 
   font-weight: bold;
   text-decoration: none; 
   color: #000;
   display: block; /* IE has problems with this, fixed above */
   font-size: 13pt;
}

div#menu_horiz h3 {
   background: transparent url(images/cms/menu_indicator.gif) no-repeat bottom center; 
}

/* hover state for links */
div#menu_horiz li a:hover,
div#menu_horiz a.activeparent:hover {
   background: inherit;
   color: #a00;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   text-decoration: underline;
}


/* End of 'PMW - Navigation' */

