body, nav, ul, li, a  {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a {text-decoration: none;}
.container {
	width: 100%;
	max-width: 920px;
	/* [disabled]margin: 10px auto; */
}
.toggleMenu {
	display: none;
	/* [disabled]background: #666; */
	padding: 10px 15px;
	color: #000;
	font-weight: bold;
	
}

.toggleMenu a:hover {
	color:#C00;
	font-weight: bold;
	
}



.nav {
	list-style: none;
     *zoom: 1;
	color: #000;
	background-color: #FFFFFF;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	color: #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.nav a:hover {
	text-decoration: underline;
	color: #ffffff;
	 
	background-color: #C00; 
}


.nav li {
    position: relative;
}
.nav > li {
	float: left;
	/* [disabled]border-top: 1px solid #104336; */
}
.nav > li > .parent {
	background-image: url(images/downArrow.png);
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li  ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
	background-color: #CC0001;
	color: #000;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
	color: #000;
	background-color: #C00;
}
.nav li li a {
	display: inherit;
	position: relative;
	z-index: 100;
	background-color: #CC0000;
	color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 150px;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}
.tableLinks {
	color: #FFF;
	text-align: right;
	
}
.tableLinks a:hover {
	color:#FFF
}
#CollapsiblePanel1 .CollapsiblePanelContent blockquote table tr td p {
}
