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

#topNav li, #nav li {
	float: left;
	list-style: none;
	position: relative;
	}
	
#topNav a, #nav a {
	text-decoration: none;
	}
	
/*============ TOP NAVIGATION ===============*/
	
#topNav {
	float: right;
	//width: 450px; /*IE6 & IE7*/
	width: 450px;\ /*IE8*/
	width: 380px;
	height: 20px;
	padding: 7px 0 5px;
	}
	
#topNav ul {float: left; margin-right: 8px;}
	
#topNav li {color: #666}
	
#topNav li a {
	color: #CCC;
	padding: 0 4px;
	line-height: 25px;
	}
	
#topNav li a:hover, #topNav li a.menu-current {color: #FFF;}

#topNav .fb {
	display: block;
	float: left;
	width: 96px;
	height: 25px;
	background: url(../images/ico_fb.gif) no-repeat;
	}
	
	#topNav .fb em {display: none;}

#topNav #lang {
	float: left;
	width: 80px;
	height: 11px;
	padding: 7px 2px;
	background: url(../images/bg_lang.jpg) no-repeat;
	}
	
#topNav #lang a {
	display: block;
	float: left;
	width: 16px; height: 11px;
	margin: 0 5px;
	text-indent: -9999px;
	}
	* html #topNav #lang a {margin-left: 2px;}
	
/*#topNav #lang a.eng {background: url(../images/ico_aus.gif) no-repeat;}
#topNav #lang a.ger {background: url(../images/ico_ger.gif) no-repeat;}
#topNav #lang a.ita {background: url(../images/ico_ita.gif) no-repeat;}*/

#topNav ul li ul {
padding: 0;
position: absolute;
top: 24px;
left: 0;
width: 159px;
background: #111;
border: 1px solid #333333;
border-bottom: none;
}

#topNav ul ul, #topNav ul li:hover ul ul, #topNav ul ul li:hover ul ul {display: none;}
#topNav ul li:hover ul, #topNav ul ul li:hover ul, #topNav ul ul ul li:hover ul {display: block;}

/*============ MAIN NAVIGATION ===============*/

#nav {
	clear: both;
	float: right;
	margin-right: 24px;
	//width:656px;
	}
	* html #nav {margin-right: 12px;}

	
#nav li {position: relative;}

#nav li a {
	display: block;
	height: 126px;	
	}
	
	
	#nav li a em {display: none;}
	#nav li a.m16 {display: none;}
	#nav li a.m543 {width: 99px; background: url(../images/nav_01.png) no-repeat;}
	#nav li a.m544 {width: 60px; background: url(../images/nav_02.png) no-repeat;}
	#nav li a.m545 {width: 86px; background: url(../images/nav_03.png) no-repeat;}
	#nav li a.m546 {width: 86px; background: url(../images/nav_04.png) no-repeat;}
	#nav li a.m547 {width: 66px; background: url(../images/nav_05.png) no-repeat;}
	#nav li a.m26 {width: 64px; background: url(../images/nav_06.png) no-repeat;}
	#nav li a.m548 {width: 64px; background: url(../images/nav_07.png) no-repeat;}
	#nav li a.m549 {width: 64px; background: url(../images/nav_08.png) no-repeat;}
	#nav li a.m550 {width: 64px; background: url(../images/nav_09.png) no-repeat;}
	
	#nav li a:hover, #nav li a.menu-current, #nav li a.menu-parent { background-position: bottom;}
	
#nav ul li ul {
padding: 0;
position: absolute;
top: 126px;
left: 8px;
width: 159px;
background: #111;
border: 1px solid #333333;
border-bottom: none;
}



#nav li li {
	float: none;
	display: inline;
	}
	
#nav ul li ul li a{
	width: 144px;
	height: auto;
	color: #ccc;
	padding: 8px;
	border-bottom: 1px solid #333;
}

#nav li li a em { display: inline; font-style: normal; }

#nav ul li ul li a:hover {background: #f90; color: #111;}

#nav ul ul ul {
	top: -1px;
	left: 158px;
	}


#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {display: none;}
#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {display: block;}



