/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding: 8px;
	text-align: center;
}
.m0l0iover {
	font-size: 1.5em;
	text-decoration: none;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}

/* directly modify the properties of individual items 
#e0_0o {
	background: transparent url(/images/navi/menu_left_btn.gif) left no-repeat;
}

#e0_21o {
	background: transparent url(/images/navi/menu_right_btn.gif) right no-repeat;
}*/

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	color: #666666;
	background: transparent url(/images/navi/menu_bg.gif) repeat;
}
.m0l0oover {
	text-decoration : none;
	color: #FFFFFF;
	background: transparent url(/images/navi/menu_bg_over.gif) repeat;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 4px;
	color: #333333;
}
.m0l1iover {
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	background: transparent url(/images/navi/select.gif) left center no-repeat;
}

/* level 1 outer */
.m0l1oout {
	font-size: 1.3em;
	font-weight: 200;
	text-decoration: none;
	text-indent: 12px;
	border-bottom: 1px solid #666666;
	background: #B9B9B9 url(/images/navi/l2_menu_bg.gif) repeat;
}
.m0l1oover {
	font-size: 1.3em;
	font-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	border-bottom: 1px solid #A00000;
	background: #DDDDDD url(/images/navi/l2_menu_bg_over.gif) repeat;
}

/* level 2 inner */
.m0l1oout {
	font-size: 1.3em;
	font-weight: 200;
	text-decoration: none;
	text-indent: 12px;
	border-bottom: 1px solid #666666;
	background: #B9B9B9 url(/images/navi/l2_menu_bg.gif) repeat;
}
.m0l2iover {
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
	background: transparent url(/images/navi/select.gif) left center no-repeat;
}

/* level 2 outer */
.m0l2oout {
	font-size: 1.3em;
	font-weight: 200;
	text-decoration: none;
	text-indent: 12px;
	border-bottom: 1px solid #666666;
	background: #B9B9B9 url(/images/navi/l2_menu_bg.gif) repeat;
}
.m0l2oover {
	font-size: 1.3em;
	font-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-indent: 10px;
	border-bottom: 1px solid #A00000;
	background: #DDDDDD url(/images/navi/l2_menu_bg_over.gif) repeat;
}
#menuholder {
	background-image: url(/images/navi/menu_holder_bg.gif);
	background-repeat: repeat;
	background-position: left center;
	height: 34px;
	width: 785px;
	border: 0px;
	z-index: 80;
	left: 10px;
	top: 0px;
}
