/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 608px;
height: 32px;
color: #999999;
padding: 0px;
margin: 0px;
background-image: url(glbnav_background.gif);
}

#globalNav img, , .menu_level1 img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: -5px;
	height: 22px;
	min-width: 610px;
	padding: 0px;
	margin: 0px;
	left: -1px;
	z-index: 100;
}


#nav a, #nav a:visited{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 0px 4px 0px 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#nav a:hover{
	background-image: url(glblnav_selected.gif);
	text-decoration: none;
	color: #999999;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 438px;
	left: 119px;
	/*width: 100%;*/
	min-width: 600px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #999999;
	font-size: 12px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.subglobalNav a:hover{
	color: #666666;
}
em {
	font-style: normal;
	color: #999999;
}


/** Neues Menüsystem */

.menu_level2 a,
.menu_level2 a:visited,
.menu_level2 a:link,
.menu_level2 a:active,

.menu_level3 a,
.menu_level3 a:visited,
.menu_level3 a:link,
.menu_level3 a:active,

.menu_level4 a,
.menu_level4 a:visited,
.menu_level4 a:link,
.menu_level4 a:active,


.menu_level5 a,
.menu_level5 a:visited,
.menu_level5 a:link,
.menu_level5 a:active


 {
  color: #999999 !important;
 
 }
 
 .menu_level2 a:hover,
 .menu_level3 a:hover,
 .menu_level4 a:hover,
 .menu_level5 a:hover 
  {
    color: #666666 !important;
  
  }
 

  .menu_level2 a.current,
  .menu_level3 a.current,
  .menu_level4 a.current,
  .menu_level5 a.current
  
   {
     color:#666666 !important;
   
   }
