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

.backgroundMenu {
	/*background-image: url(../img/menu/bk_tittle.gif);*/
	background-color: #C8E6F4;
}
/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold; 
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #000000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	font-weight:bold; 
	text-decoration: none;
	margin: 5px 0 0 8px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url(../img/menu/bk_tittle.gif);*/
	/*border: 1px solid #336699;*/
	background-color: #C8E6F4;
}
.m0l0oover {
	text-decoration : none;
	/*background-image: url(../img/menu/bk_tittle.gif);*/
	background-color: #2C5F93;
	/*border: 1px solid #336699;*/
}

/* level 0 expand */
.m0l0eout {
	text-decoration : none;
	/*background-image: url(../img/menu/bk_tittle.gif);*/
	/*border: 1px solid #336699;*/
	background-color: #C8E6F4;
}
.m0l0eover {
	text-decoration : none;
	/*background-image: url(../img/menu/bk_tittle.gif);*/
	background-color: #2C5F93;
	/*border: 1px solid #336699;*/
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #C8E6F4;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
	/*background-image: url(../img/menu/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}



/* level 1 outer */
.m0l1eout {
	text-decoration : none;
	background-color: #C8E6F4;
	border: 1px solid #336699;
	padding: 0;
	background-image: url(../img/menu/marker.gif);
	background-repeat: no-repeat;
	background-position:center right; 
}
.m0l1eover {
	text-decoration : none;
	background-color: #1A4D81;
	border: 1px solid #336699;
	padding: 0;
	background-image: url(../img/menu/marker.gif);
	background-repeat: no-repeat;
	background-position:center right; 
}

.pointerout {
	background-image: url(../img/menu/marker_out.gif);
	background-repeat: no-repeat;
	background-position:center center;
	width:4px;
	height:100%;
}

.pointerover {
	background-image: url(../img/menu/marker_over.gif);
	background-repeat: no-repeat;
	background-position:center center;
	width:4px;
	height:100%;
}
