/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
form#reservation textarea,input,select {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form#comment textarea,input,select {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
}
a:link,a:visited,a:active {
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: none;
	color: #FF6600;
}
.header1 {
	font-size: 44px;
	font-weight: normal;
}
.header2 {
	font-size: 17px;
}
.footnote {
	font-size: 11px;
}
#bookmark {
	position:absolute;
	left:5px;
	top:14px;
	height:21px;
	z-index:1;
}
form input,textarea{
	background-color:#E1E1E1;
	border: 1px solid #666666;
	padding: 3px;
}

.link {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
}
.menu {
	margin-left: 80px;
}
ul{
	margin-left: 15px;
	padding: 0;
	list-style-type:disc;
	cursor: default;
}
ul li{
	margin-left: 15px;
	padding: 0;
	list-style-type: disc;
	position: relative;
	text-align: left;
	top: 0px;
}
/*
@charset "UTF-8";
*/

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	list-style-type: none;
	font-size: 100%;
	width: 12em;
	margin: 10px 0px 0px -10px;
	padding: 0;

}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;

}
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EBEBEB;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../image/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.MenuBarVertical a.MenuBarItemSubmenu:hover
{
	background-image: url(../image/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarVertical
{
	border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}

/*****************************************************/

ul.Submenu{
	margin: -0.5% 0 0 100%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 16em;
	top: 0;
}

/*****************************************************/
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #DFDFDF;
	color: #FF6600;
}
