#header .mod_navigation {
	width:100%;
	top:147px;
	position:absolute;
	background:url("../images/nav_back_blue2white.png") left top repeat-x;
	z-index:999;
}
#header .mod_navigation ul {
	margin-left:8px;
	list-style-type:none;
}
#header .mod_navigation li {
	width:115px;
	float:left;
	text-align:center;
}
#header .mod_navigation ul.level_1 li a {
	display:block;
	padding:8px 0 6px 0;
	border-left:1px solid #eee;
	border-right:1px solid #666;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
#header .mod_navigation ul.level_1 li.last a {
	border-right:1px solid #eee;
}
#header .mod_navigation ul.level_2 li.last a {
	border-right:0;
}
#header .mod_navigation ul.level_1 li a:hover {
	background:transparent url("../images/nav_back_red2white.png") left top repeat-x;
}
#header .mod_navigation ul.level_1 li.active a, #header .mod_navigation ul.level_1 li.trail a{
  background:#830B0B url("../images/nav_back_red2white.png") left top repeat-x;  
}
#header .mod_navigation ul.level_1 li ul.level_2 li a:hover {
	background:#efefef;
	color:#0044DD;
}
#header .mod_navigation li ul {
	padding:1px;
	margin-left:0;
	width:131px;
	z-index:999;
	position:absolute;
	left:-999em;
}
#header .mod_navigation li:hover ul {
	position:static;
}
#header .mod_navigation ul.level_1 li ul.level_2 li {
	width:100%;
	z-index:999;
}
#header .mod_navigation ul.level_1 li ul.level_2 li a {
	font-weight:normal;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	background:#bbb url();
  color:white;
}
#header .mod_navigation ul.level_1 li ul.level_2 li.first a {
	border-top:1px solid #aaa;
}
#header .mod_navigation ul.level_1 li ul.level_2 li.last a {
	border-bottom:1px solid #aaa;
}
.partner .mod_customnav ul li a:hover {
  text-decoration: underline !important;  
}


