.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0em 0em 0em 0em;
	padding:0em 0em 0em 0em;
	border:0;
	height:4.5em;                                  /* the menu's overall height */
	width:62.4em;
	background: url('../images/menuBackground.jpg') top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.6em;         /* this (and also below) sets the menu's font size */
}

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

/* menu width */
.menuminwidth0 {             /* 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 .menuminwidth1 { /* 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 .menuminwidth2 {    /* used to simulate min-width capability for IE5/6 */
        position:relative;
        margin-left:-560px;
        height: 1px;
}

.menu ul {
	display:block;
	text-align:left;
	padding:0em 0em 0em 0em;
	margin:2.5em 0em 0em 20em;				/* this adjusts where the first menu x-position is */
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
}

.menu li {
	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:0em 0em 0em 0em;
	font-weight:normal;
	color:#000000;
	text-align:left;
	padding:0em 0em 0em 0em;
	line-height:2.2em;	/* use this to adjust y-position of the menu text */
	padding-left:3.2em;
	_line-height:1.9em;  /* only IE5/6 see this */
	_padding-left:3.9em;
	_padding-top:0em;
}

.menu li a {
	text-decoration:none;
}

.menu 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-menus to work */
	font-size:1.0em;        /* this sets the base font size for our entire menu */
}

.drop {
	display:block;
	padding:0px 0.275em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* 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 menus which link to sub-menus */
}

.rightmenu {
	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 ========================*/

.menu ul li ul {                        /* selected top-level menu items */
	display:none;                  /* initially hide the entire list hierarchy */
	padding:2px;                               /* 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 */
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-align: center;
	text-decoration:none;
	height:2.1em;
}

.menu ul li:hover a,
.menu ul li a:hover {                        	/* selected top-level menu items */
	border-top:0px solid #000;    		/* these 2 lines create the push-in illusion */
	color:#C20006;				/* BK - This is the hover font color */;
	background:none transparent;		/* BK - This is the hover bg over a main pick */
	text-align: center;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	text-align: left;
	margin:0;
	top:2.0em;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:#2F3330;                        /* this sets the unselected-text color */
	background:#E2B268;         /* BK - this sets our menu's effective "border" color */
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:1.8em;
	text-align: left;
	color:#2F3330;               /* BK - this sets the unselected drop-down text color */
	background:#D7953B;       /* BK - this sets the drop-down menu background color */
	width:13.5em;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	text-align: left;
	color:#E2B268;  /* BK - this sets the lower level highlight text color */
	background:#313532; /* BK - this sets the lower level background highligher */
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	text-align: left;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:8.08333em;
	width:14em;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:14em;
	background:#e13028;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:14em;
	background:white;
}

#text {           /* the Mac's standard Safari browser will not see this code */
	height:2.6em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */

/*====== menu anchors =====*/ 
.menu ul li a {                        /* selected top-level menu items */
        height: 4.0em;
        text-align: left; 
        padding: 0 0 0 0;
        font-size: 1.0em;		/* Always leave this 1.0em!  */
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;	/* BK - Main menu text color for non-Safari */
}

.menu ul li a:hover {
        color: #C20006;		/* BK - Main menu hover for non-Safari */
        background: none transparent;  /* BK - um, change this too */
}
