/* @override 
	http://www.akutech.de/new08/fileadmin/css_storage/dropdown.css
	http://www.akutech.de/new08/fileadmin/css_storage/atg_dropdown.css
*/

.hmenu .menu {
	font-size: 0.85em;
	position: relative;
	width: 100%;
	z-index: 100;
	color: #000;
}

/* remove all the bullets, borders and padding from the default list styling */

.hmenu .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.hmenu .menu ul ul {
	width: 180px
}

* html .hmenu .menu ul ul {
	width: 150px;
	w\idth: 150px
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.hmenu .menu li.first {
	position: relative;
	width: 128px;
	float: left;
}

.hmenu .menu li.last {
	position: relative;
	width: 132px;
	float: left
}

.hmenu .menu li {
	position: relative;
	width: 132px;
	float: left
}

/* style the links for the top level */

.hmenu .menu a, .hmenu .menu a:visited {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	background: #c30;
	display: block;
	padding-left: 10px;
	height: 24px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #000
}

.hmenu .menu a.dropact {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	background: #ff7100;
	display: block;
	padding-left: 10px;
	height: 24px;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #000
}

/* a hack so that IE5.5 faulty box model is corrected 

* html .hmenu .menu a, * html .hmenu .menu a:visited {
	width: 124px;
	w\idth: 124px
}
*/

/* style the second level background */

.hmenu .menu ul ul a.drop, .hmenu .menu ul ul a.drop:visited {
	background: #f0e6dc url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom
}

/* style the second level hover */

.hmenu .menu ul ul a.drop:hover {
	background: #f5cda5 url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom
}

.hmenu .menu ul ul :hover > a.drop {
	background: #f5cda5 url(../user_upload/grafik/gfx/rechts.gif) no-repeat right bottom
}

/* style the third level background */

.hmenu .menu ul ul ul a, .hmenu .menu ul ul ul a:visited {
	filter: alpha(opacity=90);
	moz-opacity: 0.9;
	opacity: .90;
	background-color: #f0e6dc;
}

/* style the third level hover */

.hmenu .menu ul ul ul a:hover {
	background: #f5cda5
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.hmenu .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0;
	width: 150px;
	height: 0
}

/* another hack for IE5.5 */

* html .hmenu .menu ul ul {
	top: 24px;
	t\op: 25px;
	width: 150px;
	w\idth: 150px;
}

/* position the third level flyout menu */

.hmenu .menu ul ul ul {
	top: 0;
	left: 170px;
	width: 170px
}

* html .hmenu .menu ul ul ul {
	top: 0;
	left: 170px;
	width: 170px
}

/* position the third level flyout menu for a left flyout */

.hmenu .menu ul ul ul.left {
	left: -150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */

.hmenu .menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* style the second level links */

.hmenu .menu ul ul a, .hmenu .menu ul ul a:visited {
	color: #000;
	line-height: 1em;
	background: #f0e6dc;
	padding: 5px 10px;
	width: 149px;
	height: auto;
	filter: alpha(opacity=90);
	moz-opacity: 0.9;
	opacity: .90
}

/* yet another hack for IE5.5 */

* html .hmenu .menu ul ul a {
	width: 149px;
	w\idth: 149px
}

/* style the top level hover */

.hmenu .menu a:hover, .hmenu .menu ul ul a:hover {
	color: #fff;
	background: #ff7100
}

.hmenu .menu :hover > a, .hmenu .menu ul ul :hover > a {
	color: #fff;
	background: #ff7100;
}

/* make the second level visible when hover on first level list OR link */

.hmenu .menu ul li:hover ul, .hmenu .menu ul a:hover ul {
	visibility: visible;
}

/* keep the third level hidden when you hover on first level list OR link */

.hmenu .menu ul li:hover ul ul {
	visibility: hidden;
}

/* keep the third level hidden in IE6 when you hover on first level list OR link */

.hmenu .menu ul li a:hover ul ul {
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */

.hmenu .menu ul li:hover ul li:hover ul {
	visibility: visible;
}

/* make the third level in IE6 visible when you hover over second level list OR link */

.hmenu .menu ul li a:hover ul li a:hover ul {
	visibility: visible;
}