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

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

/* Entfernt alle bullets, borders and padding from the default list styling */

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

}

/* ??? */

.navtab .menu ul  {
}

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

.navtab .menu li.first {
	position: relative;
	float: left;
}
.navtab .menu li {
	position: relative;
	float: left;

}

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



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

* html .navtab .menu li.first {
	position: relative;
	width: 156px;
	w\idth: 156px;
	float: left;
}

* html .navtab .menu li.last {
	position: relative;
	width: 100px;
	w\idth: 100px;
	float: left
}

* html .navtab .menu li {
	position: relative;
	width: 156px;
	w\idth: 156px;
	float: left
}

/* style the links for the top level */

.navtab .menu a, .navtab .menu a:visited {
	color: #039;
	display: block;
	border:  1px solid #f60;
	height: 25px;
	width: 106px;
	background: #fff url(../gfx/sign/signs_bot.gif) no-repeat left top;
	padding: 6px 2px 6px 30px;
}


.navtab .menu a.dropact {
	color: #039;
	display: block;
	padding: 6px 2px 6px 30px;
	border:  1px solid #f60;

	background: #fff url(../gfx/sign/signs_bot_or.gif) no-repeat left top;

}

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

* html .navtab .menu a, * html .navtab .menu a:visited {
	width: 182px;
	w\idth: 182px
}

/* style the second level background */

.navtab .menu ul ul a.drop, .navtab .menu ul ul a.drop:visited {
	background: #fff url(../gfx/sign/signs_bot_or.gif) no-repeat left top;
}

/* style the third level background */

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

/* style the third level hover */

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

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

.navtab .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 24px;
	left: 0;
	width: 160px;
}

/* another hack for IE5.5 */

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

/* position the third level flyout menu */

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

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

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

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

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

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

/* style the second level links */

.navtab .menu ul ul a, .navtab .menu ul ul a:visited {
	color: #2c57d2;
	line-height: 1em;
	background: #e3eefb;
	padding: 6px 10px;
	width: 160px;
	height: auto;
	border-top: 2px solid #ffffff
}

/* yet another hack for IE5.5 */

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

/* style the top level hover */

.navtab .menu a:hover, .navtab .menu ul ul a:hover {
	color: #f60;
	background: #fff url(../gfx/sign/signs_bot_or.gif) no-repeat left top;
}

.navtab .menu :hover > a, .navtab .menu ul ul :hover > a {
	color: #f60;
}

/* style the second level hover */

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

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

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

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

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

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

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

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

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

.navtab .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 */

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