/* ================================================================ 
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/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */
.menu5{
	z-index: 11;
	font-family: verdana,sans-serif;
	font-size: 0.6em;
	height: 2.5em;
	list-style-type: none;
	margin: 0; 	
	padding:0;
	position: absolute;
	text-align: left;	
	top: 55px;
	left: 210px;
}
* html .menu5 {
	left:40px;
	z-index: 19;
}
.menu5 ul{
	list-style-type: none; /* for Firefox */
	margin: 0;
	padding: 0;	
}
.menu5 li{
	float: left;
	position: relative;
	z-index: 11;
}
.menu5 li a,.menu5 li a:visited{
	color: #000000;
	color: #E2AF45;
	display: block;
	float: left;
	height: 2.5em;
	line-height: 3em;
	padding-right: 1em;
	margin-right: 1em;
	padding-left: 10px;
	text-decoration: none;
	width: 120px;
	line-height: 22px;
}
/* Collection extra Breite */
.menu5 li.collection a,.menu5 li.collection a:visited {
	width: 100px;
}
.menu5 li.collection:hover ul,
.menu5 li.collection a:hover ul{
	width: 120px;
}
.menu5 li.collection:hover ul li a,
.menu5 li.collection a:hover ul li a{
width: 110px;
}


* html .menu5 li a,.menu5 li a:visited {
	w\idth: 12em; /* hack for IE5.5 */
	width: 120px;
}
.menu5 li a.drop,.menu5 li a.drop:visited{
	border: 1px solid #253046;
}
.menu5 li ul{
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
}
.menu5 table{
	border-collapse: collapse;
	font-size: 1em; /* font size for IE5.5 */
	margin: -1px;
}
/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a.drop,
.menu5 li a.drop:hover{
	border: 1px solid #e2af45;
	text-decoration: none;
}
.menu5 li:hover ul,
.menu5 li a:hover ul{
	background: #253046;
	border: 1px solid #E2AF45;
	height: auto;
	left: 0;
	overflow: visible;
	top: 23px;
	visibility: visible;
	width: 140px;
}
* .menu5 li a:hover ul {
	width: 140px;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a{
	background: transparent;
	display: block;
	font-weight: normal;
	height: auto;
	line-height: 1.5em;
	padding: 0.5em;
	text-decoration: none;
	width: 130px;
}
* html .menu5 li a:hover ul li a{
	w\idth: 160px; /* hack for IE5.5 */
	width: 128px;
	margin: 0;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover{
	background: #162232;
}


