/**
 *	Servicenavigation
 */
div#wrapper_navi_service ul { text-align: right; margin: 3px 0; }
div#wrapper_navi_service li { display: inline; height: 12px; }
div#wrapper_navi_service a { color: #000; text-decoration: none; font-size: 75%; line-height: 12px; border-left: 1px solid #000; margin-left: 5px; padding-left: 5px; }
div#wrapper_navi_service li.first a { border-left: none; }
div#wrapper_navi_service a:hover {}


/**
 *	Hauptnavigation
 */
ul.lvl1 { background: url(../../images/dacia/navi/divider.gif) no-repeat 9px center; padding-left: 10px; position: absolute; }
li.lvl1 { position: relative; float: left; background: url(../../images/dacia/navi/divider.gif) no-repeat right center; padding-right: 1px; }

a.lvl1 { display: block; height: 43px; line-height: 43px; background-repeat: no-repeat; background-position: left top; margin: 0 -1px; }
a.lvl1 span { display: none; }

a.navi_home_off { width: 58px; background-image: url(../../images/dacia/navi/home_off.gif); }
a.navi_wir-ueber-uns_off { width: 103px; background-image: url(../../images/dacia/navi/wir-ueber-uns_off.gif); }
a.navi_standorte_off { width: 83px; background-image: url(../../images/dacia/navi/standorte_off.gif); }
a.navi_neuwagen_off { width: 87px; background-image: url(../../images/dacia/navi/neuwagen_off.gif); }
a.navi_dienstwagen_off { width: 101px; background-image: url(../../images/dacia/navi/dienstwagen_off.gif); }
a.navi_gebrauchtwagen_off { width: 127px; background-image: url(../../images/dacia/navi/gebrauchtwagen_off.gif); }
a.navi_alfa-romeo_off { width: 94px; background-image: url(../../images/dacia/navi/alfa-romeo_off.gif); }

a.navi_home_on { width: 58px; background-image: url(../../images/dacia/navi/home_on.gif); }
a.navi_wir-ueber-uns_on { width: 103px; background-image: url(../../images/dacia/navi/wir-ueber-uns_on.gif); }
a.navi_standorte_on { width: 83px; background-image: url(../../images/dacia/navi/standorte_on.gif); }
a.navi_neuwagen_on { width: 87px; background-image: url(../../images/dacia/navi/neuwagen_on.gif); }
a.navi_dienstwagen_on { width: 101px; background-image: url(../../images/dacia/navi/dienstwagen_on.gif); }
a.navi_gebrauchtwagen_on { width: 127px; background-image: url(../../images/dacia/navi/gebrauchtwagen_on.gif); }
a.navi_alfa-romeo_on { width: 94px; background-image: url(../../images/dacia/navi/alfa-romeo_on.gif); }


/* jdMenu */
li ul.lvl2 {
	position: absolute;
	top: -999px;
	left: -1px;
	background-color: #fff;
	border: 1px solid #023681;
	z-index: 1000;
}

li.over ul.lvl2 {
	top: 42px;
}

li.lvl2 {
	line-height: 20px;
}

ul.lvl2 li a {
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	background-color: #fff;
	color: #677277;
	font-weight: bold;
	text-decoration: none;
}

ul.lvl2 li.over a {
	color: #FFF;
	background-color: #023681;
	text-decoration: none;
}



/**
 *	Unternavigation rechte Spalte
 */

ul.subnavi_lvl_1 li {
	padding: 0 !important;
	margin: 0 !important;
}

ul.subnavi_lvl_1 a {
	display: block;
	text-decoration: none;
	color: #000;
	height: 16px;
	line-height: 16px;
	border-bottom: 1px solid #023681;
}


/* Ebene 1 */
ul.subnavi_lvl_1 {
	list-style: none none outside;
	padding: 0;
	margin: 15px;
	border-top: 1px solid #023681;
}

li.subnavi_lvl_1 {}
li.subnavi_lvl_1_active {
	background-color: #BABABA;
}

a.subnavi_lvl_1 {
	padding-left: 21px;
	background: url(../../images/dacia/navi/arrow_sub_main_inactive.gif) no-repeat left top;
	font-weight: normal;
}
a.subnavi_lvl_1_active {
	padding-left: 21px;
	background: url(../../images/dacia/navi/arrow_sub_main_active.gif) no-repeat left top;
	font-weight: bold;
}


/* Ebene 2 */
ul.subnavi_lvl_2 {
	list-style: none none outside;
	padding: 0;
	margin: 0;
}

li.subnavi_lvl_2,
li.subnavi_lvl_2_active {
	background-color: #E2E4E3;
}

a.subnavi_lvl_2 {
	padding-left: 37px;
	background: url(../../images/dacia/navi/arrow_sub_sub_inactive.gif) no-repeat 16px top;
	font-weight: normal;
}
a.subnavi_lvl_2_active {
	padding-left: 37px;
	background: url(../../images/dacia/navi/arrow_sub_sub_active.gif) no-repeat 16px top;
	font-weight: bold;
}

