/* Start of CMSMS style sheet 'kowiana_stylesheet_main_menu' */
div#menu_vert li.section ul li {
	font-size: 1em;
}

div#menu_vert div.sectionheader {
	width: 100%;
	height: 2.5em;			/* to change the font size of lev1 section headers, change this, sechdrblock height (V), and sechdrtext font-size (VV) */
	margin: 0em 0em 0.3em 0em;	
}

div#menu_vert div.sechdrblock {
	width: 210px;
	height: 2.5em;
	margin: 0;
	background-color: rgb(109,0,0);
	position: absolute;
	z-index: 1;
}

div#menu_vert ul li.section div.sectionheader div.sechdrtext { /* big red level 1 section header TEXT */
   margin-left: 1em; 
   padding: 0 0.2em 0 0.2em;
   font-size: 2.5em;
   line-height: 1em;
   text-align:left;
   font-family: "Agency FB";
   color: rgb(58,0,0);
   background-color: rgb(150,0,0);
   position: absolute;
   z-index: 2;
}

/** fix ie6 bloat **/
* html div#menu_vert ul li.section div.sechdrblock div.sechdrtext {
   margin-left: 0.5em;
}
/** end fix **/

div#menu_vert ul li.section ul li.section div.sechdrtext {		/* 2nd level section header, to look similar to normal 2nd level menu item */
   font-size: 90%;
   padding: 0.2em 0em 0.2em 1.3em;		/* TMP 2.8 */
   background-position: 1.5em center;
   font-style: italic;
   background: url(uploads/images/menubullet_lev2sechdr.gif) no-repeat 0em center;    /* TMP 1.5 */
}






/********************
MENU
*********************/

#menu_vert {
   padding-left: 0;
   margin: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
   padding-left: 2em;			/* 3rd level list/section, added (greatly reduced) padding left */
   *padding-left: 0em;			/* for IE 6/7 */
}


/* menu li block */
#menu_vert li {
   width: 100%;
   list-style: none;
   margin: 0;
   /*border-bottom: 1px solid #c0c0c0;		 LALALALA LINE */
   display: block;
   font-size: 100%;   
   float: left;
   clear: left;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/


div#menu_vert a {			/* 1st level links/menu items */
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #000000; /* #18507C this will be link color for all levels */
   background: url(uploads/images/menubullet.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {			/* 2nd level links */
   font-size: 90%;
   padding: 0.2em 0em 0.2em 1.3em;			/* TMP 2.8 */
   background-position: 0em center;			/* TMP 1.5 */
}

/* third level links, more padding */
div#menu_vert ul ul ul a {			/* 3rd level links */
   padding: 0.3em 0.5em 0.3em 1.5em;
   background: url(uploads/images/menubullet_lev3.gif) no-repeat 0em center; 	/* url(uploads/images/menubullet.gif) or url(images/cms/dash.gif) */
}

/* hover state for all links */
div#menu_vert a:hover {
	text-decoration: underline;
   /* background-color: #C3D4DF; */
}
div#menu_vert 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_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert 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_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {		/* 2nd level links, when active */
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 1.3em;			/* TMP 2.8 */
   background-position: 0em center;				/* TMP 1.4 */
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {				/* 3rd level link, when active */
   padding: 0.3em 0.5em 0.3em 1.5em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 0em center; 
}

/* section header */
div#menu_vert ul li.section { /* 1st level section */
   padding: 0 0 1em 0;
   line-height: 1em;
   margin: 0;
   text-align:left; 
}

div#menu_vert ul li.section ul li.section { /* 2nd level section */
   padding: 0;
   line-height: 1em;
   margin: 0;
   text-align:left; 
}



/* 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; /* this is for accessibility */
}
/* End of 'kowiana_stylesheet_main_menu' */

