#menunav {
	width:160px;
	padding:0px;
	margin:0px;
}
#menunav li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menunav a {
	display:block;
	background-color:transparent;
	padding:10px;
	border:solid #FFFFFF 1px;
	border-right:none;
	text-transform:uppercase;
	text-decoration:none;
	font-size:1.2em;
	color:#FFFFFF;
}

#menunav .this {
}

#menunav .this a {
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	background-color:#FFFFFF;
}

#menunav a:hover {
	text-decoration:underline;
}

.notes {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

#menuitems {
	width:600px;
	border:solid #FFFFFF 1px;
	background-color:#FFFFFF;
	color:#333333;
}

#menuitems table {
	width:100%;
}

#menuitems h1 {
	text-align:center;
	padding:10px;
	padding-bottom:5px;
	color:#862615;
}

#menuitems h2 {
	padding-top:10px;
	font-size:140%;
}

#menuitems tr {
	background-image:url(../images/graphics/trbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#menuitems td {
	padding-left:30px;
	padding-right:30px;
}

#menuitems th {
	padding-top:20px;
	padding-bottom:2px;
	color:#862615;
	background-image:url(../images/graphics/thbg.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
}

#menuitems .price {
	text-align:right;
	padding-left:0px;
	margin-left:0px;
	width:30%;
}

#menuitems .red {
	color:#862615;
	font-size:0.8em;
	padding-left:10px;
	padding-right:10px;
}

#appetisers, #maincourse, #rice, #setmenus, #sunday, #desserts, #lunch, #events {
	overflow:hidden;
}

#setmenus, #sunday, #lunch, #events {
	text-align:center;
}

.hidden {
	visibility:hidden;
}

#events ul{
	padding:10px;
	width:100%;
	background-color:#F5F5F5;
	
}

#events li{
	list-style:none;
	display:inline;
	padding:0px 20px 0px 20px;
	line-height:150%;
	text-transform:uppercase;
	font-size:120%;
}

#events li a:link, #events li a:visited {
	color:#000000;
	text-decoration:none;
}

#events li a:hover {
	text-decoration:underline;
}
