ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	background: #f0f0f0; /* IE6 Bug */
	text-align: right;
}
 
ul#nav li {
	position: relative;
	list-style: none;
	padding-left: 7px;
}
 
ul#nav li a {
	display: block;
	text-decoration: none;
	color: #E04500;
	padding: 5px;
}
	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
 
ul#nav ul {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	text-align: left;
	top: -2px;
	border-width: 1px;
	border-color: #BBBB88;
	border-style: solid;
	padding-bottom: 5px;
}
 
ul#nav li ul li a { padding: 2px 2px; color: #E04500; } /* Sub Menu Styles */

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */
 
ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul,
ul#nav li.over ul,
ul#nav li li.over ul,
ul#nav li li li.over ul { display: block; } /* The magic */
 
ul#nav li.menuparent:hover,
ul#nav li.over { 
	background-color: #f0f0f0; 
} 
 
ul#nav li a:hover { 
	color: #666666;	
}


/* General Style Information */
/* ------------------------- */
body {
	font-family: "Lucida Grande", Helvetica, Geneva, Swiss, sans-serif; 
	font-size: 0.8em;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

a:link {
	text-decoration: underline;
	color: #1087c0;
}

a:visited {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

a:active {
	text-decoration: underline;
	color: #cc0000;
}

h1 a:link {
	text-decoration: none;
	color: #3399CC;
}

h1 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h2 a:link {
	text-decoration: none;
	color: #3399CC;
}

h2 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h3 a:link {
	text-decoration: none;
	color: #3399CC;
}

h3 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h4 a:link {
	text-decoration: none;
	color: #3399CC;
}

h4 a:visited {
	text-decoration: none;
	color: #3399CC;
}

h1 {
	font-size: 1.8em;
	font-weight: 300;
	/*margin-bottom: 0.3em;*/
	padding-bottom: 5px;
	line-height: 20px;
	border-bottom: 1px solid black;
}

h2 {
	font-size: 1.6em;
	font-weight: 300;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
	font-weight: 500;
	margin-bottom: 0.1em;
}

h4 {
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: -0.5em;
}

h5 {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: -0.5em;
}

h6 {
	font-size: 0.8em;
	font-weight: 500;
	margin-bottom: -0.5em
}

/* Content & Frame Style Information */
/* --------------------------------- */
#wrapper {
	float: left;
	margin-top: 7px;
	margin-left: 7px;
	margin-bottom: 15px;
	height: 100%;
	width: 832px;
	min-height: 400px;
	border-color: #bb8;
	border-style: solid;
	border-width: 1px;
	background: #f0f0f0;	
}

#maincontent { 
	float: left;
	height: 100%;
	color: #000;  
	padding: 130px 65px 30px 70px;
	font-size: 13px; 
	width: 545px;
	min-height: 400px;
	background-image: url(../images/logo.png);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #ffffff;
	border-left: 1px solid #bb8;
	line-height: 16px;
}

/* Main Navigation */
/* --------------- */
#navigation { 
	float: left;
	width: 100%;
	height: 65px;
	background-color: #f0f0f0; 
	border-bottom: solid 3px #e84500;
}

#navbar {
	padding-left: -20px;
	margin-top: 40px;
	list-style: none; 
}

#navbar li { 
	float: left;
	height: 30px;
	width: auto;
	margin: 0px 1em 0px 0px;
	padding: 0px; 
	font-size: 160%; 
	font-weight: 300; 
}

a:link.navboxlink { text-decoration: none; font-family: "Trebuchet MS", Helvetica, sans-serif;  font-weight: 500; color: #227788  }
a:visited.navboxlink {text-decoration: none;  font-family: "Trebuchet MS", Helvetica, sans-serif;  font-weight: 500; color: #227788  }
a:hover.navboxlink {text-decoration: underline;  font-family: "Trebuchet MS", Helvetica, sans-serif;  font-weight: 500; color: #227788  }
a:active.navboxlink { text-decoration: none;  font-family: "Trebuchet MS", Helvetica, sans-serif;  font-weight: 500; color: #227788   }

.selected { background: transparent; }
.selected a:link { color: black;  }
.selected a:hover { color: black;  }
.selected a:active { color: black;  }
.selected a:visited { color: black;  }

/* Sub navigation */
/* -------------- */
#subnav {
	float: left;
	height: 100%;
	width: 150px;
	margin: 0px; padding: 0px;
	padding-top: 15px;
	background: #f0f0f0;
	list-style: none;
}

#subnav li { 
	margin: 5px 0px 0px 0px; 
	padding: 0px 5px 0px 0px;
	font-size: 12px;
	line-height: 1.50em;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

a:link.subnavlink {color: #e04500; text-decoration: none; }
a:hover.subnavlink {color: #e04500; text-decoration: underline;}
a:active.subnavlink {color: #e04500; text-decoration: underline;}
a:visited.subnavlink {color: #e04500; text-decoration: none;}

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
border: 1px solid #C0C0C0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:94%;
padding-top:10px;
padding-bottom:10px;
padding-left:30px;
border: 1px solid #C0C0C0;
}