﻿/* NAVIGATION Stylesheet */
#menu_vert {
  padding-left: 0px;
  margin-left: 0px;
}
/* menu li block */
div#menu_vert  {
  list-style: none;
  padding: 0px; 
  margin: 0 0 0 0px;  /* Left margin from edge of div */
  display: block;
}
div#menu_vert ul,
div#menu_vert ul li {
	margin: 0 0 0px 0px;
	padding: 0 0 0 0;
}
/** fix stupid ie bug with display:block; **/
* html div#menu_vert li a { height: 1%; } 
* html div#menu_vert li hr { height: 1%; }
* html div#menu_vert li { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
	text-decoration:none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
	padding: 7px 5px 7px 18px; /* some air for it */
	/* padding: 0.8em 0.5em 0.8em 1.4em; */
	background: url(images/cms/arrow-right.gif) no-repeat 4px center; 
	min-height:6px; /* Fixes IE7 whitespace bug */ 
	margin: 0 0 0 0;
}
/* hover state for all links */
div#menu_vert a:hover { }
div#menu_vert a.active:hover { }
div#menu_vert a.inactive:hover { }

/* Pages in this Menu Manager template are clickable. This is for current page on first level */
div#menu_vert a.active {
   font-weight: bold;
}
div#menu_vert li.haschildren1 a.inactive {
   background: url(images/cms/arrow-down.gif) no-repeat 4px center; 
}
div#menu_vert li.haschildren01 a.active,
div#menu_vert li.nochildren01 a.active {
   background: url(images/cms/arrow-right-active0.gif) no-repeat 4px center;
}
/* second level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert li.haschildren2 a.inactive,
div#menu_vert li.haschildren2 a.active,
div#menu_vert li.nochildren2 a.inactive,
div#menu_vert li.nochildren2 a.active {
   font-size: 10pt;
   padding: 3px 5px 3px 31px;
   background-position: 17px center;
   border-bottom: none;
}
div#menu_vert li.haschildren2 a.active {
   font-weight: bold;}

/* second level, dash for inactive pages */
div#menu_vert li.nochildren2 a.inactive {
   background: url(images/cms/dash.gif) no-repeat 17px center;}

div#menu_vert li.haschildren2 a.inactive{
   background: url(images/cms/arrow-down.gif) no-repeat 17px center; }


/* third level, more padding */
div#menu_vert ul li.nochildren3 a.inactive,
div#menu_vert ul li.nochildren3 a.active {
  font-size: 9pt;
   padding: 3px 5px 3px 44px;
   background-position: 30px center;
}
/* third level, dash for inactive pages */
div#menu_vert li.nochildren3 a.inactive {
   background: url(images/cms/dash.gif) no-repeat 3em ;}

/* section header */
div#menu_vert li.sectionheader {
	list-style: none;
	border-right: none;
	font-weight: bold;
	padding: 10px 0 8px 0;
	line-height: 1em;
	margin: 0;
	text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px ; /*  -1px;  */
   margin-bottom: 0;
   padding:2px 0 2px 0;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}

