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

/*-----------------------------------------------------------------------------*/
#nav{
	height: 20px;
	padding: 0 0 0 0.7em;
}
#nav div{
	margin:0 1em 0 0;
	float: left;
	position:relative;
	height: 20px;
}
#nav div a{
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 1.1em;
	line-height: 2;
	display: block;
}
* html #nav div a {
	padding:0 0 0 1.0em;
}
#nav div.navList {
	width:16em;
	background: url(../pix/alphaWhite85.png);
	display: none;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:100;
}
#nav div.navListActive {
	width:16em;
	background: url(../pix/alphaWhite85.png);
	display: block;
	top: 20px;
	position: absolute;
	height: auto;
	z-index:99;
}
#nav ul {
	color: #1C2F81;
	margin: 0em;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.3em;
	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: #CC071E;
	border-bottom-color: #CC071E;
	border-left-color: #CC071E;
}
#nav ul li {
	margin:0 0 0 0em;
	border: none;
	list-style-type: none;
}
#nav li a{
	font-size:1.0em;
	text-decoration:none;
	font-weight:normal;
	color:#CC071E;
	line-height:1.5;
	padding: 0.2em 0 0.2em 1em;
}
#nav li a.active{
	font-weight:bold;
	padding-left:1em;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#nav li a:hover{
	font-weight: bold;
	padding-left:1em;
	background-image: url(/pix/layout/haken.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*-----------------------------------------------------------------------------*/