#menu-wrap {height:31px;margin-left:-26px;position:relative;width:966px;z-index:100;}
/* hack to correct IE5.5 faulty box model */

/* remove all the bullets, borders and padding from the default list styling */
#menu-wrap ul {padding:0;margin:0;list-style-type:none;}
#menu-wrap li, #menu-wrap a, #menu-wrap div {padding:0;margin:0;}
#menu-wrap ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu-wrap ul li {float:left;position:relative;}
#menu-wrap ul ul li {width:155px;z-index:100;}

/* style the links for the top level */
#menu-wrap ul a, #menu-wrap ul a:visited {
    display:block;
    line-height:30px;
    padding-left:20px; 
    padding-right: 20px;
}
/* a hack so that IE5.5 faulty box model is corrected */


/* style the second level background */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    border: 0px;
}

#menu-wrap li.section{
	height:10px;
	line-height:10px;
    padding:5px 20px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu-wrap ul ul {visibility:hidden;position:absolute;height:0;padding-top:1px;left:0; width:155px;}
/* another hack for IE5.5 */


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu-wrap table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
    height:10px; line-height:10px; padding:5px 20px; width:155px;
}
/* yet another hack for IE5.5 */

                                  
/* make the second level visible when hover on first level list OR link */
#menu-wrap ul li:hover ul,
#menu-wrap ul a:hover ul{visibility:visible; }


#menu-wrap li.selected_page{    
    line-height:22px;
}
#menu-wrap li.selected_subpage{    
    line-height:10px;
    padding: 5px 20px;
	height:10px;
}
#menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited{
    margin: -5px -20px;
}

.cms-nav-clearit {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}
.cms-nav-sub-section{    
    font-weight:bold;
    font-size: 110%;
	font-variant: small-caps;
    list-style-type: none;
}
ul li.cms-nav-sub-section:before{
    content: '' !important;
}

.cms-nav-sidebar ul, .cms-nav-sidebar li, .cms-nav-sidebar a{
    padding:0;
    margin:0;    
}
.cms-nav-sidebar{
    list-style: none;
    padding:10px 5px 10px 8px;
    margin:-10px 0 10px;
	background:#f2f2f2;
	border-bottom:1px solid #b1d49e;
	line-height:1.2em;
}
.cms-nav-sidebar li{
    position: relative;
    margin:4px 8px 2px 8px;
}

.cms-nav-sidebar li li{
margin:0 8px 2px;
position:relative;
}

.cms-nav-sidebar li.selected_page_side{

}
