/* Start of CMSMS style sheet 'TNP_Navigation' */
/********************
MENU
*********************/
#menu_hori {
   height:43px;
   width:960px;
   position:absolute;
   top:210px;
   margin: 0 0 0 30px;
}

/* menu li block */
#menu_hori li {
   list-style: none;
   margin: 0;
   display: block;
   float:left;
}

#menu_hori ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_hori li a { height: 1%; } 
* html #menu_hori li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_hori a {
   background: url(images/cms/b_main_nav.png) no-repeat;
   font-size: 18px;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   line-height: 18px;
   margin:0;
   vertical-align:middle;
   text-decoration: none;
   /*text-shadow: 0px 1px 2px #FFF;*/
   padding-top: 10px;
   /* any IE 
   padding-top: expression('10px');*/
   width: 156px;
   height: 50px;
   display: block;
   color: #FFF;
   /*color: #3B001F;*/
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_hori a:hover {
   background: url(images/cms/b_main_nav_over.png) no-repeat;
   color: #FFFFFF;
}
div#menu_hori a.activeparent:hover {
   background: url(images/cms/b_main_nav_over.png) no-repeat;
   color: #FFFFFF;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_hori li a.activeparent {
   background: url(images/cms/menu_button.jpg) no-repeat;
   color: #fff;
}

div#menu_hori ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_hori ul h3 {
   background: url(images/cms/b_main_nav_over.png) no-repeat;
   font-size: 18px;
   font-weight: bold;
   font-style: italic;
   text-align: center;
   line-height: 18px;
   margin:0;
   vertical-align:middle;
   text-decoration: none;
   padding-top: 10px;
   /* any IE 
   padding-top: expression('10px');*/
   width: 156px;
   height: 50px;
   display: block;
   color: #FFFFFF;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_hori ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_hori ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_hori li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_hori li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_hori li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'TNP_Navigation' */

