body,td,th {
		font-family: Tahoma, Verdana;
		font-size: 11px;
}
a.menu:link
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #E00378;
		letter-spacing: 1px;
		text-decoration: none;
	}
a.menu:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #E00378;
		letter-spacing: 1px;
		text-decoration: none;
	}
a.menu:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #FF77BF;
		letter-spacing: 1px;
		text-decoration: none;
	}
a.menu1:link
	{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}
a.menu1:visited
	{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}
a.menu1:hover
	{
	font-family: Tahoma, Verdana;
	font-size: 10px;
	color: #555555;
	text-decoration: underline;
}
div
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #555555;
		text-decoration: none;
	}
.div
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #555555;
	}
.red
	{
		font-family: Tahoma, Verdana;
		font-size:	11px;
		color: #A43B25;
	}
.red_n_l
	{
		font-family: Tahoma, Verdana;
		font-size: 10px;
		color: #A43B25;
		font-weight: 900;
		text-decoration: none;
	}
.grey
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #6D6D6D;
		font-weight: 900;
	}
.unname
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #424242;
	}
.normalText
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #3F3F3F;
	}
.boldwhiteText
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}
/*06-03-11////////////////*/
table.restaurant_menu_item{
	border:1px solid #898989;
	text-transform:uppercase;
	font-family:Tahoma,Verdana;
	font-size:11px!important;
	color:#3F3F3F!important;
}
table.restaurant_menu_item tr{
	border-bottom:1px solid #898989;
}
table.restaurant_menu_item td{
	border-bottom:1px solid #898989;
	padding:0 1px 1px 5px;
}
table.restaurant_menu_item tr.last td{
	border:none;
}
.top_spaces{
	margin:10px 0 0 0;
}
.Dish_no{
	width:15%;
	background-color:#D76690;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
}
.productname{
	width:20%;
	background-color:#D76690;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
}
.product_Description{
	width:50%;
	background-color:#D76690;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
}
.product_price{
	width:10%;
	background-color:#D76690;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
}
