.amor-menu {
	height:30px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top:0px;
	margin-bottom:0px;	
	background: #949495 none;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	font-size: 12px;
}
.amor-menu li.top {
	display:block;
	float:left;
	border-left: 1px solid #fff;
	margin: 4px 0 0 0;
}
.amor-menu li a.top_link {
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	padding:0;
	cursor:pointer;
	background: none;
	width:100px;
}
.amor-menu li a.top_link span {
	float:left;
	display:block;
	padding:0 0 0 10px;
	height:22px;
}
.amor-menu li a.top_link:hover {
	color:#fff;
	line-height:22px;
	background: #666666 none;
	outline: 0;
	font-weight: bold;
}
.amor-menu li a.top_link:hover span {
}
.amor-menu li:hover > a.top_link {
	color:#fff;
	line-height:22px;
}
.amor-menu li:hover > a.top_link span {
}
.amor-menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.amor-menu a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.amor-menu li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.amor-menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.amor-menu ul.sub1 {
	width:101px;
}
.amor-menu ul.sub2 {
	width:110px;
}
.amor-menu ul.sub3 {
	width:90px;
}
.amor-menu ul.sub4 {
	width:112px;
}
.amor-menu :hover ul {
	left:0;
	top:22px;
	background: #949495 none;
	padding:4px 0;
	border:0;
	white-space:nowrap;
	height:auto;
	z-index:300;
}
.amor-menu :hover ul li {
	display:block;
	height:20px;
	position:relative;
	font-weight:normal;
	width:auto;
}
.amor-menu :hover ul li a {
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
}
.amor-menu :hover ul li a:hover {
	background: #666666 none;
	color:#fff;
	font-weight: bold;
}
/*-------------------- PROMO Menue --------------------------*/
#promo {
	font-size: 12px;
}
#promo ul {
	padding: 0px 0px 0px 0px;
}
#promo li {
	list-style-type: none;
}
#promo a {
	color: #7c767f;
	text-decoration: none;
}
#promo a:hover, #promo a:focus, #promo a:active{
	color: #f29200;
	text-decoration: none;
	font-weight: bold;
}
