/* ------- Width of the menu ------- */

.menutable {
	width: 167px;
}

.menuimgtd {
	width: 1px;
	vertical-align: middle;
	text-align: center;
}

.menu_imgalign {
	vertical-align: middle;
}

/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu_1p_td, .menu_1p_td_hover {
	cursor: pointer;
	height: 24px;
	padding: 6px 0px 6px 2px;
}
.menu_1p_text, .menu_1p_link, .menu_1p_link:visited, .menu_1p_link:active, .menu_1p_link:hover {
	text-decoration: none;
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}
.menu_1p_text_hover {
	text-decoration: none;
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
	border-bottom: solid 2px #c40001;
}

/* Level 2 */

.menu_2p_td, .menu_2p_td_hover {
	cursor: pointer;
	height: 24px;
	padding: 6px 0px 6px 12px;
	background-image: url(../design/menu2.png);
	background-position: 3px 7px;
	background-repeat: no-repeat;
}
.menu_2p_text, .menu_2p_link, .menu_2p_link:active, .menu_2p_link:visited, .menu_2p_link:hover {
	text-decoration: none;
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}
.menu_2p_text_hover {
	text-decoration: none;
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}

/* Level 3 */

.menu_3p_td, .menu_3p_td_hover {
	cursor: pointer;
	height: 24px;
	padding: 6px 0px 6px 22px;
	background-image: url(../design/menu3.png);
	background-position: 13px 7px;
	background-repeat: no-repeat;
}
.menu_3p_text, .menu_3p_link, .menu_3p_link:active, .menu_3p_link:visited, .menu_3p_link:hover {
	text-decoration: none;
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}
.menu_3p_text_hover {
	text-decoration: none;
	color: #5f6062;
	font-family: Verdana;
	font-weight: bold;
}

/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menu_1a_td {
	height: 24px;
	padding: 6px 0px 6px 2px;
}
.menu_1a_link, .menu_1a_link:active, .menu_1a_link:visited, .menu_1a_link:hover {
	text-decoration: none;
}
.menu_1a_text {
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
	border-bottom: solid 2px #c40001;
}

/* Level 2 (active) */

.menu_2a_td {
	height: 24px;
	padding: 6px 0px 6px 12px;
	background-image: url(../design/menu2_active.png);
	background-position: 3px 7px;
	background-repeat: no-repeat;
}
.menu_2a_link, .menu_2a_link:active, .menu_2a_link:visited, .menu_2a_link:hover {
	text-decoration: none;
}
.menu_2a_text {
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}

/* Level 3 (active) */

.menu_3a_td {
	height: 24px;
	padding: 6px 0px 6px 22px;
	background-image: url(../design/menu3_active.png);
	background-position: 13px 7px;
	background-repeat: no-repeat;
}
.menu_3a_link, .menu_3a_link:active, .menu_3a_link:visited, .menu_3a_link:hover {
	text-decoration: none;
}
.menu_3a_text {
	color: #537081;
	font-family: Verdana;
	font-weight: bold;
}
