/* Start of CMSMS style sheet 'fraubauer_nav' */
/******************** MENU *********************/

div#menu_vert {
   padding-left: 0;
   margin: 30px 0 0 20px;
}

div#menu_vert ul {
   list-style: none;
}

/* menu li block */
div#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

div#menu_vert ul ul li {
   border: none;
   font-size: 80%;
   margin-left: -20px;
}

/** 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 {
   line-height : 20px;
   font-weight:bold;
   text-decoration:none;       /* no underline for links */
   display: block;                 /* IE has problems with this, fixed above */
   color: #808080;               /* this will be link color for all levels */
   min-height:1em;              /* Fixes IE7 whitespace bug */ 
}

/* hover state for all links */
div#menu_vert a:hover ,
div#menu_vert li.currentpage ,
div#menu_vert li a.activeparent,
div#menu_vert a.activeparent:hover {
   font-weight:bold;
   color: #cc6600;
   line-height: 20px;
}


/* section header */
div#menu_vert li.sectionheader {
   font-size: 130%;
   font-weight: bold;
   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;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'fraubauer_nav' */

