/* ------- Width of the menu ------- */

.menutable {
	width: 178px;
}


/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu1 {
	cursor: pointer;
	background-color: #ffffff;
	border-top: 1px solid #D00510;
	height: 17px;
}
.menu1_hover {
	cursor: pointer;
	background-color: #eeeeee;
	border-top: 1px solid #D00510;
	height: 17px;
}
.menu1text {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}
.menu1text_hover {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}
.menu1text_active {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
	background-color: #FBD01B;
}

/* Level 2 */

.menu2 {
	cursor: pointer;
	background-color: #ffffff;
}
.menu2_hover {
	cursor: pointer;
	background-color: #eeeeee;
}
.menu2text {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}
.menu2text_hover {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}
.menu2text_active {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

/* Level 3 */

.menu3 {
	cursor: pointer;
	background-color: #ffffff;
}
.menu3_hover {
	cursor: pointer;
	background-color: #eeeeee;
}
.menu3text {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}
.menu3text_hover {
	text-decoration: none;
	color: #454545;
	font-size: 12px;
}


/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menuaktiv1, .menu1_active {
	text-decoration: none;
	cursor: pointer;
	background-color: #FBD01B;
	border-top: 1px solid #D00510;
	height: 17px;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

/* Level 2 (active) */

.menuaktiv2, .menu2_active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	height: 17px;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}

/* Level 3 (active) */

.menuaktiv3 {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #eeeeee;
	height: 17px;
	color: #454545;
	font-size: 12px;
	font-weight: bold;
}
