@charset "utf-8";
/* CSS Document */
#expand {
	width: 200px;
	font-family: "Arial Narrow", Arial, "Arial Rounded MT Bold";
	background-color: #ffffff;
	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;
	}

#expand ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
#expand li {
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	text-align: left;
	text-indent: 17px;
		}
#expand 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 #expand li a {
		width: auto;
		}
#expand li a:hover {
	color: #446280;
	border:none;
	background-color: #B6C6D8;
	background-image: url(images/buttonArrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
		}
#expand li.expandtitle {
	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;
}
#expand li.expandbtm {
	background-image: url(images/buttonleftnavbtm.gif);
	height: 22px;
	background-repeat: no-repeat;
	padding-top: 0px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
#expand ul li:hover > ul {
	display: block;
	left: 100%;
	position: absolute;
	top: 0px;
}
#expand ul li {
	list-style-type:none;
	position:relative;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#expand ul ul {
	display:none;
	width:10em;
}
li.sub > a {
	font-weight:bold;
	background-image: none;
}



