/* Start of CMSMS style sheet 'sidenav' */ #menu_vert { padding-left: 0; margin-left: 0; } #menu_vert ul li a, #menu_vert ul li.currentpage h3 {display:none;} #menu_vert ul li li a, #menu_vert ul li li.currentpage h3{display:block;} #menu_vert li { list-style: none; margin: 0; padding:0; display: block; float: left; } #menu_vert ul { margin: 0; padding: 0; list-style: none; } #menu_vert ul ul li { display: block; float: left; } #menu_vert ul li a { padding: 5px 10px; text-decoration: none; float: left; } /** 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, div#menu_vert li.currentpage { text-decoration:none; display: block; color: #fff; min-height:1em; } /* second level */ div#menu_vert ul ul a, div#menu_vert ul li li.currentpage { } #menu_vert h3 { color: #fff; font-size: 1em; font-weight: normal; display: block; border: 1px solid #fff; margin: 5px 8px; color: #fff; padding: 0 5px; } div#menu_vert ul ul a { color: #82bf35; } /* third level */ div#menu_vert ul ul ul a { color: #82bf35; } /* Active State */ #menu_vert li li li h3 { border: 1px solid #fff; margin: 0 8px; color: #fff; } /* hover first level */ div#menu_vert ul a:hover { color: #fff; display: block; } /* hover second level */ div#menu_vert ul ul a:hover { display: block; color: #fff; } /* hover third level */ div#menu_vert ul ul ul a:hover { color: #fff; display: block; } /* section header */ div#menu_vert li.sectionheader { border-right: none; 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; 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; } /* End of 'sidenav' */