/* @override 
	http://www.uebergangsmanagement-goettingen.de/fileadmin/css_storage/ruem_dropdown.css
*/

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

/* Entfernt alle 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: 130px
}

/* 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: 154px;
	float: left;
}
.hmenu .menu li {
	position: relative;
	width: 152px;
	float: left;

}

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



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

* html .hmenu .menu li.first {
	width: 146px;
	w\idth: 146px;
}

* html .hmenu .menu li {
	width: 146px;
	w\idth: 146px;
}

* html .hmenu .menu li.last {
	width: 100px;
	w\idth: 100px;
}



/* style the links for the top level */

.hmenu .menu a:link, .hmenu .menu a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-indent: 15px;
	height: 24px;
	width:  153px;
	background-color: #039;
}
.hmenu .menu a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	text-indent: 15px;
	height: 24px;
	width:  153px;
	background-color: #f60;
}

.hmenu .menu a.dropact {
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	display: block;
	height: 24px;
	width:  153px;
	background-color: #f60;
}

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

* html .hmenu .menu a, * html .hmenu .menu a:visited, * html .hmenu .menu a:hover, * html .hmenu .menu a:active {
	width: 152px;
	w\idth: 152px
}





/* style the second level background */

.hmenu .menu ul ul a.drop, .hmenu .menu ul ul a.drop:visited {
	background: url(../gfx/dropred.gif) no-repeat;;
}

/* style the third level background */

.hmenu .menu ul ul ul a, .hmenu .menu ul ul ul a:visited {
	color: #2c57d2;
}

/* style the third level hover */

.hmenu .menu ul ul ul a:hover {
}




/* 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: 24px;
	left: 0;
	width: 160px;
}

/* another hack for IE5.5 */

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




/* position the third level flyout menu */

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

* html .hmenu .menu ul ul ul {
	top: 0;
	left: 148px;
	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: #2c57d2;
	line-height: 1em;
	background: #e3eefb;
	padding: 6px 10px;
	width: 160px;
	height: auto;
	border-top: 2px solid #fff;
	visibility: hidden;
}

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

.hmenu .menu :hover > a, .hmenu .menu ul ul :hover > a {
	color: #fff;
	border-left: 4px #666
}

/* style the second level hover */

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

.hmenu .menu ul ul :hover > a {
	color: #f00;
	background: #dce6f0
}

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