/* 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 {
        position: relative;
	background-image: url(../../uploads/images/hea/hnav_grad.gif);
	background-repeat:repeat-x;
	padding-right: 5px; 
	height: 25px;
	border: 1px solid #bfd3d0;
        text-align: right;
}


div#menu_horiz ul {
        margin: 0px;
	padding-right:10px; 
}


                                     /* menu list items */
div#menu_horiz li {
      display:inline;
      list-style: none;
      margin-right: 5px;                                                               /* sets gap between menu items*/
}


                           /* the links, that is each list item */
div#menu_horiz a {
padding: 0px 5px 0px 5px;                                                     /*padding inside the list item box */
margin: 0;                                                                           /* margin outside each list item box */
text-decoration: none;
color: #9E7849;
/*font-weight:bold;*/
font-size: 15px;
display:inline;                                                             /* IE has problems with this, fixed above */
}


                             /* hover state for links */
div#menu_horiz li a:hover {
color: #9E7849;
/*font-weight:bold;*/
font-size: 15px;
text-decoration:underline;
}

div#menu_horiz a.activeparent:hover {

}

                /* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
  
}

div#menu_horiz h3 {
padding: 0px 5px 0px 5px;                                                         /*padding inside the list item box */
margin: 0px;                                                                          /* margin outside each list item box */
color: #9E7849;
font-weight:bold;
font-size: 15px;                                                            /* instead of the normal font size for <h3> */
display:inline;
line-height:24px;     
                                            /* added to stop active page title 'jump' */
}

li.current page{
color: #9E7849;
font-weight:bold;
font-size: 15px;
text-decoration:underline;
}

dfn {display:none}
/* End of 'Navigation: Simple - Horizontal' */

