/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   width: 100%;
   margin: 0 18px;
}

#menu_vert #sub_menu_left {
   background: #FFF url(images/wellies/sub_menu_bd_left.jpg) bottom no-repeat;
   width: 18px;
}

#menu_vert #sub_menu_right {
   background: #FFF url(images/wellies/sub_menu_bd_right.jpg) bottom no-repeat;
   width: 18px;
}

/* Third level links */

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

/** Fix stupid ie bug with display:block; **/
* html #menu_vert li a {
    height: 1%;
} 
* html #menu_vert li hr {
    height: 1%;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
#menu_vert ul h3 {
   display: block;
   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 */
}


/************************************************************
Sub Menu Navigation
************************************************************/
#menu_vert ul ul {
    margin: 40px 10px 0 10px;
    border-top: 1px solid #CCC;
}

#menu_vert ul ul li {
    border-bottom: 1px solid #CCC;
}

#menu_vert ul ul a {
    display: block;
    font-size: 1em;
    padding: 1em;
    text-decoration: none;
    color: #333;
}

#menu_vert ul ul a:hover {
    color: #8FB7C1;
}

#menu_vert ul ul h3 {
    color: #8FB7C1;
    padding: 1em 1em 0.8em 1em;
    line-height: 1em;
}

/* Third level */
#menu_vert ul ul ul {
    padding: 0 0 0.8em 0;
    margin: 0;
    border: none;
    display: none;
}

#menu_vert ul ul li.currentpage ul,
#menu_vert ul ul li.activeparent ul {
    display: block;
}

#menu_vert ul ul ul li {
    border: none;
    padding:0;
    margin: 0;
}

#menu_vert ul ul ul a {
    font-size: 0.9em;
    padding: 0 0 0.3em 2em;
    margin: 0;
    color: #999;
}

#menu_vert ul ul ul h3 {
    font-size: 0.9em;
    padding: 0 0 0.3em 2em;
    margin: 0;
}


/************************************************************
Items below are not used by the site
Keeping for future compatibility
************************************************************/
/* section header */
#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
#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 */
}
/* End of 'Navigation: Simple - Vertical' */

