body {
background-image:url(back_du.jpg);
margin:0px;
font-family:Arial, Sans Serif;
font-size:12px;
color:#000000;
}
	
.title { 
	font-family:Arial, Sans Serif;
	font-size:18px;
	color:#95b016;
	text-decoration:none;
	font-weight:bold;
	}	

.subtitle { 
	font-family:Arial, Sans Serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}	


	/* DROPDOWN Menu */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li {
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table {
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu a:visited {
display:block;
font: 12px Arial, Sans Serif;
width:120px;
padding:0px 0;
color:#ffffff;
text-decoration:none;
margin-right:0px;
text-align:center;
font-weight:bold;

}

.menu a:hover {
color: #d0f12f;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
width:105px;
}

/* style submenu links */
.menu ul ul a, .menu ul ul a:visited {
background: #490016;
color: #FFFFFF;
font: 11px Arial, Sans Serif;
text-align: left;
padding:7px 5px;
border-top: 1px solid #6c0222;
border-bottom: 1px solid #6c0222;
border-right: 1px solid #6c0222;
border-left: 1px solid #6c0222;
}

.menu ul ul a:hover {
background: #95b016;
color: #FFFFFF;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
