#presentation_menu ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	margin-bottom: 0px;
}

#presentation_menu li {
	padding: 0px;
}

#presentation_menu a
{
	display: block;
	background-color: #76A7E9;
	font-family: Arial, Helvetica, sans-serif;
	;
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	text-decoration: none;
	padding-left: 20px;
	background-position: center;
	padding-right: 15px;
	margin-bottom: 3px;
}

#presentation_menu a:hover
{
background-color: #FF6600;
}
.presentation_menu_static {
	background-color: #000000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
}
.presentation_menu {
	border: 1px solid #76A7E9;
	width: 95%;
	padding-right: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
