/* Aussehen des Menus */

.jsdomenudiv {
	background-color: #eaf0f4;
	/*background-image: url(../navi/navi_menu_left.png);*/
	background-repeat: repeat-y;
	border: 0px solid #A52A2A;
	cursor: default;
	padding-bottom: 2px;
	padding-top: 2px;
	position: absolute; /* Do not alter this line! */
	visibility: hidden;
	z-index: 10;
}

/* Aussehen der Schrift */

.jsdomenuitem {
	background: transparent;
	border: none;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 4px;
	position: relative; /* Do not alter this line! */
}

/* Veraenderung beim MouseOver (Markierung) */

.jsdomenuitemover {
	background-color: #f5ba92;
	border: none;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 15px;
	padding-top: 4px;
	font-weight:bold;
	position: relative; /* Do not alter this line! */
}

/* Pfeil */

.jsdomenuarrow {
	background-image: url(../navi/arrow_empty.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 8px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

/* Pfeil bei MouseOver */

.jsdomenuarrowover {
	background-image: url(../navi/arrow_empty.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 8px;
	position: absolute; /* Do not alter this line! */
	right: 8px;
	width: 4px;
}

/* Trennlinie */

.jsdomenusep {
	padding-left: 0px;
}

.jsdomenusep hr {
	color: #E6E6FA;
	background-color: #E6E6FA;
	height: 1px;
	border: 0px;
}

/*
Menu bar related selectors
*/
.jsdomenubardiv {
	background-color: #A52A2A;
	/*background-image: url(../navi/navi_divider.png);*/
	background-position: left;
	background-repeat: no-repeat;
	border: 1px outset;
	cursor: default;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 3px;
	position: absolute; /* Do not alter this line! */
	visibility: visible;
}

.jsdomenubardragdiv {
	cursor: move;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
	visibility: hidden;
	width: 9px;
}

.jsdomenubaritem {
	background-color: #A52A2A;
	border: none;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 10px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemover {
	background-color: #E6E6FA;
	border: 1px solid #AAAAAA;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

.jsdomenubaritemclick {
	background-color: #E6E6FA;
	border: 1px solid #AAAAAA;
	color: #000000;
	display: inline;
	font-family: Tahoma, Helvetica, sans, Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 23px;
	padding-right: 9px;
	padding-top: 2px;
	position: relative; /* Do not alter this line! */
}

/* Icons */
.icon1 {
	background-image: url(../navi/icon1.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon2 {
	background-image: url(../navi/icon2.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}

.icon3 {
	background-image: url(../navi/icon3.png);
	background-repeat: no-repeat; /* Do not alter this line! */
	height: 16px;
	left: 4px;
	position: absolute; /* Do not alter this line! */
	width: 16px;
}
