@charset "utf-8";
/* CSS Document */
.accordion:link {
	color: #333333;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/accordian1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
}
.accordion:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(images/accordian1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 18px;
}
.accordion:hover {
	color: #999999;
	text-decoration: none;
	background-image: url(images/accordian2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 18px;
}

#accordion {
    width: 200px;
    margin: 0px hidden; }
#accordion div {
    width:0%;
    height: 0px;
    overflow: hidden;}
#accordion:hover div {
	width: 200px;
	height: auto;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 5px;
}
#accordion:hover div:hover {
    width: 200px;
    overflow: hidden; }
	
#accordion {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #547AA0;
	color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	border: none;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}

#accordion ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#accordion li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#accordion li a {
	display: block;
	color: #7396B5;
	text-decoration: none;
	width: 100%;
	border:none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E6E6E6;
	background-image: url(images/buttonArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}

html>body #accordion li a {
		width: auto;
		}
#accordion li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	background-image: url(images/buttonArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
#accordion li.leftnavtitle {
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 26px;
	background-color: #7396B5;
	text-indent: -8px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #547AA0;
}
#accordion li.leftnavbtm {
	background-image: url(images/buttonleftnavbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #547AA0;
	padding-bottom: 10px;
}
#down {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #FFFFFF;
	color: #000000;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0pt;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-bottom: 0px;
	}
