/***************   Menu Container   ***************/

#XMenu {
/*margin-top:20px;
margin-right:20px;
border:1px solid #CCCCCC;
background-color:#666666;*/
margin-left:20px;
display:block;
padding:0px;
width:530px;
height:410px;
overflow:auto;
clear:both;
}

#XMenu ul {
	margin: 0px;
	padding: 5px;
}

#XMenu li {
	list-style-type: none;
	width: 98%;
}
/***************   Menu title Style  ***************/


#XMenu .title{
	font-size: 130%;
	float: left;
	text-transform: uppercase;
	color: #AA0000;
	font-style: italic;
	padding-left: 0px;
	font-weight:bold;
	margin-top: 10px;
}

#XMenu .title a {
	color: #AA0000;
	text-decoration: none;
}
#XMenu .title a:hover{
	color: #AA0000;
	text-decoration: none;
}

#XMenu .subtitle {
	font-size: 80%;
	color: #AA0000;
	font-weight: bold;
	text-decoration: none;
}

#XMenu .gotop a {
	font-size: 60%;
	color: #AA0000;
	float: right;
}

/***************   Menu content Style  ***************/
#XMenu .content{
	font-size: 80%;
	/*float: left;*/
	margin-top: 10px;
}

#XMenu .contentGroup{
	font-size: 80%;
	/*float: left;*/
	margin-top: 2px;
}

#XMenu .contentGroup .number{
	color: #FF9900;
	text-align: right;
	padding-right: 3px;
}

#XMenu .contentGroup .dish{
	font-weight: normal;
	font-style: italic;
}

#XMenu .number{
	width: 28px;
	float: left;
	color: #FFFFCC;
	font-weight: bold;
}

#XMenu .chinese{
	width: 0px;
	/*float: left;*/
	padding-top: 1px;
	color: #333333;
}

#XMenu .dish {
	/*float: left;*/
	font-weight:bold;
	color: #FFFFCC;
}
#XMenu .hot {
	color: #CC0000;
	padding-left: 3px;
	display:inline;
	text-transform:uppercase;
}
#XMenu .veg {
	font-style: italic;
	color: #00CC00;
	font-weight:bold;
	padding-left: 3px;
	display:inline;
	text-transform:uppercase;
}
#XMenu .price{
	font-weight:bold;
	/*float: right;*/
	color: #FFFFCC;
}

#XMenu .detail{
	color: #BBBBBB;
	font-size: 70%;
	margin-left: 28px;
	padding-left: 50px;
	/*width:200px;*/
	clear: both;
}


#XMenu .blank{
	font-size: 0%;
	height: 0px;
	clear: both;
}

#XMenu .addButton{
	float: right;
	margin-left: 8px;
}


/***************   Menu setsubtitle Style  ***************/

#XMenu .setsubtitle .dish {
	font-size: 138%;
	color: #CC0000;
	font-weight: bold;
}

#XMenu .setsubtitle .price{
	font-size: 110%;
	color: #CC0000;
	font-weight: bold;
}

#XMenu .setsubtitle .detail{
	padding-left: 30px;
}
