/*
body 
{
    margin: 0;
    padding: 0;
	font-family: tahoma, Arial, Helvetica, sans-serif ;
}
div#Maindiv
{
	top: 0px;
  width: 1000px;
  height : 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
	border: 1px solid black;
	background-color: #A9D0F5;
	text-align:left;
	-moz-box-shadow:0px 0px 5px 5px #777777;
		-webkit-box-shadow:0px 0px 10px 7px #777777;
	box-shadow:0px 0px 5px 5px #777777;
}*/
.menu ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
.menu ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	margin: 0 5px 5px 0;
}
.menu li a 
{
    position: relative;
	color: #F0FFFF ;					/* Default colour of text on the button: */
	background-color: #12127d ;		/* Default colour of button:  */
	border: 1px outset #9191ff ;	/* Colour of the border of the button:  */
	padding: 5px ;
	text-decoration: none ;
	display: inline ;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 1.px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../PIE/PIE.htc);
}
.menu li a:hover {
	color: #000 ;					/* Colour of text on the button when mouse is over it:  */
	background-color: #c8c8ff ;		/* Colour of button when mouse is over it:  */	
}
.menu li.active a 
{
    position: relative;
	color: #000 ;					/* Colour of text on the button when mouse is over it:  */
	/*background-color: #c8c8ff ;		 Colour of button when mouse is over it:  */	
	background-color: #7fffd4 ;		/* Colour of button when mouse is over it:  */	
	box-shadow: 10px 10px 5px #888888;
	-moz-box-shadow: grey 10px 10px 5px;
	-webkit-box-shadow: 10px 10px 5px #888888;
	-o-box-shadow: 10px 10px 5px #888888;
    behavior: url(../PIE/PIE.htc);
}
.menufixe {
	position: absolute;
	top: 0;
	z-index: 2;
	width: 1000px;
	background-color: rgb(197, 217, 241);
	color: #0B0B61;
	font-family: tahoma, Arial, Helvetica, sans-serif ;
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0 auto;
	word-wrap : break-word;
}
html>body .menufixe {
position: fixed
}
