@CHARSET "ISO-8859-1";
/* ================================================================
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

#navigation {
	/*border-top:1px #fff solid;*/
	background-image: url(../../img/glow_1_24.png);
	background-repeat:repeat-x;
}

* html #navigation {
	/*
	background-image:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='typo3conf/ext/bahag_mdt/default_skin/img/glow_1_24.png', sizingMethod='scale');
	*/
}

.menu {
	position:relative;
	margin-left:1em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;font-size:1em;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	margin:0;
	list-style-type:none;
	line-height:1.8em;
	border-right:1px #fff solid;
}

* html .menu li {
	height: 1.8em;
}

.menu li ul li {
}

/* style the links for the top level */
.menu ul a,
.menu ul a:visited
{
	margin:0;
	padding:0em 1em;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#fff;
	border:0px;
	background-color:#777;
	background-image:url(../../img/glow_1_24.png);
	background-repeat:repeat-x;
}
* html .menu ul a,
* html .menu ul a:visited
{
	background-image:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='typo3conf/ext/bahag_mdt/default_skin/img/glow_1_24.png', sizingMethod='scale');
	width:1%;
	white-space:nowrap;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	top:1.8em;
	left:0;
	visibility:hidden;
	position:absolute;
	width:18.5em;
	border-bottom:1px #fff solid;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:1.7em;
	t\op:1.8em;
}

/* position the third level flyout menu */
.menu ul ul ul{
	top:0;
	left:18.5em;
	width:18.5em;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-18.5em;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	top:0;
	left:0;
	font-size:1em;
	position:absolute;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a,
.menu ul ul a:visited {
	color:#000;
	height:auto;
	padding-left:1em;
	padding-right:1em;
	width:16.5em;
	background-color:#777;
	background-image: url(../../img/glow_1_24.png);
	background-repeat:repeat-x;
	border-top:1px #fff solid;
}
* html .menu ul ul a,
* html .menu ul ul a:visited {
	background-image:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='typo3conf/ext/bahag_mdt/default_skin/img/glow_1_24.png', sizingMethod='scale');
	width:18.5em;
	w\idth:width:18.5em;
	white-space:normal;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	background-color:#444;
}
.menu :hover > a, .menu ul ul :hover > a {
	background-color:#444;
}

* html .menu ul a:hover,
* html .menu ul ul a:hover {
	background-color:#444;
}

.menu span.submenu_available {
	position:absolute;
	right:0.5em;
	top:0;
	padding:0;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

.menu img.submenu_loading {
	border:0px;
	margin-bottom:-0.2em;
}

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

.menu ul :hover ul ul {visibility:hidden;}
.menu ul :hover ul :hover ul, .menu ul :hover ul span:hover ul {visibility:visible;}

.menu ul :hover ul :hover ul ul {visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

.menu ul :hover ul :hover ul :hover ul ul {visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul :hover ul {visibility:visible;}

.menu ul :hover ul :hover ul :hover ul :hover ul ul {visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul :hover ul :hover ul {visibility:visible;}

.menu ul :hover ul :hover ul :hover ul :hover ul :hover ul ul {visibility:hidden;}
.menu ul :hover ul :hover ul :hover ul :hover ul :hover ul :hover ul {visibility:visible;}

