.ddsmoothmenu{
	width: 1024px;
	background-image: url(images/ecole-bandeau-bleu.gif);
	height: 61px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	left: 0px;
	top: 193px;
	position: absolute;
	z-index: 1000;
}

.ddsmoothmenu ul{
	z-index:300;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top: 2px;
	left: 0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	left: 0px;
	top: 8px;
	width: 155px;
	height: 5;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block; /*background of menu items (default state)*/
	color: white;
	padding: 8px 10px;
	/*border-right: 1px solid #778;*/
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	left: 5px;
	top: 1px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a:link ,ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: white;
	background-color: #ff9900;
}

.ddsmoothmenu ul li a:hover{
	color: white;
	background-color: #ff9900;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	left: 0;
	display: none;
	visibility: hidden;
	top: 5px;
	text-decoration: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 145px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	/*	border-right: 1px solid #FF9900;*/
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	background-image: url(down.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	background-image: url(right.gif);
	background-repeat: no-repeat;
}
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
