
.menu_home {
	width: 55px;
	text-align: center;
}
.menu_mc2010 {
	width: 142px;
	text-align: center;
}
.menu_balkone {
	width: 132px;
	text-align: center;
}
.menu_transfer {
	width: 137px;
	text-align: center;
}
.menu_hotels {
	width: 70px;
	text-align: center;
}
.menu_vip {
	width: 110px;
	text-align: center;
}
.menu_anfrage {
	width: 120px;
	text-align: center;
}
.menu_faq {
	width: 70px;
	text-align: center;
}

ul.topnav {
	list-style: none;	
	font-size: 16px;
	margin: 0;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index: 10;
}
ul.topnav li a{
	padding: 0px 2px 1px;
	display: block; 
	text-decoration: none;
	float: left;
	color: #666;
	margin: 0 0 15px;
}

ul.topnav li a:hover{
	background-color: #F00;
	color: #FFF;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -30px; top: 30px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 200px;
	/*
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #fff;
	*/
	font-size: 12px;	
	z-index: 100;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 3px 0 3px 0;	
	clear: both;
	width: 250px;
	background-image: url(../images/dropdown_middle.png);
	background-repeat: repeat-y
}
html ul.topnav li ul.subnav li a {
	margin: 0 0 0 10px; 
	padding: 0;	
	float: left;
	width: 165px;
	background: url(../images/little_grey_arrow.png) no-repeat 10px center;
	padding: 0 5px 0 20px;
	color: #666;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #eee;
}
.menu_sep {
	margin: 0 5px;
}

.menu_sep_en {
	margin: 0 15px;
}

.top {
	background-image: url(../images/dropdown_top.png) !important;
	padding-top: 10px !important;
}
.bottom {
	background-image: url(../images/dropdown_bottom.png) !important;
	background-position: left bottom;
	padding-bottom: 10px !important;
}
.menuact {
	background-color: #F00;
	color: #FFF !important;
}

.menu_anfrage {
	color: #F00 !important;
	font-weight: bold;
}
.menu_anfrage:hover {
	color: #FFF !important;
}
.menuact_anfrage {
	background-color: #F00;
	color: #FFF !important;
	font-weight: bold;
}