/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: .5em;
   margin-top: 15px;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 6% 0 0;
   background-image:url(upload/images/menu_current2.png);
   display: block;
}

#menu_vert ul ul li {
   border: none;
background-image:none;
}

/** 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 {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0em 0.2em 3.5em;  /* some air for it */
   margin: 0em;
   color: #C1272D; /* this will be link color for all levels */
   font-weight: bold;
   background: url(uploads/images/menu_ball.png) no-repeat 0.5em center;
   overflow:hidden;
   min-height:2.5em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 85%;
   padding: 0em 0em 0em 6em;
   background-image:none;
   color:#C1272D;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
background-image:none;
}

/* hover state for first-level links */
div#menu_vert a:hover {
   background: url(uploads/images/menu_hover2.png) no-repeat 0.5em center;
   overflow:hidden;
   color:#000;
   font-weight: bold;
   text-decoration:none;
   padding: 0.2em 0em 0.2em 3.5em;  /* some air for it */
   margin: 0em 0;
   min-height:2.5em; /* Fixes IE7 whitespace bug */ 
}
div#menu_vert ul ul a:hover {
   padding: 0em 0em 0em 6em;
text-decoration:underline;
color:#C1272D;
background-image:none;
}
/*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(uploads/images/menu_current2.png) no-repeat right center; 
   /*background-color: #385C72;*/
   color: #000;
   margin: 0 6% 0 0;
}
div#menu_vert ul li a.activeparent {
background: url(uploads/images/menu_current2.png) no-repeat right center;
   overflow:hidden;
   display: block; 
   padding: 0.2em 2.5em 0.2em 4em;  /* some air for it */
   margin: .5em 0;
   color: #000;                                 /* this will be link color for all levels */
   font-size: .9em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   min-height:2.5em; /* Fixes IE7 whitespace bug */    
/*background-image:url(upload/images/menu_current3.png);*/
   /*background-color: #385C72;*/
   /*color: #000;
   margin: 0 6% 0 0;*/
}
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(uploads/images/menu_current2.png) no-repeat right center;
   overflow:hidden;
   display: block; 
   padding: 0.2em 2.5em 0.2em 4em;  /* some air for it */
   margin: .5em 0;
   color: #000;                                 /* this will be link color for all levels */
   font-size: .9em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   min-height:2.5em; /* Fixes IE7 whitespace bug */ 
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 85%;
   padding: 0em 0em 0em 6em;
   background-position: 1.4em center;
   background-color: none;
   border-bottom: none;
   color: #000;
   background-image: none;
/*height: 1.25em;*/
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}


/* End of 'Navigation: Simple - Vertical' */

