﻿/* NAVIGATION Stylesheet */

#menu_vert {
  padding-left: 0;
  margin-left: 0;
}


/* menu li block */
#menu_vert li {
  list-style: none;
  padding: 0; 
  margin: 0;
  display: block;
}

#menu_vert li { border: none; }

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
* html #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: 0.1em 0.5em 0.0em 1.4em; /* some air for it */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   font-size: 13px;
   min-height:10px; /* Fixes IE7 whitespace bug */ 
}

/* 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 {
   text-decoration:underline;
   font-weight: bold;
   padding: 0.1em 0.5em 0.0em 1.4em; /* some air for it */
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em 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 0.4em 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: 12px;
   padding: 0.0em 0.5em 0.0em 2.5em;
   background-position: 1.4em 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 1.5em center;}

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


/* third level, more padding */
div#menu_vert ul li.nochildren3 a.inactive,
div#menu_vert ul li.nochildren3 a.active {
  font-size: 11px;
  padding: 0.0em 0.5em 0.0em 4.3em;
  background-position: 3em 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 {
   border-right: none;
   font-weight: bold;
   padding: 0.4em 0 0.4em 0;
   line-height: 12px;
   margin: 7px 0 3px 0;
   text-align:center;
}

/* separator */
div#menu_vert li.separator {
   height: 10px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:1px 0 1px 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 */
}

