.kanbujian {
	display:none;
	text-align:center;
}
div {
	scrollbar-base-color:#FF9900;
}
.tool-bar-bottom-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;	
	padding:5px;
}
.card {
	height: 20px;
	width: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top:5px;
}

.text-general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
}
.tool-bar-bottom {
	height: 32px;
	width: 800px;
	background-color: #CC6600;

}
.tool-bar-text {
	padding: 5px 0 5px 0;
	background-color: #CC6600;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF99;
	height:100%;
	width:100%;
	
}
.tool-bar-text-container {
	width:115px;
	cursor:pointer;
	text-align: center;
	vertical-align:middle;
	border:1px solid #FFFFFF;
}

.hover .tool-bar-text {
	background-color: #E10000;
	color:#FFFF66;
}

.selected .tool-bar-text {
	background-color: #FFFF99;
	color:#CC6600;
	border:1px solid;
}

.language-button {
	height: 16px;
	width: 24px;
	border: 1px solid;
	margin-right:3px;
	cursor:pointer;
}

.tool-bar-bg {
	background-color: #CC6600;
	width:800px;
	height:30px;

}

.text-news{
	color:blue;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.text-news-content {
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border:none;	
	
}
.text-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align:left;
	padding:5px;
}
.menu {
	position:relative;
	margin:5px 10px ;
	height:300px;
}

.menu-body {
	float:left;
	position:relative;
	width:450px;
	height:300px;
	overflow:auto;
	background:#CC6600;
	overflow:hidden;
}

.menu-body-inner {
	margin:4px;
	background:#ffffff;
	height:292px;
	width:442px;
	overflow:auto;
}

.menu-body-content {
	padding:5px;
}

.menu-head {
	float:left;
	position:relative;
	width:120px;
}
.menu-head-scroll-panel-container{
	overflow:hidden;
	position:relative;
	height:280px;
}
.menu-head-scroll-panel {
	width:120px;
	position:relative;
	top:0px;
	
}
.menu-head-scroll-button-up {
	display:none;
	height:8px;
	width:116px;
	border:2px solid #999999;
	border-bottom:0px;
	xbackground:url(../img/arrow-up.gif) no-repeat;	
	overflow:hidden;
}
.menu-head-scroll-button-down {
	display:none;
	height:8px;
	width:116px;
	border:2px solid #999999;
	border-top:0px;
	xbackground: url(../img/arrow-down.gif) no-repeat;	
	overflow:hidden;
}
.show .menu-head-scroll-button-up {
	display:block;
}
.show .menu-head-scroll-button-down {
	display:block;
}
.menu-group-head {
	cursor:pointer;	
    overflow:hidden;
}
.menu-group-head-name {
	padding:3px 5px 3px 5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	color:#FFFF99;
	width:120px;
	overflow:hidden;
}
.selected .menu-group-head-name{
	color:#FFFF99;
	
	text-decoration: none; 
	cursor:auto;	
	background-color:#CC6600;
	border-right-color:#CC6600;
}
.hover .menu-group-head-name {
	text-decoration: underline; 
}

.menu-group {
}
.menu-group-name {
	text-align:center;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:5px
}
.menu-group-description {
	text-align:center;
	font-size:14px;
	font-family:"Courier New", Courier, monospace;
	padding:0 5px 5px 5px;
}
/* the dishes */
.menu-group-content{
	position:relative;
}
.menu-item{
	position:relative;
}
.menu-item-name-price{
	position:relative;
	clear:both;
	background:url(../img/dot.gif) repeat-x 95% 95%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.menu-item-text{
	float:left;
	position:relative;
	background-color:#FFFFFF;
	
}
.menu-item-name {
	float:left;
	position:relative;
	background-color:#FFFFFF;
	padding-right:5px;
	overflow:visible;
}
.hover .menu-item-name {
	color:red;

}
.menu-item-spicy {
	float:left;
	position:relative;
	background:#ffffff url(../img/chili.jpg) repeat-x left center ;	
}
.menu-item-description {
	padding:0 20px 10px 20px;
	font-style:italic;
	font-size:13px;
}
.hover .menu-item-description {
	color:red;
}
.menu-item-price{
	float:right;
	position:relative;
	text-align:right;
	background:#FFFFFF no-repeat 1000px 1000px
}
.hover .menu-item-price{
	color:red;
}
.menu-image-container {
	position:relative;
	float:left;
	width:200px;
	height:150px;
}
.menu-image {
	width:200px;
	height:150px;
	border:1px solid;
	margin-left:5px;
}
.menu-sub-tab-button {
	font-size:14px;
	font-family: Arial;
	color:yellow;
	margin:3px 5px 0 5px;
	cursor:pointer;
}
.hover .menu-sub-tab-button{
	text-decoration: underline;
}
.selected .menu-sub-tab-button{
	text-decoration: underline;
	/*font-weight:bold;*/
}
.image-marquee {
	width:240px;
	overflow:hidden;
	position:relative;
	
}
.image-marquee-inner {
	top:0px;
	position:relative;
}
.image-marquee-image {
	border:1px solid;
}
.image-marquee-image-container {
	padding:5px 0 5px 0;
}
