/* CSS Document */
body {
	background-color: #2A3232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-image: url(Images/confusion.jpg);  */
/*	background-repeat: no-repeat; */
	background-position: left;
	background-color: #ffffff;
	background-image: url(/images/thaiwok_bg.png);
	background-repeat: repeat-y;
/*	background-repeat: no-repeat; */
	background-position: left top;
}
.page {
	width: 880px ;
	margin-left: 200px;
}
.content {
	color: #333333;
	width: 880px;
}
.fontlrg {
	font-family: "Monotype Corsiva";
	font-size: 36px;
	color: #000000;
}
.fontmed {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #FFFFFF;
}
.fontsmall {
	font-family: "Monotype Corsiva";
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	background-image: url(images/thaiwok_logo.png); 
	background-repeat: no-repeat;
	height: 100px;
}
.footer {
	font-family: "Monotype Corsiva";
	font-size: 14px;
/*	color: #9701CA;  */
	color: #000000;  
}
.findus {
	font-family: "Monotype Corsiva";
	font-size: 20px;
/*	color: #9701CA;  */
	color: #000000;  
}
.row_7 {
	clear: left;
	float: center;
	height: auto;
	width: 820px;
	padding-left: 2px;
	padding-right: 2px;
	background-image: url(/images/underline.gif);
	background-position: center top;
	padding-top: 25px;
	background-repeat: no-repeat;
	font-family:"Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-shadow:1px 1px 1px #9701CA;
	text-align: center;
	color: #ffffff;
}
/*.menu_xx {
	width: 180px;
	height: 50px;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #FFFFFF;
}*/
.menu_l {
	background-image: url(images/menu_left1.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #ffffff;
}
.menu {
	background-image: url(images/menu1.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #ffffff;
}
.menu_r {
	background-image: url(images/menu_right1.png);
	background-position: right;
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	font-family: "Monotype Corsiva";
	font-size: 24px;
	color: #ffffff;
}
.lunch_menu {
}
/* Menu CSS */
.menu_list {
	margin: 0px;
	height: auto;
	width: 280px;
	list-style-type: none;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/bg_basket.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
}
.menu_list li{
	float: left;
	clear: left;
	width: 280px;
	border-top: solid 1px #999;

}
.menu_list li:first-child {
	border-top: none;
}
.menu_list li h1 {
	color: #FFCC00;
	font-size: 150%;
	text-align: center;
	line-height: 40px;
	background-image: url(/images/bg_basket_top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
.menu_list li a:link, .menu_list li a:visited, .menu_list li a:active {
	color: #000;
	height: 25px;
	width: auto;
	display: block;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	background-image: url(/images/bg_basket_top.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	letter-spacing: 1px;
	padding-left: 20px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.menu_list li a:hover {
	background-color: #FFCC00;
	background-image: url(/images/bg_basket_top.gif);
	background-repeat: repeat-x;
	background-position: center;
	color:#9701CA;;
}
.menu_list li a.selected {
	background-color: #FFCC00;
	background-image: url(/images/bg_basket_top.gif);
	background-repeat: repeat-x;
	background-position: center;
	color:#FFCC00;;
	padding-left: 20px;
}
.list_submenu {
	vertical-align: top;
	float: left;
	height: auto;
	width: 280px;
	padding-bottom: 1px;
}
.menu_items {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-right: 5px;
	padding-right: 25px;
	text-align: left;
	font-size: 16px;
}
.menu_prices {
	vertical-align: center;
	font-weight: bold;
}
.menu_desc {
	font-size: 14px;
/*	font-style: italic; */
}
.menu_box {
	border: thin;
/*	border-color: #9502C7;*/
	border-color: #FFCC00;
	width: 95%;
}