/* @override http://www.boatpeopleprojekt.de/cms/fileadmin/css_storage/bpp_dropdown.css */

/* @override http://boatpeopleprojekt.de/cms/fileadmin/css_storage/bpp_dropdown.css */

/* @override 
	http://www.soundtec.eu/fileadmin/css_storage/atg_dropdown.css
*/

/* @group grundsätzliches */

.hmenu .menu {
	position: relative;
	width: 100%;
	z-index: 100;
	color: #000;
	font-weight: bold;
}

/* entfernt die bullets*/

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

.hmenu .menu ul ul {
	width: 100px;
}

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

/* 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;
}

/* 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;
}

/* @end */

/* @group float */

/* 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;
	float: left;
}

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

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

/* @end */

/* @group toplevellinks */

/* style the links for the top level */

.hmenu .menu a, .hmenu .menu a:visited {
	width: 134px;
	text-indent: 8px;
	color: #fff;
	line-height: 28px;
	text-decoration: none;
	display: block;
	height: 26px;
	float: left;
}

.hmenu .menu a.dropact {
	width: 132px;
	text-indent: 8px;
	color: #fff;
	line-height: 24px;
	text-decoration: none;
	display: block;

	height: 26px;
	float: left;
	background-color: #9c3;
}


/* 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 top level hover */

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

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

/* @end */

/* @group secondlevel */

/* style the second level background */

/* was ist damit .hmenu .menu ul ul a.drop:visited*/

.hmenu .menu ul ul a.drop,  {
	background: #ff0;
}

/* style the second level hover */

.hmenu .menu ul ul a.drop:hover {
	color: #fff;
	background: #9c3;

}

.hmenu .menu ul ul :hover > a.drop {
	color: #fff;
	background: #9c3;
}

/* style the second level links 
links auf der 2. Ebene */


.hmenu .menu ul ul a:link, .hmenu .menu ul ul a:visited {
	color: #fff;
	padding: 5px 10px;
	width: 160px;
	height: 20px;
	font-size: 0.9em;
	background:   url(../gfx/trans24.png) ;
}

.hmenu .menu ul ul a:hover {
	color: #fff;
	padding: 5px 10px;
	width: 160px;
	height: 20px;
	font-size: 0.9em;
	background-color: #9c3;
}
/* yet another hack for IE5.5 */

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



/* @end */

/* @group thirdlevel */

/* style the third level background */

.hmenu .menu ul ul ul a, .hmenu .menu ul ul ul a:visited {
	background-color: #9c3;
}

/* style the third level hover */

.hmenu .menu ul ul ul a:hover {
	color: #9c3;
	background-color: #9c3;
}

/* 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: 180px;
	width: 180px
}

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

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

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



/* @end */