/* --------------------------------------------------------------
   TOP NAV EN
-------------------------------------------------------------- */
#topnav_en li
{
	position:			absolute;
	top:				30px;
	margin:				0px;
	display:			inline;
	list-style-image: 	none;
	list-style-type:	none;
	width:				130px;
	height:				16px;
	background:			url(../img/nav_sprite_en.gif) top left no-repeat;

}
#topnav_en a
{
	margin:				0px;
	padding:			0px;
	display:			block;
	cursor:				hand;
	height:				16px;
	font-size:			0px;
}
#topnav_en a:hover
{
	border-bottom:		2px solid #ee9c00;
}
#topnav_en .home
{
	left:				90px;
	width:				41px;
	background-position:0px -0px;
}

#topnav_en .speakers
{
	left:				150px;
	width:				66px;
	background-position:0px -16px;
}
#topnav_en .sessions
{
	left:				240px;
	width:				63px;
	background-position:0px -32px;
}
#topnav_en .trainigs
{
	left:				330px;
	width:				65px;
	background-position:0px -48px;
}
#topnav_en .sponsors
{
	left:				420px;
	width:				65px;
	background-position:0px -64px;
}
#topnav_en .registration
{
	left:				510px;
	width:				88px;
	background-position:0px -80px;
}
#topnav_en .travel
{
	left:				620px;
	width:				128px;
	background-position:0px -96px;
}
/* --------------------------------------------------------------
   TOP NAV DE
-------------------------------------------------------------- */
#topnav_de li
{
	position:			absolute;
	top:				30px;
	margin:				0px;
	display:			inline;
	list-style-image: 	none;
	list-style-type:	none;
	width:				130px;
	height:				16px;
	background:			url(../img/nav_sprite_de.gif) top left no-repeat;

}
#topnav_de a
{
	margin:				0px;
	padding:			0px;
	display:			block;
	cursor:				hand;
	height:				16px;
	font-size:			0px;
}
#topnav_de a:hover
{
	border-bottom:		2px solid #ee9c00;
}
#topnav_de .home
{
	left:				40px;
	width:				41px;
	background-position:0px -0px;
}

#topnav_de .speakers
{
	left:				100px;
	width:				66px;
	background-position:0px -16px;
}
#topnav_de .sessions
{
	left:				190px;
	width:				63px;
	background-position:0px -32px;
}
#topnav_de .trainigs
{
	left:				280px;
	width:				80px;
	background-position:0px -48px;
}
#topnav_de .sponsors
{
	left:				385px;
	width:				75px;
	background-position:0px -64px;
}
#topnav_de .registration
{
	left:				485px;
	width:				96px;
	background-position:0px -80px;
}
#topnav_de .travel
{
	left:				603px;
	width:				145px;
	background-position:0px -96px;
}