/*RAPPEL MENUS*/
#rappel_menu {
	margin-left:auto;
	margin-right:auto;
	width:912px;
	list-style: none;
	display:block;
	
	
	
}
#rappel_menu ul {
	margin:0px;
	
}

#rappel_menu ul li {
margin-top:0px;
padding-top:0px;
width: 150px;
float: left;
text-indent: 0;
list-style-position: inside;
list-style-image: none;
list-style-type: none;
font-size: 11px;
font-weight: bold;
margin-right: 10px;

}


#rappel_menu ul li > :last-child {
margin-right: 0;
}
#rappel_menu ul li ul li {
list-style-type: none;
font-size: 11px;
font-weight: normal;
font-style: normal;
margin-left: 0;
text-indent: 0;
}
#rappel_menu ul li ul {
	padding-left:1px;
list-style-type: none;
font-size: 10px;
font-weight: normal;
font-style: normal;
margin-left: 10px;
margin-top: 0px;
text-indent: 0;
}
#rappel_menu a, #rappel_menu a:link, #rappel_menu a:visited, #rappel_menu a:active {
color: #39414A;
text-decoration: none;
}
#rappel_menu a:hover, #rappel_menu a:focus {
color: #39414A;
text-decoration:none;
}