@charset "UTF-8";
/* CSS Document */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	padding-top: 13px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #043771; /*bottom spacing between header and rest of content*/
	text-transform: capitalize;
	cursor: hand;
	cursor: default;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
}
#main_table tr td #inside_table tr #content_gauche .arrowlistmenu .categoryitems #last {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
}

.menuheader a {
	color: #043771;
	background-color: #FFF;
	text-decoration: none;
}


.menuheader a:visited {
	color: #043771;
	background-color: #FFF;
	text-decoration: none;
}

.menuheader a:hover {
	color: #d7ba00;
	background-color: #FFF;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-image: url(titlebar-active.png);*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	padding-top: 5px;
}

.arrowlistmenu ul li a{
	color: #063D7C;
	/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-right: 15px; /*link text is indented 13px*/
	text-decoration: none;
	font-weight: normal;
	/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 18px;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: left 60px;
}

.arrowlistmenu ul li a:visited{
	color: #063D7C;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #043771;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.actuel {
	font-weight: normal;
	color: #043771;
	text-decoration: none;
	float: none;
	background-repeat: no-repeat;
	background-position: left 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	padding-right: 15px;
	list-style-position: outside;
	background-image: url(images/bullet-menu.gif);
	padding-left: 18px;
	line-height: 15px;
}
.arrowlistmenu ul li a .actuel{
	color: #043771;
	/*background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 3px 0;
	padding-right: 13px; /*link text is indented 13px*/
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.arrowlistmenu ul li .actuel a:visited{
	color: #063D7C;
	text-decoration: none;
	background-image: url(images/bullet-menu.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.arrowlistmenu ul li .actuel a:hover{ /*hover state CSS*/
	color: #043771;
	background-color: #FFF;
	text-decoration: none;
	background-image: url(images/bullet-menu.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.arrowlistmenu .menuheaderon{
	background-repeat: no-repeat;
	background-position: left 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D7BA20;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin-top: 8px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
}
.arrowlistmenu .menuheaderon a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D7BA20;
	text-decoration: none;
}
.arrowlistmenu .menuheaderon a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D7BA20;
	text-decoration: none;
}
.arrowlistmenu .menuheaderon a.hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #043771;
	
	text-decoration: none;
}

