/* ---- */
/* Menu */
/* ---- */

.menu {
	border-top-width: 0px;
	border-bottom-width: 0px;

	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;

	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
}

.spacer {
	background-color: #EEEEEE;
	height: 10px;
	line-height: 10px;

	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;

	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/* ------------ */
/* Menu Level 1 */
/* ------------ */

.menu1-off {
	background-color: #EEEEEE;
	padding-left: 10px;
	height: 30px;
	border-width: 0px;
}

.menu1-on {
	background-color: #AAAAAA;
	padding-left: 10px;
	height: 30px;

	border-left-width: 0px;
	border-right-width: 0px;

	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;

	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.menu1-active,.menu1-active:link,.menu1-active:visited,.menu1-active:hover,.menu1-active:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #EEEEEE;
	text-decoration: none;
}

.menu1-inactive,.menu1-inactive:link,.menu1-inactive:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.menu1-inactive:hover,.menu1-inactive:focus {
	color: #000000;
	text-decoration: none;
}


/* ------------ */
/* Menu Level 2 */
/* ------------ */

.menu2-off {
	background-color: #EEEEEE;
	padding-left: 20px;
	height: 20px;
	border-width: 0px;
	vertical-align: bottom;
}

.menu2-on {
	background-color: #EEEEEE;
	padding-left: 20px;
	height: 20px;
	border-width: 0px;
	vertical-align: bottom;
}

.menu2-active,.menu2-active:link,.menu2-active:visited,.menu2-active:hover,.menu2-active:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.menu2-inactive,.menu2-inactive:link,.menu2-inactive:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.menu2-inactive:hover,.menu2-inactive:focus {
	color: #000000;
	text-decoration: none;
}

