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



.arrowlistmenu{
width: 936px; /*width of accordion menu*/
}


.main_accord
	{width:936px;
	margin-bottom:5px;
	}

.main_accord a
	{color:#8b6b00;}

.main_accord a:hover
	{color:#000;}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 12px Arial;
color: #fff;
cursor: hand;
cursor: pointer;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
background:url(plus_minus.png) no-repeat right 10px top  #104475;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

background:url(plus_minus.png) no-repeat right 10px bottom  #104475;

}



.arrowlistmenu .accord_detail{
	background-color: #E7E9EB;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    margin-top: 0;
    text-align: left;
    width: auto;
}

/*xxxxxxxxx Official Hotel xxxxxxxxxxxxxxxx*/

.hotel_accord
	{width:600px;
	border:1px solid #cfc9cd;
	margin-bottom:20px;
	}

.hotel_accord a
	{color:#8b6b00;}

.hotel_accord a:hover
	{color:#000;}


.arrowlistmenu .hotel_accord_detail{
padding-bottom: 0px; /*bottom spacing between menu items*/
height: auto;
width:550px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-align: left;
padding-left:20px;
line-height:20px;

/*background-color:#009933;
*/margin-top:0px;
margin-bottom:20px;

}

