#mainMenu
{
	position: absolute;

	top: 38px;

	width: 620px;
	height: auto;
	
	clear: both;

	/*overflow: hidden;*/
	
	z-index: 100;
}

#mainMenuEntryHome_1
{
	position: relative;

	float: left;

	width: 200px;
	height: 40px;

	background: url("../../bilder/bg_mainmenu_1.gif");
	background-position: -1px 0px;
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenuEntryHome_2
{
	position: relative;

	float: left;

	width: 205px;
	height: 40px;

	background: url("../../bilder/bg_mainmenu_2.gif");
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenuEntryHome_3
{
	position: relative;
	
	float: left;

	width: 200px;
	height: 40px;

	background: url("../../bilder/bg_mainmenu_3.gif");
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenuEntry_1
{
	position: relative;

	float: left;

	width: 200px;
	height: 45px;

	background: url("../../bilder/bg_mainmenu_1.gif");
	background-position: -1px 0px;
	background-repeat: no-repeat;

	z-index: 100;
}

#selectedMainMenuEntry_1
{
	position: relative;

	float: left;

	width: 200px;
	height: 55px;

	background: url("../../bilder/bg_mainmenu_select_1.gif");
	background-position: -1px -4px;
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenuEntry_2
{
	position: relative;

	float: left;

	width: 205px;
	height: 45px;

	background: url("../../bilder/bg_mainmenu_2.gif");
	background-repeat: no-repeat;

	z-index: 100;
}

#selectedMainMenuEntry_2
{
	position: relative;

	float: left;

	width: 205px;
	height: 57px;

	background: url("../../bilder/bg_mainmenu_select_2.gif");
	background-position: 0px -1px;
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenuEntry_3
{
	position: relative;
	
	float: left;

	width: 200px;
	height: 45px;

	background: url("../../bilder/bg_mainmenu_3.gif");
	background-repeat: no-repeat;

	z-index: 100;
}

#selectedMainMenuEntry_3
{
	position: relative;

	float: left;

	width: 206px;
	height: 57px;

	background: url("../../bilder/bg_mainmenu_select_3.gif");
	background-repeat: no-repeat;

	z-index: 100;
}

#mainMenu a
{
	position: relative;

	top: 15px;
	left: -2px;
	
	font-size: 14px;
	font-weight: bold;

	text-decoration: none;

	color: white;
}

#mainMenu #separator
{
	position: relative;

	float: left;

	width: 12px;
	height: 30px;

	background: transparent;
}

#subMenu div:hover, #subMenu div.hover
{
	background: #cdcfd2;
}

#subMenu div:hover a, #subMenu div.hover a
{
	color: black;
}

#subMenu a
{
	text-decoration: none;
	
	color: white;

	background: transparent;
}

#subMenuEntry
{
	position: relative;

	width: 160px;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;

	border-bottom: 1px solid #eeeeee;

	background: #9b9fa4;
}

#selectedSubMenuEntry
{
	position: relative;

	width: 160px;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;

	border-bottom: 1px solid #eeeeee;

	background: url("../images/bg_submenu_select.png");
	background-repeat: repeat-y;
}

#selectedSubMenuEntry a
{
	color: black;
}

#rss
{
	position: relative;
	
	left: 0px;
	
	padding: 10px;
	padding-left: 30px;
}
