/* ----- id menu_vert ----- */

html #menu_vert li a { height: 1%; } 
html #menu_vert li hr { height: 1%; }
/** end fix **/

#menu_vert {
   padding-left: 0;
   margin-left: 1em;
   background-color: #ffffff;
   /*line-height: 18px;*/
   text-decoration:none;
}

#menu_vert a{
   text-decoration:none;
   line-height: 16px;
   display: block;
   font-size: 1em;
   padding-left: 0.5em;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
   /*border-right: solid 1px #D3D3D3;*/
   
}

#menu_vert li{
    list-style: none;
    margin: 0;
}

#menu_vert h3.head {
   background: url(/images/cms/bg_blu.jpg) repeat-x;
   font-size:100%;
   text-decoration: none;
   color: #FFFFFF;
   line-height: 14px;
   padding-left: 0.5em;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
}

#menu_vert h3.menulink a {
  text-decoration: none;
  /* text-decoration: none;
   font-size:70%;
   background-color: #FFFFFF;
   padding-top: 0em;
*/
 }


div#menu_vert a.sectionheader {
   background: url(/images/cms/bg.jpg) repeat-y;
   height: 18px;
   font-weight: bold;
   color: #FFFFFF;
   padding-left: 0.5em;
   padding-top: 0.3em;
   padding-bottom: 0.3em;
}
div#menu_vert li.separator {
   height: 10px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #FFF;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
.menutab {
   background-color: #F1FEFF;
   background: url(/images/cms/tabs-bg.jpg) no-repeat bottom center;
   display: block;
   padding-bottom: 1em;
   padding-top: 0.5em;
}
