@charset "utf-8";
/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

}

#menu {
	margin: 0;
	padding: 0;
	background-color:transparent;
	background-image: url(art/menu_back.jpg);
	font-size:18px;
	color:#86939d;
	font-weight:bold;
	position: absolute;
	top: -1px;
	left: 66px;
}
dl#menu {
width: 181px;
}
dl#menu dt {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: center;

	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;

}
dl#menu dd {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}
dl#menu li {
text-align: center;
line-height: 20px;


}

dl#menu dt a {
color: #86939d;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a {
	text-decoration: none;  
	color: #86939d;
	display: block;
	border: 0 none;
	text-align: center;
	font-size:12px;
	font-weight: normal;
	
	
	
}


dl#menu li a:hover, dl#menu dt a:hover { 
background-image: url(art/menu_back_dark.jpg);
color: #4e5964;
text-align: center; 

}
dl#menu li a:active{ color: #913d00; }

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a:hover{text-decoration: underline;
}
#mentions a {text-decoration: none;
color: #222;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:181px;
	height:20px;
	z-index:1;
}

  
.menuOut {	
cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: center;
    background: #93a1ae;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
    color: #fff;
	font-size:13px;
	
	}
.menuOver {
	cursor: pointer;
	height: 20px;
	background-image: url(art/menu_back_dark.jpg);
	text-align: center;
	line-height: 20px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
	
.submenu { 
    
	width:180px; 
	text-align: center;  
    border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: gray;
	border-bottom-color: gray;
	
}
.submenu a {  text-decoration:none; width:180px; text-align: center;}
.submenu a:hover {
	background: #d1d8dc;
    width:180px; 
	text-align: center;}
	
.submenu a: active{
	text-decoration: underline;}
.submenu a:visited a:link{
	color: #333333;}	
