#menu_vert, #menu_vert ul {
   line-height: normal;
   font-variant: normal;
   font-size: 1em;
   padding-left: 0;
   margin-left: 0;
    font: 96%/1 "Trebuchet MS", Verdana, Arial, sans-serif;
}

#menu_vert ul ul {
   margin-left: 0;
}

#menu_vert li {
   list-style: none;
   margin: 0;
margin-left: 0;
   border-bottom: 1px solid #472530;
   display: block;
}

#menu_vert ul ul li {
   border-bottom: 0px solid #fff;
}

.currentpage {
   font-weight: bold;
   font-size: 1.3em;
   padding-right: 1em;
   color: black;
   padding-top: 1em;
padding-bottom: 1em;
padding-left: 1.4em;
background:#e4e5dd;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { font-size: 1em; line-height: normal; height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   line-height: normal;
   font-size: 1.2em;
   padding-bottom: 1em;
   padding-right: 1em;
   padding-top: 1em;
   text-decoration:none;
   display: block;
padding-left: 1em;
 margin-left: 0;
   /* color: #cc6714;  */
   color: black;
   min-height:1em;
}

/* second level */
div#menu_vert ul ul a {
   
	padding-top: 1px;
   
	line-height: normal;
   
	font-size: 1em;
   
	padding-left: 1.5em;
   
	padding-bottom: 1em;
   
	padding-right: 0em;
   
}

/* third level */
div#menu_vert ul ul ul a {
   border-width: 0;
   border-style: none;
   line-height: normal;
   font-size: 1em;
   padding-left: 1.5em;
   padding-bottom: 1em;
   padding-right: 0em;
   padding-top: 1em;
}

/* hover first level */
div#menu_vert ul a:hover {
   background: #ffb100;
}

/* hover second level */
div#menu_vert ul ul a:hover {
  background: #ffab00;
}

/* hover third level */
div#menu_vert ul ul ul a:hover {
  background: #ffb500;
}

/* section header */
div#menu_vert li.sectionheader {
   padding-left: 0px;
   padding-bottom: .25em;
   padding-right: 0.5em;
   padding-top: .25em;
   border-right: none;
   font-weight: bold;
   background-color: #fff;
   min-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: #8c8c8c;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}