/* Start of CMSMS style sheet 'Navigation: BFB' */
/********************
MENU
*********************/
#menu_vert {
   padding: 22px 0 22px 0;
   width:254px;
}

/* 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-transform:uppercase;
   font-size: 14px;
   text-align:right;
   background: url(images/cms/level_01_menu.jpg) no-repeat;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 6px 30px 6px 0; /* some air for it */
   color: #666666; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover {
   background: url(images/cms/level_01_menu_over.jpg) no-repeat;
   color: #FFFFFF;
}
div#menu_vert a.activeparent:hover {
   background: url(images/cms/level_01_menu_over..jpg) no-repeat;
   color: #FFFFFF;
}


/* second level links */

div#menu_vert ul ul {
   padding: 0px 0 6px 0; /* some air for it */
}

div#menu_vert ul ul a {
   text-transform:none;
   font-size: 12px;
   text-align:right;
   background: url(images/cms/level_02_menu.jpg) no-repeat;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 2px 30px 2px 0; /* some air for it */
   color: #666666; /* this will be link color for all levels */
   min-height:0.5em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert ul ul a:hover {
   background: url(images/cms/level_02_menu_over.jpg) no-repeat;
   color: #FFFFFF;
}
div#menu_vert ul ul a.activeparent:hover {
   background: url(images/cms/level_02_menu_over..jpg) no-repeat;
   color: #FFFFFF;
}



/* 
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(images/cms/level_01_menu_over.jpg) no-repeat;
   color: #fff;
}

div#menu_vert li a.activeparent:hover {
   background: url(images/cms/level_01_menu_over.jpg) no-repeat;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background: url(images/cms/level_02_menu_over.jpg) no-repeat;
   color: #fff;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   text-transform:uppercase;
   text-align:right;
   background: url(images/cms/level_01_menu_over.jpg) no-repeat;
   display: block; 
   padding: 6px 30px 6px 0; /* some air for it */
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   margin: 0;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   text-transform:none;
   text-align:right;
   background: url(images/cms/level_02_menu_over.jpg) no-repeat;
   display: block; 
   padding: 2px 30px 2px 0; /* some air for it */
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   margin: 0;
}

/* 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: BFB' */

