   #dmenu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	background-color: #FFED11;
	color: #000;
	z-index: 20;
	top: 204px;  						/* distance from top */
	left: 20px;							/* entire menu moves to the right */
            /* Browser plug-ins like Flash or Quicktime may not allow you to overlap them with this menu! */
    }
    #dmenu li{
	list-style-type: none;
	float: left;
	border: black solid 1px;
	background-color: #FFED11;
	color: #000;
	margin: 0px;						/*yellow background (#ffed11) adjusted height */											
	padding: 2px;
	width: 105px;						/*width of main menu not the sub menus */
	display: block;
	font-family: Arial;
	font-size: 11px;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 2px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 100px;               /* should be the same as #dmenu li width */
        background-color: #FFED11;     /* sub-menu default background color */
        border: #000 solid 1px;     /* the border around the sub-menu list */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #FFED11;     /* default background color for sub-menu container */
        color: #000;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 2px;               /* This is for padding between menu items in the drop-downs */
        width: 94px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
    }

    #dmenu li a{                    /* top-level menu element links */

        text-align: center;         /* text alignment in main menu item links */
        width: 100px;               /* set this to #dmenu ul width */
        display: block;
    }
    
    #dmenu ul a {                   /* all the other level menu link elements */
        padding: 2px;
        margin: 0px;
        width: 94px;               /* (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
        display: block;
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        background-color: #FFED11;
        color: red;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
        display: block;
        width: 94px;               /* should be set to the same value as #dmenu ul li width */
        background-color: #FFED11;
        color: red;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 94px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }.fundraising1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;

}
.fundraising2 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;

}
.fundraising3 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;

}
.fundraising4 {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;

}
.fundraising1black {

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.fundraising2black {

	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}
.fundraising3black {

	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}
.fundraising4black {

	font-family: Arial;
	font-size: 18px;
	color: #000000;
}

