@charset "utf-8";
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#top {
	background-color: #99CCFF;
	height: 100px;
	border-bottom: 1px solid #3366CC;
	width:996px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

#rcMainMenu{
	position:absolute;
	top:74px;
	left:10px;
	padding-top:0;
	width:950px;
	height:26px;
	background-image:url(http://www.tui-reisecenter.at/img/menu_bg_lang.png);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.rcMenu{
	height:26px;
	position:relative;
	z-index:100;
	margin:0 5px;
	min-width:30px;
}
* html .rcMenu{
	width:30px;
	width:auto !important;
}
.rcMenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.rcMenu li{
	float:left;
	min-width:30px;
	height:14px;
	margin-top:6px;
	position:relative;
	border:none;
	border-right:1px solid #2453A5;
}
* html .rcMenu li{
	width:auto !important;
	width:30px;
	background:url(http://www.tui-reisecenter.at/img/bg_menu_mask.png) bottom repeat-x;
}
.rcMenu ul ul li{
	height:22px;
	border:1px solid #3266CC;
	border-width:0 1px;
	margin-top:0;
	padding-bottom:1px;
}
* html .rcMenu ul ul li{
	padding-bottom:0;
}
.rcMenu a, .rcMenu a:visited{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	height:28px;
	padding:0 11px;
	margin-top:-6px;
	line-height:28px;
	font-weight:bold;
	white-space:nowrap;
}
*+html .rcMenu a, .rcMenu a:visited{
	background:url(http://www.tui-reisecenter.at/img/bg_menu_hover.png) repeat-x;
}
* html .rcMenu a, * html .rcMenu a:visited{
	/*width:149px;
	w\idth:138px;*/
}
.rcMenu ul ul a.drop, .rcMenu ul ul a.drop:visited{
	background:#75AAEE;
}
.rcMenu ul ul a.drop:hover{
	background:#90B9EE;
}
.rcMenu ul ul :hover > a.drop{
	background:#90B9EE;
}
.rcMenu ul ul ul a, .rcMenu ul ul ul a:visited{
	background:#90B9EE;
}
.rcMenu ul ul ul a:hover{
	background:#A4C5EE;
}
.rcMenu ul ul{
	visibility:hidden;
	position:absolute;
	height:auto;
	top:22px;
	left:0;
	background:#75AAEE;
}
* html .rcMenu ul ul{
	line-height:0;
}
.rcMenu ul ul ul{
	left:169px;
	top:-1px;
}
* html .rcMenu ul ul{
	top:21px;
}
* html .rcMenu ul ul ul{
	top:-2px;
	overflow:hidden;
}
* html .rcMenu ul ul iframe, * html .rcMenu ul ul ul iframe{
	filter:alpha(opacity=0);
	position:absolute;
	width:172px;
	border:none;
	display:block;
	z-index:0;
}
* html .rcMenu ul ul iframe{
	top:21px;
	left:0;
	height: expression( (function(element) { element.style.height = (document.getElementById(element.name).offsetHeight - 21) + "px";})(this) );*
}
* html .rcMenu ul ul ul iframe{
	top:-2px;
	left:-1px;
	height: expression( (function(element) { element.style.height = (document.getElementById(element.name).offsetHeight + 2) + "px";})(this) );*
}
.rcMenu ul ul ul.left{
	left:-169px;
}

.rcMenu table{
	position:absolute;
	top:1px;
	left:0;
	border-collapse:collapse;
}
.rcMenu ul ul a, .rcMenu ul ul a:visited{
	background:#75AAEE;
	color:#FFF;
	font-weight:normal;
	height:22px;
	line-height:22px;
	padding:0 10px;
	margin-top:0;
	width:149px !important;
	border-bottom:1px solid #699ADC;
}
* html .rcMenu ul ul a, * html .rcMenu ul ul a:visited{ 
	/*width:169px;
	w\idth:128px;*/
}
.rcMenu a:hover{
	color:#3367CA;
	background:url(http://www.tui-reisecenter.at/img/bg_menu_hover.png) repeat-x;
}
.rcMenu :hover > a{
	color:#3367CA;
	background:url(http://www.tui-reisecenter.at/img/bg_menu_hover.png) repeat-x;
}
.rcMenu ul ul a:hover{
	color:#3367CA;
	background-color:#75AAEE;
	background-image:none;
}
.rcMenu ul ul :hover > a{
	color:#3367CA;
	background-color:#75AAEE;
	background-image:none;
}
.rcMenu ul li:hover ul, .rcMenu ul a:hover ul{
	visibility:visible;
}

.rcMenu ul :hover ul ul{
	visibility:hidden;
}

.rcMenu ul :hover ul :hover ul{
	visibility:visible;
}

.rcMenu .firstlist{
	border-top-width:1px;
}
.rcMenu .lastlink{
	border-bottom:1px solid #3266CC !important;
}
.rcMenu .firstitem{
	border-left:none;
}
.mLeft{
	float:left;
}
.mRight{
	float:right;
}
.mRight li{
	border-left:1px solid #2453A5;
	border-right:none;
}
.rcMenuMask, .mRight .rcMenuMask{
	position:absolute;
	width:10px;
	right:-4px;
	top:15px;
	height:7px;
	line-height:7px;
	background:url(http://www.tui-reisecenter.at/img/bg_menu_mask.png) bottom repeat-x;
}
.mRight .rcMenuMask{
	left:-1px !important;
}
