/* CSS Document */


dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	z-index:100;
	width: 100%;
	font-size: 75%;
	position: absolute;
	padding-left: 210px;
	list-style-type: none;
}
#menu dl {
	float: left;
	width: 12%;
	max-width: 150px;
	min-width: 100px;
	margin: 0px;
	padding: 0px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin: 1px;
	width: 104%;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	width: 100%;
}
#menu li a:hover, #menu dt a:hover {
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

#smenu1 {
	font-weight: bold;
}
#smenu1 li a, #smenu1 dt a {
	color: #3f5189;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #f5fff1;
	margin: 0px;
	width: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bcd2b5;
	text-transform: uppercase;
	list-style-type: none;
}
#smenu1 li a:hover, #smenu1 li a:active, #smenu1 dt a:hover, #smenu1 dt a:link {
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #bcd2b5;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#smenu1 li {
	text-align: left;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #maincontent #nav #menu #smenu1 ul {
	list-style-type: none;
}
#wrapper #maincontent #nav #menu #smenu1 li {
	list-style-type: none;
}
#smenu2 li a, #smenu2 dt a {
	color: #3f5189;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #f9e5e4;
	margin: 0px;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7a09c;
	font-weight: bold;
	text-transform: uppercase;
}
#smenu2 li a:hover, #smenu2 li a:active, #smenu2 dt a:hover, #smenu2 dt a:link {
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #d7a09c;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#smenu2 li {
	text-align: left;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
#smenu3 {
	font-weight: bold;
}
#smenu3 li a, #smenu3 dt a {
	color: #3f5189;
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #D3Dff2;
	margin: 0px;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92afdf;
	font-weight: bold;
	text-transform: uppercase;
}
#smenu3 li a:hover, #smenu3 li a:active, #smenu3 dt a:hover, #smenu3 dt a:link {
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #92afdf;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#smenu3 li {
	text-align: left;
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	padding: 0px;
}
