#apDivSubScribe {
	position:absolute;
	width:200px;
	height:190px;
	z-index:1;
	right: 10px;
	top: 245px;
	background-color: #FDBE00;
	visibility: hidden;
}

.MenuLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}
.MenuLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.MenuLevel3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336600;
}
html {
	font-family: Arial, Helvetica, sans-serif;
	color: #400000;
}
.MenuItemName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #993300;
}
.MenuCategoryName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666633;
	font-weight: bold;

}
.MenuItemNameWhitebg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #993300;
	background-color: #FFFFFF;

}
.CarriedHeadline {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #993302;
}

#apDivCarriedAway {
	width:165px;
	height:50px;
	z-index:500;
	top: 5px;
	left: 165px;
	background-color: #FFC;
	position: absolute;
	font-size: 12px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:5px;
}
#apDivCarriedAway a {
	font-size: 13px;
	color:#F60;
	font-weight:bold
}
.modal { 
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 