/* ------- Width of the menu ------- */

.menutable {
	width: 200px;
}


/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu1 {
	cursor: pointer;
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding-left: 19px;
	background-image: url(../design/menu1.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
.menu1_hover {
	cursor: pointer;
	background-color: #ffffff;
	height: 24px;
	padding-left: 19px;
	background-image: url(../design/menu1.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
.menu1text {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #485362;
	font-weight: bold;
}
.menu1text_hover {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #ff9a22;
	font-weight: bold;
}

/* Level 2 */

.menu2 {
	cursor: pointer;
	background-color: #ffffff;
	height: 20px;
	padding-left: 29px;
	text-decoration: none;
	background-image: url(../design/menu2.png);
	background-position: 20px 6px;
	background-repeat: no-repeat;
}
.menu2_hover {
	cursor: pointer;
	background-color: #ffffff;
	height: 20px;
	padding-left: 29px;
	text-decoration: none;
	background-image: url(../design/menu2.png);
	background-position: 20px 6px;
	background-repeat: no-repeat;
}
.menu2text {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #485362;
}
.menu2text_hover {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #ff9a22;
}

/* Level 3 */

.menu3 {
	cursor: pointer;
	background-color: #ffffff;
	height: 20px;
	padding-left: 39px;
	background-image: url(../design/menu3.png);
	background-position: 30px 6px;
	background-repeat: no-repeat;
}
.menu3_hover {
	cursor: pointer;
	background-color: #ffffff;
	height: 20px;
	padding-left: 39px;
	background-image: url(../design/menu3.png);
	background-position: 30px 6px;
	background-repeat: no-repeat;
}
.menu3text {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #485362;
}
.menu3text_hover {
	font-family:Arial;
	font-size:11px;
	text-decoration: none;
	color: #ff9a22;
}


/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menu1_active, .menuaktiv1 {
	font-family: Arial;
	font-size: 11px;
	color: #f87b11;
	font-weight: bold;
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	background-image: url(../design/menu1_active.png);
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
.menu1text_active {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ff9a22;
	font-weight: bold;
}
.menu1text_active_hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ff9a22;
	font-weight: bold;
}

/* Level 2 (active) */
.menu2_active, .menuaktiv2 {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #f87b11;
	font-weight: normal;
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	background-image: url(../design/menu2_active.png);
	background-position: 20px 7px;
	background-repeat: no-repeat;
}
.menu2text_active {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ff9a22;
	font-weight: normal;
	background-color: #ffffff;
	line-height: 24px;
}
.menu2text_active_hover {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #ff9a22;
	font-weight: normal;
	background-color: #ffffff;
	line-height: 24px;
}

/* Level 3 (active) */

.menuaktiv3 {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #f87b11;
	font-weight: normal;
	background-color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	background-image: url(../design/menu3_active.png);
	background-position: 30px 7px;
	background-repeat: no-repeat;
}
