/* Start of CMSMS style sheet 'North2South : N2S - horizontal nav' */
/********************
MENU
*********************/

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


div#menu_horiz {
   background-color: #b20838;  /* background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* fix ie margins */
*:first-child+html div#menu_horiz {margin-top: 6px;}
* html div#menu_horiz {margin-top: 6px;}

div#menu_horiz ul {
font-weight: bold;
   margin: 6px 0 1px 0;
   padding: 0;
list-style: none;
   height: /*2.2em*/ 26px;
}


/* menu list items */
div#menu_horiz li {
   float: left;
background: url(uploads/North2South/n2s_nav_left.gif) no-repeat left top;
   margin: 0 4px 0 0;
padding: 0 0 0 4px;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 6px 6px 6px 2px;
   margin: 0;
   text-decoration: none;
   color: #fff;
   display: block;
background: url(uploads/North2South/n2s_nav_right.gif) no-repeat right top;
}


/* hover state for links */
div#menu_horiz li:hover {
   background-position: 0% -24px;
}

div#menu_horiz li a:hover {
   background-position: 100% -24px;
}

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

div#menu_horiz li.activeparent a {
   background: #385C72 url(uploads/North2South/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}
*/

div#menu_horiz li.currentpage, div#menu_horiz li.activeparent {
background: url(uploads/North2South/n2s_nav_left.gif) no-repeat 0% -24px;
padding: 0 0 0 4px;
margin: 0 4px 0 0;
}

div#menu_horiz h3, div#menu_horiz li.activeparent a {
   padding: 6px 6px 6px 2px;
   margin: 0;
   text-decoration: none;
   color: #fff;
   background: url(uploads/North2South/n2s_nav_right.gif) no-repeat 100% -24px;
   display: block;
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* fix menu padding in safari */
@media screen and (-webkit-min-device-pixel-ratio:0){

div#menu_horiz a {padding: 6px 6px 6px 2px;}
div#menu_horiz h3, div#menu_horiz li.activeparent a {padding: 6px 6px 6px 2px;}

}


/**************
SECONDARY NAV
**************/
div#secondary_nav {
background-color: #c2a303;
width: 100%;
margin: 0 0 28px 0;
}

/* fix ie margins */
*:first-child+html div#secondary_nav {margin-top: 2px; margin-bottom: 7px;}
* html div#secondary_nav {margin-top: 2px; margin-bottom: 7px;}

div#secondary_nav ul {
font-weight: normal;
margin: 10px 0 0 7px;
padding: 0;
list-style: none;
}

/* fix ie */
*:first-child+html div#secondary_nav ul {margin-top: 6px;}
* html div#secondary_nav ul {margin-top: 6px;}

div#secondary_nav li {
float: left;
margin: 0 10px 0 0;
padding: 0;
}

div#secondary_nav a {
margin: 0;
text-decoration: none;
color: #fff;
display: block;
}

div#secondary_nav a:hover {
color: #252525;
}

div#secondary_nav li h3 {
font-weight: normal;
font-size: 1em;
}
/* End of 'North2South : N2S - horizontal nav' */

