@charset "ISO-8859-1";
/* CSS Document */

/* style the outer div to give it width */
.menu {
	height: 30px;
	background-color: #234798;
	float: left;
	width: 590px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #df1719;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	position:relative;
	float: left;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:110px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.75em;
	text-decoration:none;
	height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	color: #FFF;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	color: #039;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	color: #039;
	background-color: #FFF;
}
.menu ul ul :hover > a.drop {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:1px;
	width:150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FFF; 
color:#005fa5; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
.active {
	background-color: #df1719;
	color: #df1719;
	font-weight: bold;
	height: 32px;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#00427b;
	background-color: #b5dbfa;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	color: #00427b;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
#galerie {
	height: 700px;
	width: 800px;
}

