

.menu {
	text-align: right;
	
}

#menu table {
	margin-right: 0px;
	margin-left: auto;
	background-color: transparent;
}


.menu_benevoles {
	text-align: right;
	
}

#menu_benevoles table {
	margin-right: 0px;
	margin-left: auto;
	background-color: transparent;
}



.popup_menu {
	/*
	border:1px solid white;
	border-bottom-width: 0;
	*/
	
	font:normal 13px/22px Helvetica;
	margin-top: -5px;
	z-index: 1000;
}

.popup_menu a {
	width: 180px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background: #667d9f;
	color: #003399;
}

.popup_menu #first a {
	border-top: 1px solid white;
}

.popup_menu a:link{
	color: #FFFFFF;
}

.popup_menu a:visited{
	color: #FFFFFF;
}

.popup_menu a:hover{ /*hover background color*/
	background-color: #00275D;
	color: #FDB813;
}

.banner_margin {
	margin-top: 5px;
}
