/* Start of CMSMS style sheet 'WFI Master Navigation Style: CSSMenu Vertical' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_vert {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_vert {
   background-color: #BCC15D;  /* background color for the entire menu row */
   margin: 0 auto;
   width: 184px;
}


/* menu list items */
div#menu_vert li {
   /*float: left; makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0px ;
   border-bottom: 1px solid #FFFFFF;
   text-align: right;
}


/* the links, that is each list item */
div#menu_vert a {
   padding: 11px 6px 3px 0px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFFFFF;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_vert li a:hover {
   background-color: #FFFFFF;
color: #BCC15D;
}

div#menu_vert a.activeparent:hover {
   background-color: #BCC15D;   color: #FFFFFF;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_vert li.activeparent a {
   color: #FFFFFF;
}
/* menu active, that is the first-level parent of a child page that is the current page */
div#menu_vert li.menuactive a {
   color: #FFFFFF;
}

/* menu active, that is the first-level parent of a child page that is the current page */
div#menu_vert li.menuactive a:hover {
   color: #BCC15D;
}

div#menu_vert h3 {
   padding: .1em 0em .1em 0em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #BCC15D;
   display: block; /* IE has problems with this, fixed above */
}
/* End of 'WFI Master Navigation Style: CSSMenu Vertical' */

