/* Start of CMSMS style sheet 'Navigation: topsecondary' */
/********************
MENU
*********************/
#topmenu {
width:699px;
margin:0;
_margin:0px;
padding:0px;
position:absolute;
background:#fff;
border-bottom:1px solid #E0E0E0;

}

div#topmenu ul{
   list-style: none;
   padding:0;
   margin:0;
}

/* third level has some padding to have it stand out */
div#topmenu ul ul{
   list-style: none;
}

/* menu li block */
#topmenu ul li {
   list-style: none;
   margin: 0;
   padding:0;
   display: block;
   float: left;
}

#topmenu ul ul li {
   padding: 0 6px 0 6px;
   background:none;
   margin: 0; 
}

/** fix stupid ie bug with display:block; **/
* html #topmenu li a { height: 1%; } 
* html #topmenu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#topmenu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #339900; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   border:none;
}

/* next level links, more padding and smaller font */
div#topmenu ul ul a {
   font-size: 11px;
   padding: 5px 0  5px 0px;
   font-weight:bold;
}

/* third level links, more padding */
div#topmenu ul ul ul a {
   padding: 5px 0  5px 30px;
}

/* hover state for all links */
div#topmenu a:hover {
   color:#5A8364;
   background:none;
   border-top:2px solid #94D32E;
   padding-top:3px;
}
div#topmenu a.activeparent:hover {
   color:#339900;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#topmenu li a.activeparent {
   color: #339900;
}

div#topmenu ul ul li a.activeparent {
   color: #339900;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#topmenu ul h3 {
   color: #94D32E;
   display: block;
   font-size:11px;
   margin: 0;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/


div#topmenu ul ul h3 {
   display: block;
   font-size:11px;
   margin: 0;
   padding: 8px 0  5px 0px;
   color:#5A8364;
   border-top:2px solid #94D32E;
}

/* current page on third level, more padding */
div#topmenu ul ul ul h3 {
   padding: 5px 0  5px 30px;
   background:url(images/lineasubmenu.jpg) no-repeat bottom center;
}

/* section header */
div#topmenu 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#topmenu 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#topmenu li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: topsecondary' */

