/* Start of CMSMS style sheet 'DVO Navigation Styles' */
/********************
MENU
*********************/

#menu_vert {
   background-color: #B8C1CF;
}

#menu_vert ul {
   padding:0;
   margin:0;
}

#menu_vert ul ul {
   padding:0;
   margin:0;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   border: 0;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#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 **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   min-height:  27px;
   line-height: 27px;
   vertical-align: middle;
   padding-left: 15px;
   color: #000066; /* this will be link color for all levels */
   background: url(uploads/images/bgr_menu.gif) no-repeat;

}

/* next level links, more padding and smaller font */
div#menu_vert ul ul {
   border-bottom: 1px solid #FFFFFF;
}

div#menu_vert ul ul a {
   background: #C5D3E7;


   vertical-align: middle;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   background:#dae0e9;


}

/* hover state for all links */
div#menu_vert a:hover {
   
}
div#menu_vert ul ul a:hover {
   background-color: #dae0e9;
}
div#menu_vert ul ul ul a:hover {
   background-color: #ebf1fb;
   border: 0;
}
div#menu_vert a.activeparent:hover {

}

/* 
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/bgr_menu_active.gif) no-repeat;
   color: #FFFFFF;
}

div#menu_vert ul ul li a.activeparent {
   color: #000000;
   font-weight: bold;
   background: #c5d3e7;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   display: block; 
   min-height: 27px;
   line-height: 27px;
   padding-left: 15px;
   color: #FFFFFF;                                 /* 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 */
   background: url(uploads/images/bgr_menu_active.gif) no-repeat;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   color: #000000;
   background: #C5D3E7; 
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   background: #dae0e9;
}

/* End of 'DVO Navigation Styles' */

