/* Start of CMSMS style sheet 'tt : menu' */
/********************
MENU
*********************/
#menu_vert {
   padding-left:0;
   margin-left: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

#menu_vert ul{
  list-style-image: none;
padding:0;
margin:0;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
   padding-left: 5px;
  padding-right:5px;
   margin-left: 0;
padding-bottom:0px;

}


#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; 
  margin-bottom:-1px;
   display: block; /* IE has problems with this, fixed above */
   padding: 6px 2px 3px 10px; /* some air for it */
   color: #fff; /* this will be link color for all levels */
  background: #A82AD3; 
  background: #A82AD3 url('uploads/images/menuItem.png') no-repeat;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
  font-size:0.9em;
line-height:1.0em;
}

/* second level links, more padding and smaller font */

div#menu_vert ul ul{
  background-color:#CC99FF;
  border:1px solid black;
  margin-top:5px;
  margin-bottom:5px;
}

div#menu_vert ul ul a {
  font-weight:normal;
  color:black;
  margin-bottom:0px;
  background-color:#CC99FF;
  background-image: none;
}

div#menu_vert li.currentpage li a{
  background-color:#CC99FF;

}


div#menu_vert ul ul a:hover{
  background-color:#f2e5ff;
}

div#menu_vert li li{
  padding:0;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover state for all links */
div#menu_vert a:hover {
     background-color: #8322A3;

  /*background-position: -154px 0px;*/
  color:#CC99FF;
color:#330033;
}
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-color: #8322A3;
	background-position: -154px 0px;

}

div#menu_vert li.currentpage a{
    background-color: #8322A3;
background-position: -154px 0px;

}

div#menu_vert li li.currentpage a{
background-color:#f2e5ff;
}


div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}



/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert 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_vert li.separator hr {
   display: none; /* this is for accessibility */
}

li div.menuItemBottom{
  height:5px;
  background: #A82AD3 url('uploads/images/menuItemBottom.png') no-repeat;
  margin-top:0;
  margin-bottom:5px;
}
li li div.menuItemBottom{height:0;}

li div.menuItemBottomActive{
  background-position: -154px 0px;
}


/* End of 'tt : menu' */

