@charset "iso-8859-1";
/*
vert faible : EFFFC4
vert fort E8F7BE

*/

.menu{
/*	float:left; */
	background-color:#FCF6CF;
	text-align:left;
	line-height:1.3em;
	width:180px; 
/*	top:90px; */
/*	margin-right:0px; */
/*	margin-left:3px;  */
	padding:0px 0px;
	border-width:1px;
	border-style:solid;
	border-color:lightgrey;
}

.menu a {
	color:#062F2F;
}

.submenubox{
	background-color:#FFFFEA /*#FFFFF0*/ /*#FEFFEF #FFFFCC*/;
	border-width:1px;
	border-color:#BBBB88  lightgrey #DDDDCC lightgrey;
	border-style:solid none;
	margin:0px 0px;
}

.menu_list{
	padding:0px;
	margin:0px;
	}

.menu_1{
	list-style-type: none;
	background-image:url(style/images/menu_group_6.png);
	background-image:url(style/images/menu_group.png);
	background-repeat:no-repeat;
	/*background-color:#F7FFE0;*/
	background-color:#FCF6CF;
	color:white;
	font-size:14px;
	line-height:19px;
	padding-left:5px;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
}

.menu_2{
	list-style-type: none;
	padding-left:13px;
	/*background-image:url(style/images/arrow_right_red.png);*/
	background-image:url(style/images/arrow_right_red.png);
	background-repeat:no-repeat;
}
.menu_2:hover{
	background-color:#ffcc66;
}

.menu_2#on{
	background-image:url(style/images/arrow_down_red.png);
	/*background-image:url(style/images/arrow_right_red.png);*/
	font-weight:bold;
	font-style:italic;
/*	background-color:#F7FFE0;*/
	}
.menu_2_access{
	list-style-type: none;
	padding-left:13px;
/*	background-color:#FCF6CF;*/
/*	background-color:#F7EEB6;*/
	background-image:url(style/images/arrow_right_red_empty.png);
	background-repeat:no-repeat;
}
.menu_2_access:hover{
	background-color:#ffcc66;
}

.menu_2_access#on{
	background-image:url(style/images/arrow_down_red_empty.png);
	font-weight:bold;
	font-style:italic;
	background-color:#FFFFEA;
	}


.menu_3{
	list-style-type: none;
	padding-left:17px;
	background-image: url(style/images/dash_red.png);
	background-repeat: no-repeat;
	background-position:7px;
	/*background-color:#FFFFEA;*/
}
.menu_3:hover{
	background-color:#ffcc66;
}

.menu_3#on  {
	font-weight: bold;
	color:#18186B;
}


td.submenu_active{
	text-align:center;
	padding:4px;
	background-image: url(style/images/gradient_blue_white.png);
	background-repeat: repeat-x;
	border-style:none solid none none;
	border-width:1px;
	border-color:silver;
}

td.submenu_inactive{
	text-align:center;
	padding:2px;
	background-image: url(style/images/gradient_white_blue.png);
	background-position:bottom left;
	background-repeat: repeat-x;
	border-style:none solid solid none;
	border-width:1px;
	border-color:silver;
}

