/* ------- Width of the menu ------- */

.menutable {
	width: 245px;
}


/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu1 {
	cursor: pointer;
	background:url(../design/ia_menu_baggrund.gif);
	border-top: 1px solid #ffd31c;
	height: 17px;
}
.menu1_hover {
	cursor: pointer;
	background:url(../design/ia_menu_baggrund_over.gif);
	border-top: 1px solid #ffd31c;
	height: 17px;
}
.menu1text {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.menu1text_hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.menu1text_active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

/* Level 2 */

.menu2 {
	cursor: pointer;
	background-color:#848a93;
}
.menu2_hover {
	cursor: pointer;
	background-color:#747c85;
}
.menu2text {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.menu2text_hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.menu2text_active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}

/* Level 3 */

.menu3 {
	cursor: pointer;
	background-color:#848a93;
}
.menu3_hover {
	cursor: pointer;
	background-color:#747c85;
}
.menu3text {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.menu3text_hover {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}


/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menuaktiv1, .menu1_active {
	text-decoration: none;
	cursor: pointer;
	background:url(../design/ia_menu_baggrund_active.gif);
	border-top: 1px solid #ffd31c;
	height: 17px;
	color: #ffffff;
	font-size: 12px;
}

/* Level 2 (active) */

.menuaktiv2, .menu2_active {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-color: #747c85;
	height: 17px;
	font-size: 12px;
}

/* Level 3 (active) */

.menuaktiv3 {
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background-color: #6c747d;
	height: 17px;
	font-size: 12px;
}
