/* ------- Width of the menu ------- */

.menutable {
	max-width: 225px;
	padding:0;
	margin-left:12px;
}

.menuimgtd {
	width: 1px;
	vertical-align: middle;
	text-align: center;
}

.menu_imgalign {
	display:none;
}

/*** CLASSES FOR INACTIVE MENU ITEMS ***/

/* Level 1 */

.menu_1p_td, .menu_1p_td_hover {
	cursor: pointer;
	padding: 0px 0px 7px 0px;
}
.menu_1p_text, .menu_1p_link, .menu_1p_link:visited, .menu_1p_link:active, .menu_1p_link:hover {
	text-decoration: none;
	color: #0b5d7f;
	font-weight: bold;
}
.menu_1p_text_hover {
	text-decoration: none;
	color: #0b5d7f;
	font-weight: bold;
}

/* Level 2 */

.menu_2p_td, .menu_2p_td_hover {
	cursor: pointer;
	padding: 6px 0px 3px 0;
	background-image: url(../design/menuicon26.gif);
	background-position: 0px 6px;
	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: #000;
	font-weight: normal;
}
	.menu_2p_link:focus {
		text-decoration: underline;
		color: #000;
	}
	.menu_2p_text_hover {
		text-decoration: none;
		color: #000;
		font-weight: normal;
	}

/* Level 3 */

.menu_3p_td, .menu_3p_td_hover {
	cursor: pointer;
	padding: 4px 0px 3px 12px;
	background-image: url(../design/menuicon26.gif);
	background-position: 10px 6px;
	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: #000;
	font-weight: normal;
}
	.menu_3p_link:focus {
		text-decoration: underline;
		color: #000;
	}
	.menu_3p_text_hover {
		text-decoration: none;
		color: #000;
		font-weight: normal;
	}

/*** CLASSES FOR ACTIVE (SELECTED) MENU ITEMS ***/

/* Level 1 (active) */

.menu_1a_td {
	padding: 0px 0px 7px 0;
	border-bottom: solid 2px #dc5220;
	width:225px;
}
.menu_1a_link, .menu_1a_link:active, .menu_1a_link:visited, .menu_1a_link:hover {
	text-decoration: none;
}
.menu_1a_text, .menu_1a_td {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.menu_1a_link:focus {
	text-decoration: underline;
}

/* Level 2 (active) */

.menu_2a_td {
	padding: 6px 0px 3px 0;
	background-image: url(../design/menuicon26.gif);
	background-position: 0px 6px;
	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: #dc5220;
	font-size:16px;
	font-weight: normal;
}

/* Level 3 (active) */

.menu_3a_td {
	padding: 4px 0px 3px 12px;
	background-image: url(../design/menuicon26.gif);
	background-position: 10px 6px;
	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: #dc5220;
	font-weight: normal;
}
