/* Start of CMSMS style sheet 'Clean_Orange_Plus : Navigation' */
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}

h3 {
   color: #C0883B; 
   font-size: 11px;
   line-height: 1.1em;
   margin: 1px 0 0 0;
   float:right;
}



#menu_vert li {
   list-style: none;
   border-bottom: 0px solid #6d4422;
   font-weight:bold;
   padding: 1.5em 10px 0.1em 5px;
   color: #C0883B;
}

#menu_vert ul ul li {
   border: none;
   border-top: 0px solid #6d4422;
   font-weight:normal;

}

/** 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;
   display: block;
   /* color: #999999;  */
   color: #999999;

   float:right;
}


/* hover first level */
div#menu_vert ul a:hover {
   text-decoration:none;
   font-weight:bold;
   color: #C0883B;

}



/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   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;
}
/* End of 'Clean_Orange_Plus : Navigation' */

