﻿#Main_Menu { width:100%; }
td.c_fomm { background-color:#002c74;height:22px;padding-left:3px;border-left:solid 1px #fff; }
td.c_fomm_h { background-color:#999999;color:#fff;}
#Main_Menu a { text-decoration:none;color:#ffffff;font-size:12px; font-family:Arial,Verdana; }

/* Flyout element */
ul.fo_e
{
	font-family:Arial, Verdana;
	font-size:12px;
	list-style:none;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	padding:0px;
	width:140px;
	filter:progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.50)
		   progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3);
}
ul.fo_e a { text-decoration:none;color:#686B58;font-size:11px; font-family:Arial,Verdana; }
/* Flyout Item */
li.fo_i
{
    text-decoration:none;
    font-size:12px;
    font-family:Arial,Verdana;
	background-color:#f2f0e0;
	border-top:solid 1px #686B58;
	padding:3px;
	padding-left:8px;
	padding-right:18px;
	color:#686B58;
	width:168px;
	_width:168px;
}
a.fo_i {text-decoration:none;color:#ffffff;font-family:Arial,Verdana;width:100%;}
/* Flyout Item Hover */
li.fo_ih { background-color:#eee59b; font-size:12px; text-decoration:none;color:#333333;font-family:Arial,Verdana;}
a.fo_ih { text-decoration:none;color:#ffffff;font-family:Arial,Verdana;}
a.fo_ih:hover { color:#333333;font-family:Arial,Verdana;}
/* Flyout Item Has Child */
li.fo_ic { background-image:url(../Coral.ashx?F=i.Flyout.gif); background-repeat:no-repeat; background-position:right center; }
/* Flyout Item Has Child - Hover */
li.fo_ich { background-image:url(../Coral.ashx?F=i.Flyout2.gif); }
/* Flyout Item Has Child - Fly left */
li.fo_icl { background-image:url(../Coral.ashx?F=i.lFlyout.gif); background-repeat:no-repeat; background-position:left center; }
/* Flyout Item Has Child - Fly left - Hover */
li.fo_iclh { background-image:url(../Coral.ashx?F=i.lFlyout2.gif); }
/* Flyout Item Has Child - Ajax loading */
li.fo_al { background-image:url(../Coral.ashx?F=i.FlyoutLoad.gif); }
