/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
VERTICAL MENU
*********************/

#topstripwrapper{
   width: 185px;
   margin-left: 12px;
   padding-top: 14px;
}

#topstripwrapper-r{
   width: 185px;
   margin-right: 12px;
   padding-top: 14px;
}

#bottomstripwrapper{
   left: 12px;
   width: 185px;
   position: relative;
}

#bottomstripwrapper-r{
   right: 12px;
   width: 185px;
}

.spiff{display:block}
.spiff *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#339933}
.spiff1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #9fcb9f;
  border-right:1px solid #9fcb9f;
  background:#62af62}
.spiff2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #dee8de;
  border-right:1px solid #dee8de;
  background:#57a957}
.spiff3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #57a957;
  border-right:1px solid #57a957;}
.spiff4{
  border-left:1px solid #9fcb9f;
  border-right:1px solid #9fcb9f}
.spiff5{
  border-left:1px solid #62af62;
  border-right:1px solid #62af62}
.spifffg{
  background:#339933}

#menu_vert {
   width: 185px;
   float: left;
   margin-left: 6px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul ul{
   padding-bottom: 0.5em;
   background-color: #ccccff;
}

/** fix 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;
   font-size: 14px;
   font-weight: bold;
   color: #fff;
   display: block; /* IE has problems with this, fixed above */
   padding: 0.55em 0.5em 1.05em 1.0em;
   background-color: #339933; 
   min-height:1em;
}

/* second level links */
div#menu_vert ul ul a {
   font-size: 12px;
   color: #333333;
   padding: 0.5em 0.5em 0.5em 2.0em;
   background-color: #ccccff;
}

/* third level links */
div#menu_vert ul ul ul a {
   font-size: 11.5px;
   font-weight: normal;
   padding: 0.3em 0.5em 0.3em 3.0em;
   background-color: #ccccff;
}

/* hover state for 3rd level links */
div#menu_vert ul ul ul a:hover {
   text-decoration: underline;
}
div#menu_vert 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_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert 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_vert ul ul ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   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 */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* 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; 
}

/* section header */
div#menu_vert li.sectionheader {
   font-size: 12px;
   color: #333333;
   padding: 0.5em 0.5em 0.5em 2.0em;
   background-color: #ccccff;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #e9e8e8;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

