body {

	behavior:url("csshover.htc");

}

	





ul,li {

	display: block;

	margin: 0;

	padding: 0;

	border: 0;

}



ul {

	width: 100px;

	background: #fff;

	list-style-type: none;

}



li {

	position: relative;

	padding: 0px;

	z-index: 9;

}



li.folder	{

	font: bold 12px Trebuchet MS, sans-serif;

	padding: 2px 2px 2px 2px;

	background-color: #AC3535;

	border-top: 1px solid #911e1e;

	border-bottom: 1px solid #ffffff;

}	



li.folder:hover {

	z-index: 10;

	background-color: #ac5f04;

	font: bold 12px Trebuchet MS, sans-serif;

}

		

li.folder ul {

	position: absolute;

	display: none;

	left: 90px; /* IE */

	top: 5px;

}

				

li.folder>ul { 

	left: 90px;

}

		

ul.level1 li.folder:hover ul.level2 {

	display: block;

	width: 100px;

}



a.linkclass {

	padding: 2px;

	text-decoration: none;

	width: 100%; /* IE */

}



li>a.linkclass { 

	width: auto;

}



li a.submenu {

	background-color: #8c1717;

	padding-left: 10px;

	font: bold 12px Trebuchet MS, sans-serif;

	width: 100px;

	border-bottom: 1px solid #ffffff;

	padding-top: 3px;

	padding-bottom: 4px;

}



a:link, a:visited {

	color: #ffffff;	

}



a:hover {

	color: #ffffcc;	

}



#menu {

    border: 1px solid #911e1e;

    margin: 0;

    padding: 0;

    width: 100px;

}



#link {

    font: bold 12px Trebuchet MS, sans-serif;

	padding: 0px 0px 0px 20px;

	margin-top: 15px;

}


.bookonline-link{
	FONT-FAMILY: Tahoma;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #ac3535;
	text-decoration: none;
}

.bookonline-link:active {
	COLOR: #ac3535; TEXT-DECORATION: none;
}
.bookonline-link:visited {
	COLOR: #ac3535; TEXT-DECORATION: none;
}
.bookonline-link:hover {
	CURSOR: hand; COLOR: #ac3535; TEXT-DECORATION: none;
}