/* MAIN MENU */

/* level 0 inner */
.lvl0_inner_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	color: #FFFFFF;
}
.lvl0_inner_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	color: #224568;
}
.lvl0_inner_cur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	color: #224568;
}

/* level 0 outer */
.lvl0_outer_out {
	text-align: center;
	text-decoration : none;
	background-image: url('/james/demo1/img/slice1.jpg');
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background-color: #2C5F93;
	
}
.lvl0_outer_over {
	text-align: center;
	text-decoration : none;
	background-image: url('/james/demo1/img/slice_select.jpg');
	
	background-color: #2C5F93;
	border: 1px solid #336699;
}
.lvl0_outer_cur {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration : none;
	background-image: url('/james/demo1/img/slice_select.jpg');
	
	background-color: #2C5F93;
	border: 1px solid #336699;
}

/* level 1 inner */
.lvl1_inner_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0 17px;
	text-align: left;
	color: #FFFFFF;
}
.lvl1_inner_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 4px 0 0 17px;
	color: #224568;
}

/* level 1 outer */
.lvl1_outer_out {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.lvl1_outer_over {
	text-decoration : none;
	background-color: #1A4D81;
	background-image: url(/james/demo1/img/slice_select.jpg);
	
	border: 1px solid #336699;
	padding: 0;
}

