/* CSS Document */

a.vertNav, a.vertNav:link, a.vertNav:visited, .chosen {
	display:block;
	width:auto;
	height:auto;
	background:#EEEDD5;
	border:0px outset #000;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#727249;
	line-height:normal;
	overflow:hidden;
	padding-left: 10px;
	font-weight: bold;
	font-variant: normal;
}
a.vertNav:hover {
	color:#48482F;
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
}
a.vertNav:active, .chosen {
	color:#111111;
	margin-left: 0px;
	margin-right: 20px;
	font-weight: bold;
	text-decoration: none;
}

/* subregions */

a.vertNav2, a.vertNav2:link, a.vertNav2:visited, .chosen2 {
	display:block;
	width:auto;
	height:auto;
	background:#EEEDD5;
	border:0px outset #000;
	margin-top:0px;
	text-align:left;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#727249;
	line-height:normal;
	overflow:hidden;
	padding-left: 10px;
	font-weight: normal;
	font-variant: normal;
}
a.vertNav2:hover {
	color:#48482F;
	margin-left: 5px;
	font-weight: normal;
	text-decoration: none;
}
a.vertNav2:active, .chosen2 {
	color:#111111;
	margin-left: 0px;
	margin-right: 20px;
	font-weight: normal;
	text-decoration: none;
}
