@charset "UTF-8";

.nav2 {
	font-family: "Sabon LT Std", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	background-color: #FFFFFF;
	text-align: left;
	width: 200px;
	position: fixed;
	padding: 3px;
	left: -25px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #999999;
}
.nav2 a {
	color: #FF3300;
	text-decoration: none;
}
.nav2 a:hover {
	color: #FF3300;
	background-color: #CCCCCC;
}
.nav2 ul {
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 0px;
}
.nav2 li {
	text-align: left;
	text-indent: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	left: 0px;
}

