/* -------------------------------------------------------------------- */
/* datei:	exp_menu.css												*/
/* projekt:	Experian													*/
/* -------------------------------------------------------------------- */
/* standard zeichengroessen:											*/
/*																		*/
/* font size 1 => 10px													*/
/* font size 2 => 12px													*/ 
/* font size 3 => 14px													*/
/* font size 4 => 16px													*/
/* font size 5 => 18px													*/
/* -------------------------------------------------------------------- */
/* verwendete farben:													*/
/* weiss:		#FFFFFF													*/
/* grau:		#F0F0F1													*/
/* dunkelgrau:	#DCDDDE													*/
/* hellblau:	#E8EFF5													*/
/* blau:		#004990													*/
/* 1=oben, 2=rechts, 3=unten, 4=links									*/
/* -------------------------------------------------------------------- */

#navigationSub li.sub {
	background-image:url(../../img/structure/de/navi/4/bullet.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
}

#navigationSub li.subActive {
	background:#DCDDDE;
	background-image:url(../../img/structure/de/navi/4/bullet_a.gif);
	background-repeat:no-repeat;
	background-position:5px 9px;
}
#navigationSub li.subTer {
	background-image:url(../../img/structure/de/navi/4/bullet.gif);
	background-repeat:no-repeat;
	background-position:19px 9px;
}

#navigationSub li.subTerActive {
	background:#DCDDDE;
	background-image:url(../../img/structure/de/navi/4/bullet_a.gif);
	background-repeat:no-repeat;
	background-position:19px 9px;
}

li.quad {
	background-image:url(../../img/structure/de/navi/4/bullet.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

li.quadActive {
	background-image:url(../../img/structure/de/navi/4/bullet_a.gif);
	background-repeat:no-repeat;
	background-position:5px 8px;
}

/* NAVIGATION TOP AUS experian.css */
#navigationTop {
	position:absolute;
	top:146px;
	width:872px;
	height:25px;
	background-color:#a90533;
	z-index:1;
	border-right:1px solid #004990;
	border-bottom:1px solid #004990;
}

* html #navigationTop {
	width:873px;
}