.menuFooter {
	position:relative;        /* establish a menuFooter-relative positioning context */
	/*float:center;*/                                     /* play nicely with others */
	margin:0 0 0 0;
	padding:2em 0 0 7em; 
	border:0;
	width:69.6em;		/* at 1.0, this is 46.4em */
	height: 2.5em;		/* at 1.0, this is 2.5em */
        font:1.2em Trebuchet MS, Geneva, sans-serif; 
	font-weight: normal;
	background: url('../images/menuFooterBackground.jpg') top left no-repeat;
	color: #000000;
	text-align:center;
}

.menuFooter img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

/* menuFooter width */
.menuFooterminwidth0 {             /* for all browsers (non-IE) that obey min-width */
        position:relative;
        border:0;
        margin:0;
        padding:0;
        width:100%;
        height:22px;
        min-width:560px;
}

* html .menuFooterminwidth1 { /* this allows IE5/6 to simulate min-width capability */
        position:relative;  /* we can simulate a minimum width by creating a */
        float:left;          /* border in this first div, then placing our */
        height: 1px;          /* into a second nested div (see 2nd nested div */
        border-left:560px solid #fff;    /* CSS box-model borders are a fixed */
}

* html .menuFooterminwidth2 {    /* used to simulate min-width capability for IE5/6 */
        position:relative;
        margin-left:-560px;
        height: 1px;
}

.menuFooter ul {
	display:block; 
	width: 83.5em;
	text-align:center;
	padding:0 0 0 0;
	margin:0 0 0 0;		/* this sets the x-origin of the menuFooter system */
	border:0;
/*	list-style-type:none; */         /* we don't want to view the list as a list */
	background:#transparent;
	line-height:2.5em;
	height: 2.5em;
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menuFooter li {
	word-spacing:normal;
	letter-spacing:0px;
	display:block; 
	float:left;    /* this creates the side-by-side array of top-level buttons */
	/*position:relative;*/    /* create local positioning contexts for each button */
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight: normal;
	color:#000000;		/* BK This is the normal, title bar text color */
	text-align:center;
	height: 2.5em;
}

.menuFooter li a {
	padding:0 0 0 0.2em;
	margin:0 0 0 0;
	color: #000000;
	height: 2.5em;
	/*width: 9.7em;*/  /* 9.7em at 1.0em font */
	text-align: center;
	font-weight: normal;
	line-height: 2.5em;
	height: 2.5em;
}

.menuFooter li a:hover {
	padding:0 0 0 1em;
	margin:0 0 0 0;
	color: #000000;
	height: 2.5em;
	/*width: 9.7em;*/
	text-align: center;
	font-weight: normal;
	line-height: 2.5em;
}

.menuFooter ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menuFooters to work */
	font-size:1.0em;        /* this sets the base font size for our entire menuFooter */
}

.drop {
	display:block;
	padding:0 0 0 0;	       /* this sets the l/r margins for our menuFooter item */
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menuFooters which link to sub-menuFooters */
}

.rightmenuFooter {
	position:relative;  /* establish a local positioning context for YAH label */
	float:right;                  /* and right-align it at the top of our page */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menuFooter ul li ul {                        /* selected top-level menuFooter items */
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
	cursor:pointer;      /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;           /* IE5 only knows about "hand", so set it both ways */
	text-align: center;
	line-height: 2.5em;
	height: 2.5em;
}

.menuFooter ul li a {
        display:block;
        float:left;
        text-align: center;
	color: #000000;
	line-height: 2.5em;
	height: 2.5em;
}


.menuFooter ul li:hover a,
.menuFooter ul li a:hover {                        /* selected top-level menuFooter items */
	border-top:0px solid #000;    /* these 2 lines create the push-in illusion */
	height:2.5em;
	color:#000000; 				/* BK - This is the hover font color */
	background:#transparent;			/* BK - This is the hover bg over a main pick */
	text-align: center;
	/*width: 7.2em;*/  /* 7.2em at 1.0em font */
	line-height: 2.5em;
}

/*====== menuFooter anchors =====*/ 
.menuFooter ul li a {                        /* selected top-level menuFooter items */
        /*width: 7.2em;*/
        height: 2.5em;
        line-height: 2.5em;
        text-align: center; 
        padding: 0 0 0 4em;
	margin: 0 0 0 0;
        /*font:1.0em MS Sans Serif, Geneva, sans-serif;*/
        color: #000000;			/* BK - Main menuFooter text color for non-Safari */
	font-weight: normal;
}

.menuFooter ul li a:hover {
        color: #2D7744;			/* BK - Main menuFooter hover for non-Safari */
	padding:0 0 0 4em;
	margin:0 0 0 0;
	line-height: 2.5em;
	/*width:7.2em;*/
	font-weight: normal;
	height: 2.5em;
}

#menuFooter ul li a:active {
	color: #000000;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight: normal;
	line-height: 2.5em;
	height: 2.5em;
}
