
/* --- 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 */
.m0l0iout {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
    text-align: left;
	text-decoration: none;
	padding: 4px;
	color: #023459;
/*    z-index: 1000; */
    border: 1px solid #09226b;
	background-image: url(menu_item_bg_25.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.m0l0iover {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: #023459;
/*    z-index: 1000; */
    border: 1px solid #09226b;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
/*	opacity:.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);*/
}
.m0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.m0l1iout {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
    text-align: left;
	text-decoration: none;
/*	text-indent: 5px; */
	padding: 4px;
	color: #023459;
}
.m0l1iover {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration : none;
    text-align: left;
	padding: 4px;
	color: #023459;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border: 1px solid #09226b;
/*	border-bottom: 1px solid #09226b; */
	background-image: url(menu_item_bg_25.jpg);
	/*opacity:.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);*/
}
.m0l1oover {
	text-decoration : none;
	border: 1px solid #09226b;
/*	border-bottom: 1px solid #09226b;*/
	background-color: #fff;
}
/* end vertical menu 
********************************************************
 start horizontaln menu */
/* level 0 inner */
.horiz0l0iout {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
    text-align: center;
	text-decoration: none;
	padding: 2px; 
	color: #fff;
    background: url(menu_item_border.jpg) top right no-repeat;
}

.horiz0l0iover {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	color: #ccc;
    background: url(menu_item_border.jpg) top right no-repeat;
}

/* level 0 outer */
.horiz0l0oout {
	text-decoration : none;
	/*opacity:.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);*/
}
.horiz0l0oover {
	text-decoration : none;
}

/* level 1 inner */
.horiz0l1iout {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
    text-align: center;
	text-decoration: none;	
	color: #666;
    margin-top: -5px;
}
.horiz0l1iover {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration : none;
    text-align: center;
	color: #27386E;
    margin-top: -5px;
}

/* level 1 outer */
.horiz0l1oout {
	text-decoration : none;
	border: 1px solid #27386E;
	background: url(menu_item_bg.jpg) top left repeat-x;
	/*opacity:.85;
	-moz-opacity: .85;
	filter: alpha(opacity=85);*/
}
.horiz0l1oover {
	text-decoration : none;
	border: 1px solid #27386E;
	background-color: #fff;
}

