/* Start of CMSMS style sheet 'GrassStains : grassmenu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper {
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 140px; 
       }


/* Unless you know what you do, do not touch this */ 
/******* top navigation *******/
#primary-nav ul {
padding:0;
margin:0;
white-space: nowrap;
font-size:8pt;
color:#fff;
float:left;
background: #af9b75;
list-style:none;
}

#primary-nav ul li {
margin: 0 0 0 0;
padding: 0 0 0 0;
color: #fff;
text-decoration:none;
float: left;
}

#primary-nav a:hover {
display:block;
background: #2e61a4;
color: #ffffff;
text-decoration:none;
}

#primary-nav{
        list-style: none; 
	margin: 0px; 
	padding: 0px; }

#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul {
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */


#primary-nav li a { 
        color:#fff;
	display: block;  
	padding: 10px 10px 19px 10px;         
	text-decoration: none; 
	}
#primary-nav li li a{
        text-align:left;
        padding: 4px 10px;
        display: block;
	border-right:none;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 

	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li .menuparent, #primary-nav ul li .menuparent:hover{ 
	background-image: url(modules/CSSSMenu/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat;

	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #rimary-nav li.menuh, #primary-nav ul li .menuparent:hover, #primary-nav ul li. menuparent li:hover{
         background: url(uploads/GrassStains/topnav_bg_green.gif);
        }


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}

/* End of 'GrassStains : grassmenu' */

/* Start of CMSMS style sheet 'sidenav' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
margin-bottom: 0px;
}

#menu_vert ul {
padding: 0;
margin: 0 0 0 0;
}

#menu_vert ul li a, #menu_vert ul li.currentpage h3 {display:none;}
#menu_vert ul li li a, #menu_vert ul li li.currentpage h3{display:block;}

#menu_vert li {
   list-style: none;
   margin: 0;
   padding:0;
   display: block;
}

#menu_vert ul ul li {
   
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a, div#menu_vert li.currentpage {
   text-decoration:none;
   display: block;
   padding: 0;
   color: #8d8677;
   min-height:1em;

}

/* second level */
div#menu_vert ul ul a, div#menu_vert ul li li.currentpage {
   padding: 0.5em 0.5em 0.5em 10px;
}

/* third level */
div#menu_vert ul ul ul a {
   padding: 0.5em 0.5em 0.5em 10px;
}

/* Active State */
div#menu_vert .currentpage h3 {
   padding: 0.5em 0.5em 0.5em 10px;
margin: 0;
background: #8d8677;
color: #fff;
}

/* hover first level */
div#menu_vert ul a:hover {
   background: #2e61a4;
color: #fff;
text-decoration: none;
}

/* hover second level */
div#menu_vert ul ul a:hover {
   background: #2e61a4;
color: #fff;
text-decoration: none;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
   background: #2e61a4;
color: #fff;
text-decoration: none;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-weight: bold;
   padding: 1.5em 0.5em 0.8em 0px;
   background-color: none;
   min-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#menu_vert 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_vert li.separator hr {
   display: none;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* End of 'sidenav' */

