/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-center-center.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	/*text-align: left;*/
}
.menu ul {
	display: inline-block
}
.menu li {
	display: inline-block;
	display: inline;
}
.menu ul.level1 div {
	position: absolute;
	left: -9999px
}
.menu ul.level1 {
	margin: 0 auto;
	border: 0;
}
.menu ul.level1 li.level1-li {
	float: left;
	display: block;
	position: relative;
}
.menu ul.level1 {
	background: transparent;
}
.menu ul li div ul {
	background: #F0F0F0;
	padding: 0;
	border-left: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
	min-width: 150px;
}
.menu ul a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 47px;
	text-decoration: none;
	padding: 0 32px;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../global_gfx/menu_trenner_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu li#menu2 a {
	background-image: none;
}
.menu ul ul a {
		padding: 0 20px;
		text-transform: inherit;
		line-height: 25px;
		font-size: 12px;
		border-bottom: 1px dotted #A7A7A7;
		text-align: left;
}
.menu ul.level1 li.level1-li a.level1-a {
	float: left
}
.menu ul li:hover div {
	left: 0;
	top: 47px
}
.menu ul li:hover div ul {
	display: block;
	position: relative;
	left: 0
}
.menu ul li div ul li a {
	background: transparent;
}
.menu a:hover div {
	left: 0;
	top: 47px
}
.menu a:hover div ul {
	position: relative;
	left: 0
}
.menu li a.fly {
	/*background: transparent;*/
}
.menu li a:hover,
.menu li a.fly:hover {
	background-color: transparent;
	color: #F1850D;
}
.menu li:hover > a,
.menu ul li:hover > a.fly {
	background-color: transparent;
	color: #F1850D
}
.menu table {
	position: absolute;
	height: 0;
	width: 0;
	left: 0;
	border-collapse: collapse;
	margin-top: -4px
}





