<style>


#dhtmltooltip{
       position: absolute;
       width: 150px;
       border: 2px solid black;
       padding: 2px;
       background-color: lightyellow;
       visibility: hidden;
       z-index: 100;
       /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
       filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

DIV.SectionTitle {
        background:#93A000;
		color: white;
		font-family: sans-serif;
		font-size: 25px;
		width:90%;
       filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

a.MenuLink:link {
        color: White;
        font-family: sans-serif;
        font-size: 25px;
        font-weight: 100;
        text-decoration:none;
    }
a.MenuLink:visited {
        color: White;
        font-family: sans-serif;
        font-size: 25px;
        font-weight: 100;
        text-decoration:none;
    }
a.MenuLink:hover {
        background-color: Green;
        font-family: sans-serif;
        font-size: 25px;
        font-weight: 100;
        color: white;
        text-decoration:none;
    }

a.NameTitleLink:link {
		color: #7FFF00;
		text-decoration:none;
}
a.NameTitleLink:visited {
		color: #7FFF00;
		text-decoration:none;
}
a.NameTitleLink:hover {
		background-color: #FF9900;
		color: rgb(255,214,253);
		text-decoration:none;
}

div.TitleTop 	{
	color:red;
	text-decoration:none;
	text-underline:single;
	font-size:28.0pt;
	font-family:"Georgia";
         width: 450px;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=darkred,Strength=10);
}

div.SummaryText 	{
	color:black;
	text-decoration:none;
	font-size:16.0pt;
	font-family:"Georgia";
}


a.LocationLink:link
	{
	color:Green;
	text-decoration:none;
	text-underline:single;
	font-size:18.0pt;
	font-family:"Georgia";
         width: 250px;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=darkGreen,Strength=5);
	}
	
a.LocationLink:hover
	{
	background:Crimson;
	color:white;
	text-decoration:none;
	text-underline:single;
	font-size:18.0pt;
	font-family:"Georgia";
	filter:progid:DXImageTransform.Microsoft.Glow(Color=red,Strength=5);
}

img.GlowImage {
	filter:progid:DXImageTransform.Microsoft.Glow(Color=orange,Strength=5);
}

a.LocationLink:visited
	{color:green;
	text-decoration:none;
	text-underline:single;
	font-size:18.0pt;
	font-family:"Georgia";
	}


a.Documents:link
	{
	color:green;
	text-decoration:none;
	text-underline:single;
	font-size:13.0pt;
	font-family:"Georgia";
	}

a.Documents:hover
	{
	background:Crimson;
	color:white;
	text-decoration:none;
	text-underline:single;
	font-size:13.0pt;
	font-family:"Georgia";
	}

a.Documents:visited
	{color:green;
	text-decoration:none;
	text-underline:single;
	font-size:13.0pt;
	font-family:"Georgia";
	}

DIV.Panel {
	display:block;
	position:relative;
	width:80%;
	height:100%;
	padding:10px;
	border-width:17;
        border-color:FireBrick;
	border-style:solid;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=10, Style=1);
}

DIV.Coupon {
    color:white;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    line-height: 1em;
	display:block;
	background:DarkKhaki ;
	position:relative;
	width:300px;
	height:100px;
	padding:10px;
	border-width:3;
    border-color:black;
	border-style:solid;
	filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=90, FinishOpacity=60, Style=2);
}

ul {
    font-family: Verdana, Arial, Georgia, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 2em;
    font-weight: normal;
    font-variant: normal;
    text-indent: 2px;
    list-style-type: square;
    padding: 20px;
    margin: 15px;
}



td.MenuPrice    {
	background-color: #A1A351  ;
	vertical-align:center;
	halign:right;
	font-size:14.0pt;
	font-family:"Arial";
	padding: 3px;
}

td.MenuItem {
	vertical-align:center;
	font-size:16.0pt;
	font-family:"Georgia";
	padding: 3px;
}

table.MenuTable {
	background-color:FFDC7E   ;
	font-family:"Georgia";
	font-size:14.0pt;
	margin-left: 2em;
	margin-right: 2em;
	color: black;
	align:center;
	width:400px;
}

table.CouponTable {
	margin-left: 2em;
	margin-right: 2em;
	color: black;
	padding:10px;
}


table.MenuTableGelato {
	background-color:#FFDC7E   ;
	font-family:"Georgia";
	font-size:14.0pt;
	margin-left: 2em;
	margin-right: 2em;
	color: black;
	align:center;
	width:500px;
}



BODY {
        background-color:#FFDC7E;
        background-image: url('');
        background-attachment: scroll;
        scrollbar-3dlight-color:#0c0c0c;
        scrollbar-arrow-color:#000000;
        scrollbar-base-color:#000000; 
        scrollbar-track-color:#DFC356;
        scrollbar-darkshadow-color:#800000;
        scrollbar-face-color:#93A000;
        scrollbar-highlight-color:#93A000;
        scrollbar-shadow-color:Darkbrown;
}

</style>