/* CSS Document */

.arrowlistmenu {
	position:fixed;
	font-family: Arial, Helvetica, sans-serif;
	width: 134px;
	height: auto;
	float: left;
	top: 210px;
	padding: 20px 0 0 1px;
	text-decoration: none;
	color: #3D6182;
	z-index: 199;
	background-image: url(../pic/bg_nav.png);
	background-repeat: repeat-y;
}
.menuheader {
	width: 113px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #3D6182;
	margin: -1px 0 0 12px;
	padding: 3px 0 3px 8px;
	background-image: url(../pic/hg_topmenue.gif);
	z-index: 198;

}
.menuheader:hover, .menuheader:active  {
	width: 112px;
	background-image: url(../pic/hg_topmenue.jpg);
	color: #3D6182;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	width: 111px;
	padding: 3px 2px 3px 8px;
	background-image: url(../pic/hg_topmenue.jpg);
	color: #3D6182;
}
.active{
	width: 113px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: -1px 0 0 0;
	padding: 3px 0 3px 20px;
	color: #3D6182;
	background-image: url(../pic/hg_topmenue.png);
	background-repeat: no-repeat;
}

.categoryitems {
	height: auto;
	font-size: 11px;
	list-style-image: none;
	padding: 0 0 0 7px;
}
.categoryitems li {
	list-style-type: none;
	vertical-align: middle;
}
.categoryitems .submenu a:link, .categoryitems .submenu a:visited {
	width: 133px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 4px 10px 4px -10px;
	padding: 0 0 0 10px;
	color: #3D6182;
}
.categoryitems .submenu a:hover, .categoryitems .submenu a:active {
	width: 112px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 4px 10px 4px -12px;
	padding: 0 0 0 12px;
	color: #B6491F;
}
.categoryitems .subactive a {
	width: auto;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 4px 10px 4px -20px;
	padding: 3px 0 6px 21px;
	color: #B6491F;
	background-image: url(../pic/hg_submenue.png);
	background-repeat: no-repeat;
}

.categoryitems .pdf a:link, .categoryitems .pdf a:visited {
	width: 112px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 4px 10px 4px -10px;
	padding: 0 0 0 10px;
	color: #3D6182;
}
.categoryitems .pdf a:hover, .categoryitems .pdf a:active {
	width: 112px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	margin: 4px 10px 4px -12px;
	padding: 0 0 0 12px;
	color: #B6491F;
}

#footer2 {
	position:fixed;
	bottom:0;
	margin:0 0 0 697px;
	width: 55px;
	height:100px;
	z-index:100;
}
.sidenav {
	position:relative;
	width: 55px;
	height: auto;
	margin-left: 0px;
	margin-top: -3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 199;
}
.sidenav li {
	list-style-image: none;
	list-style-type: none;
}
.sidenav .sidemenu a:link, .sidenav .sidemenu a:visited {
	width: 112px;
	text-align: left;
	color: #FFFFCC;
}
.sidenav .sidemenu a:hover, .sidenav .sidemenu a:active {
	width: 112px;
	text-align: left;
	color: #3D6182;
}

.sidenav .sideactive a{
	width: 112px;
	text-align: left;
	color: #3D6182;
}

