/* CSS Document */
#menusite {
	margin: 0px;
	width: 980px;
	float: left;
	padding: 0px;
	position:relative;
	margin-bottom:10px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
#menusite table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* remove all the bullets, borders and padding from the default list styling */
#menusite ul {
padding:0;
margin:0;
list-style-type:none;

}
#menusite ul ul {
	margin: 0px;
	padding: 0px;
	width:189px;
	padding-bottom:5px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menuhauthaut positon */
#menusite li {
float:left;
margin: 0px;
padding: 0px;

}
/* style the links for the top level */
#menusite a {
display:block;
font-size:11px;
text-decoration:none;
width: auto;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menusite ul ul {
visibility:hidden;
position:absolute;
height:0;
margin-top:30px;
margin-left:0;
width:189px
}
/* another hack for IE5.5 */
* html #menusite ul ul {
margin-top:30px;
margin-left:0px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menusite table {position:absolute; margin-top:0; margin-left:-20;}
* html #menusite ul ul a{
width:189px;
}

/* make the second level visible when hover on first level list OR link */
#menusite ul li:hover ul,
#menusite ul a:hover ul{
visibility:visible; 
}

#menusite {z-index:10000;}
/* hack to correct IE5.5 faulty box model */
* html #menusite {width:981px; w\idth:980px;}
/* remove all the bullets, borders and padding from the default list styling */
#menusite ul {padding:0;margin:0;list-style-type:none;}
#menusite ul ul {width:189px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menusite li {float:left;position:relative;}
/* style the links for the top level */
#menusite a{display:block;  }
/* a hack so that IE5.5 faulty box model is corrected */
* html #menusite a, * html #menusite a:visited {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menusite ul ul{visibility:hidden;position:absolute;top:1px;left:0; width:189px;background-color:#50831E;z-index:9000;
height:auto;}
/* another hack for IE5.5 */
* html #menusite ul ul {top:0px;t\op:1px;}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menusite table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
/* yet another hack for IE5.5 */
* html #menusite ul ul a{width:189px;w\idth:158px;}

/* style the top level hover */
#menusite a:hover, #menusite ul ul a:hover{}
#menusite :hover > a, #menusite ul ul :hover > a {}

/* make the second level visible when hover on first level list OR link */
#menusite ul li:hover ul,
#menusite ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#menusite ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#menusite ul :hover ul :hover ul{ visibility:visible;}


#menusite li{
text-align:center;
}
#menusite li a{
	padding-top: 4px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}
#menusite ul li li{
padding-top:4px;
text-align:left;
height:18px;
width:189px;
}
#menusite ul li li a{
display:inline;
font-weight:normal;
font-size:11px;
height:18px;
padding:0;
margin:0;
line-height:18px;
width:100%;
display:block;
}


#menusite ul li li a:hover{
background:#58281C;
color:white;
}

#menusite li.a1, a.menusite1 {
	display: block;
	width: 118px;
}
#menusite li.a2,a.menusite2 {
	display: block;
	width: 89px;
}
#menusite li.a3,a.menusite3 {
	display: block;
	width: 72px;

}
#menusite li.a4,a.menusite4 {
	display: block;
	width: 192px;
}
#menusite li.a5,a.menusite5 {
	display: block;
	width: 127px;
}
#menusite li.a6,a.menusite6 {
	display: block;
	width: 141px;
}
#menusite li.a7,a.menusite7 {
	display: block;
	width: 150px;
}
#menusite li.a8,a.menusite8 {
	display: block;
	width: 91px;
}
/* MENU HAUT */
a.menusite1 {
	background-image: url(../../images/aventure/menusite_01.gif);
}
a.menusite1:hover {
}

a.menusite2 {
	background-image: url(../../images/aventure/menusite_02.gif);
}
a.menusite2:hover {
}
a.menusite3 {
	background-image: url(../../images/aventure/menusite_03.gif);
}
a.menusite3:hover {
}
a.menusite4 {
	background-image: url(../../images/aventure/menusite_04.gif);
}
a.menusite4:hover {
}
a.menusite5 {
	background-image: url(../../images/aventure/menusite_05.gif);
}
a.menusite5:hover {
}
a.menusite6 {
	background-image: url(../../images/aventure/menusite_06.gif);
}
a.menusite6:hover {
}
a.menusite7 {
	background-image: url(../../images/aventure/menusite_07.gif);
}
a.menusite7:hover {
}
a.menusite8 {
	background-image: url(../../images/aventure/menusite_08.gif);
}
a.menusite8:hover {
}
#menusite ul li ul li{
floa/t:left;
}
#menusite ul ul, #menusite a:hover, #menusite ul ul a:hover
 {
z-index:9500;
height:auto;
}
#menusite ul li ul {
}
#menusite ul li ul li{
floa/t:left;
}
#menusite ul li ul li a{

}
#menusite ul li ul li a:hover,, #menusite ul ul a:hover{
}