html {
	height: 101%
	}
body {
	background: #458da8 url(/pictures/intro_bg.gif) no-repeat center top;
	}
#headerimg {
	height: 260px;
	background-image: none;
	}
img#logo_wirsind {
	top: 239px;
	}
/*------- navigation -------*/
#wrapper #t4, #wrapper #t5, #wrapper #t6, #wrapper #t7, #wrapper #t8 {
	display: none;
	}
#nav {
	background: url(/pictures/nav_intro_bg.png) no-repeat;
	padding-left: 293px;
	}
#nav ul li a {
	width: 130px;
	}
ul li#t1 a {
	background-image: url(/pictures/nav_intro_yellow.jpg);
	}
ul li#t2 a {
	background-image: url(/pictures/nav_intro_orange.jpg);
	}
ul li#t3 a {
	background-image: url(/pictures/nav_intro_red.jpg);
	}
#nav ul li {
	float: left;
	position: relative;
	}
#nav ul li ul {
	background-image: none;
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	}
#nav ul li ul li {
	padding: 0;
	position: relative;
	}
#nav ul li ul li a {
	text-align: left;
	width: 126px;
	display: block;
	line-height: 1.3em;
	height: auto;
	background-image: none;
	padding: 2px;
	color: #fff;
	font-size: 0.92em;
	margin-bottom: 3px;
	}
#t1 ul li a {
	background-color: #fc0;
	}
#t2 ul li a {
	background-color: #f90;
	}
#t3 ul li a {
	background-color: #f00;
	}

#nav li>ul {

/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}
#nav ul li:hover ul li ul {
	display: none
	}
#nav li:hover ul,

#nav ul li ul li:hover ul {
	display: block;
	}
#nav ul li#t1 ul li a {
	color: #000;
	}
#nav ul li ul li a:hover {
	color: #000;
	}

#nav ul li ul li.active>a {
	color: #000;
	}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li {
	float: left;
	height: 1%;
	}
* html #nav ul li a {
	height: 1%;
	}
/* End */
/* Sub Menu Styles for IE */
#nav li.over ul,		
#nav ul li.over ul {
	display: block;
	}
#nav ul li.over ul li ul {
	display: none
	}
#nav ul li ul li.over ul {
	display: block
	}
* html #nav ul li.active a {
	color: #eee;
	}
* html #nav ul li.active ul li a {
	color: #b43728;
	}
* html #nav ul li.active ul li.active a {
	color: #000;
	}
