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

/* level 0 inner */
.menu0_inner {
	font-size: 12px;
	line-height:12px;
	font-weight:600;
	text-decoration: none;
	margin: 3px 0 0 8px;
	color: #FFFFFF;
}
.menu0_inner_hov {
	font-size: 12px;
	line-height:12px;
	font-weight:600;
	text-decoration: underline;
	margin: 3px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.menu0_outer {
	text-decoration : none;
	border: 1px solid #80A6C1;
	background-color: #80A6C1;
}
.menu0_outer_hov {
	text-decoration : none;
	border: 1px solid #80A6C1;
	background-color: #80A6C1;
}

/* level 1 inner */
.menu1_inner {
	text-decoration: none;
	font-size: 12px;
	line-height:12px;
	margin: 5px 0 0 17px;
	color: #FFFFFF;
}
.menu1_inner_hov {
	text-decoration: none;
	font-size: 12px;
	line-height:12px;
	margin: 5px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.menu1_outer {
	text-decoration: none;
	background-color: #46708E;
	border: 1px solid #80A6C1;
	padding: 0;
}
.menu1_outer_hov {
	text-decoration: none;
	background-color: #46708E;
	background-image: url(../../img/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	border: 1px solid #80A6C1;
	padding: 0;
}