@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------*/
#nav{
	height: 50px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
}
#nav div{
	float: left;
	position:relative;
	height: 20px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#nav div a{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight: normal;
	margin:0;
	line-height: 2;
	display: block;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 10px;
}

#nav div a:hover {
	color: #1a842e;
}

#nav div a.active {
	color: #1a842e;
}

#nav div.navList {
	width:160px;
	background: url(../pix/alphaWhite85.png);
	display: none;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:100;
}
#nav div.navListActive {
	width:160px;
	background: url(../pix/alphaWhite85.png);
	display: block;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:99;
}
#nav ul {
	margin: 0em;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#nav ul li {
	margin:0 0 0 0em;
	border: none;
	list-style-type: none;
}
#nav li a{
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	color:#b80718;
	line-height:1.5;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#nav li a.active{
	font-weight:bold;
	color: #1a842e;
	padding-left:10px;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a:hover{
	font-weight: normal;
	color: #1a842e;
	padding-left:10px;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*-----------------------------------------------------------------------------*/