/* ######################################### */
/* ------------- HOVERNAVI_JS -------------- */
/* ######################################### */

#hovernavi_js ul { 
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#hovernavi_js ul li {
	display: inline;  
	margin-right: 20px;
}
#hovernavi_js ul li a {
	color: #ccc;
	font-family:"Verdana",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1.4em;
	padding-right: 12px;
	padding-left: 10px;
	margin-left: 4px;
}
#hovernavi_js ul li a:hover {
	color: #fff;
}
.trennstrich, .trennstrich_last {
	position: absolute; 
	border-left: 1px solid #ABABAB;
	margin-top: 4px;
	margin-left: -10px;
	height: 16px;
}
#yymenu {
	position: fixed;
	z-index: 89;
}
#yymenu a {
	background-color: #d2d9ff;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	display: block;
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#yymenu a.last {
	border-style: none;
	background-color: green;
}
#yymenu {
	background-color: #4D6681;
}
#yymenu > div {
}
#yymenu a:hover {
	background-color: #003399;
	color: #fff;
}
#yymenu .mmContent div.mmlink a.submenu:hover {
}
#yymenu .mmLevel1, #yymenu .mmLevel2 {
	border: 1px solid #4D6681;
	border-right: 2px solid #4D6681;
}
#yymenu .sub {
	background-image: url(images/menu/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#yymenu .sub:hover {
	background-image: url(images/menu/arrow_w.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#yymenu .mmContent {
}
#yymenu .mmLevel2 {
	border-top: 1px solid #4D6681;
	font-size: 0.9em;
	margin-left: 15px;
}
#yymenu .mmLevel2 a {
}

/* ######################################### */
/* ------------- HOVERNAVI_CSS ------------- */
/* ######################################### */

#hovernavi_css ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#hovernavi_css li {
	float: left;
	position: relative;
	margin-right: 20px;
}
/* style the links for the top level */
#hovernavi_css a, #hovernavi_css a:visited {
	display: block;
	color: #ccc;
    font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
	font-size: 1.4em;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 3px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #hovernavi_css a, * html #hovernavi_css a:visited {
	width: 150px;
	w\idth: 139px;
}
/* style the second level background */
#hovernavi_css ul ul a.drop, #hovernavi_css ul ul a.drop:visited {
	background-image: url(images/menu/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* style the second level hover */
#hovernavi_css ul ul a.drop:hover{
	background-color: #003399;
	color: #fff;
	background-image: url(images/menu/arrow_w.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#hovernavi_css ul ul :hover > a.drop {
	background-color: #003399;
	color: #fff;
	background-image: url(images/menu/arrow_w.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* style the third level background */
#hovernavi_css ul ul ul a, #hovernavi_css ul ul ul a:visited {
	background-color: #d2d9ff;
	color: #000000;
	font-size: 0.9em;
	width: 130px;
}
/* style the third level hover */
#hovernavi_css ul ul ul a:hover {
	background-color: #3556ff;
	background-color: #003399;
	color: #fff;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#hovernavi_css ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 24px;
	left: 0;
	width: 177px;
}
/* another hack for IE5.5 */
* html #hovernavi_css ul ul {
	top: 30px;
	t\op: 31px;
}
/* position the third level flyout menu */
#hovernavi_css ul ul ul{
	left: 177px;
	top: 0;
}
/* position the third level flyout menu for a left flyout */
#hovernavi_css ul ul ul.left {
	left: -150px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#hovernavi_css table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
#hovernavi_css ul ul a, #hovernavi_css ul ul a:visited {
	background-color: #d2d9ff;
	border-bottom: 2px solid #FFFFFF;
	color: #000000;
	display: block;
	font-family: Verdana,Arial,Helvetica,Geneva,SunSans-Regular;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
	text-decoration: none;
	-moz-opacity: 0.9;   
	opacity: 0.9;
	filter: alpha(opacity = 90);
	width: 170px;
	margin-left: -10px;
/* yet another hack for IE5.5 */
}
* html #hovernavi_css ul ul a{
	width: 150px;
	w\idth: 129px;
}
/* style the top level hover */
#hovernavi_css a:hover {
	color: #fff;
}
#hovernavi_css ul ul a:hover{
	background-color: #003399;
}
#hovernavi_css :hover > a, #hovernavi_css ul ul :hover > a {
	color: #fff;
}
/* make the second level visible when hover on first level list OR link */
#hovernavi_css ul li:hover ul,
#hovernavi_css ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#hovernavi_css ul :hover ul ul{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#hovernavi_css ul :hover ul :hover ul{
	visibility: visible;
}
