/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

div#menu_vert a {
   text-decoration:none; 
   display: block; 
   padding: 0.5em 0.5em 0.5em 1.8em; 
   color: #C9C500; 
   font-weight: bold;
   font-size: 190%;
   font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
   letter-spacing: -2px;
   background: transparent; 
   min-height: 0.5em; 
   
}

div#menu_vert ul ul a {
   font-size: 120%;
   font-weight: normal;
   font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
   padding: 0.5em 0.5em 0.5em 2em;
   background-position: 1.5em center;
   color:#E3E3E3;
   letter-spacing: -1px;
   
}


div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   font-weight: normal;
   font-size: 100%;
   color:#E3E3E3;
}


div#menu_vert a:hover {
   background-color: #6FA2B5;
   text-decoration: none;
   color:#fff;
   font-weight: bold;
   border-right: 0.2em solid #C9C500;
}
div#menu_vert a.activeparent:hover {
   background-color: #6FA2B5;
   color: #fff;
   font-size: 130%;
}

div#menu_vert li a.activeparent {
   font-size: 150%;
   font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
   letter-spacing: -2px;
   background-color: transparent;
   color: #A0A0A0;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #A0A0A0;
   font-weight: bold;
}


div#menu_vert ul h3 {
   font-size: 190%;
   font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
   letter-spacing: -2px;
   display: block; 
   padding: 0.5em 0.5em 0.5em 1.8em;  
   color: #B3B2B2;                                                   
   margin: 0;  
   border-right: 0.2em solid #C9C500;
}


div#menu_vert ul ul h3 {
   font-size: 100%;
   padding: 0.3em 0.5em 0.3em 3.5em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #A0A0A0;     
}


div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
}


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;
}


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; 
}
