/* Start of CMSMS style sheet 'balmoral_menu_CSS' */
/********************
MENU
*********************/

#menu_vertB {
   font-family: "Times New Roman", Times, serif;
   font-size: 14px; 
   vertical-align: top;
   text-align: right;

   padding-right: 0px;
   padding-top: 20px;
   padding-left: 0;
   margin-left: 0;

   width: 215px;

}



/* menu li block */
#menu_vertB ul {
   list-style: none;
   margin: 0;
 
      display: block;
}

#menu_vertB li {
      margin: 0;
   
   border-bottom: 1px solid #ffffff;
   
}


/** fix stupid ie bug with display:block; **/
* html #menu_vertB li a { height: 1%; } 
* html #menu_vertB li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vertB a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding-top: 4px;
   padding-bottom: 4px;
   color: #323537; /* this will be link color for all levels */
   background: url(images/arrow.gif) no-repeat right center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vertB a:hover {
   background-color: #BBC4C9;
}
div#menu_vertB 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_vertB li a.activeparent {
   background: url(images/arrow.gif) no-repeat right center; 
   background-color: #C3D4DF;
   color: #fff;
}

div#menu_vertB 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_vertB ul h3 {
 font-family: "Times New Roman", Times, serif;
   font-size: 14px; 
font-weight:normal;
   background: url(images/arrow_on.gif) no-repeat right center;

   display: block; 
      color: #827841;                                 /* this will be link color for all levels */
  padding-top: 4px;
   padding-bottom: 4px;  
   margin: 0;                                  /* as <h3> normally has some margin by default */

}


/* section header */
div#menu_vertB li.sectionheader {
   border-right: none;
   
   
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vertB 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 */
}

div#menu_vertB li.separator hr {
  display: none; /* this is for accessibility */
   
}
/* End of 'balmoral_menu_CSS' */

