/*========================= TOP OF THE MENU CASCADE =========================*/

.horiz_menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:24px;                                  /* the menu's overall height */
	width:auto;         /* we always want our menu to fill the available space */
	font-family:'Arial','Verdana';
	font-size:0.8em;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	/* z-index: 100; make sure it's on top of all other layers */
}

.horiz_menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.horiz_menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:14px;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.horiz_menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.horiz_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:12px;        /* this sets the base font size for our entire menu */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.horiz_menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	/* border: 1px solid white; */ /* ie had an issue with this param */
	padding:1px;                               /* this is our box border width */
}

.horiz_menu ul li a,
.horiz_menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	color: #FFFFFF;
	background:#000000;
	padding: 5px 10px;
}

.horiz_menu ul li:hover a,
.horiz_menu ul li a:hover {                        /* selected top-level menu items */
	background:#999999;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.horiz_menu ul li:hover ul,
.horiz_menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:24px;              /* 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:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.horiz_menu ul li:hover ul li a,
.horiz_menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#FFFFFF;               /* this sets the unselected drop-down text color */
	background:#666666;       /* this sets the drop-down menu background color */
	width:13.5em;
}

.horiz_menu ul li:hover ul li:hover a,
.horiz_menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}




/*========================= LEFT MENU CASCADE =========================*/

.vert_menu {
	position:relative;        /* establish a menu-relative positioning context */
	/* float:left; */                                     /* play nicely with others */
	margin:0 0 40px 0;
	padding:0;
	border:0;
	width:242px;         /* we always want our menu to fill the available space */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16pt;         /* this (and also below) sets the menu's font size */
	z-index: 99;/* make sure it's on top of all other layers */
	color: #6f2d13;
}
	
.vert_menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.vert_menu ul {
	border-bottom: #cfb992 solid 1px;
	padding:0;
	margin:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:0.85em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.vert_menu li {
	/* float:left; */    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
	border-left: #cfb992 solid 1px;
	border-top: #cfb992 solid 1px;
}

.vert_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:12px;        /* this sets the base font size for our entire menu */
	position:absolute;
	top:0px;
	left:-6px;
}

/*======================== LEFT MENU DEFINITIONS ========================*/
.vert_menu ul li.sticky a,
.vert_menu ul li.sticky a:visited {
	text-decoration:underline;
	background:none;
}

.vert_menu ul li.sticky li {
	border: none !important;
}

.vert_menu ul li.popup ul {
	display:none;                  /* initially hide the entire list hierarchy */
	/* border: 1px solid white; */ /* ie had an issue with this param */
}

.vert_menu ul li.sticky ul  {
	display:block !important;                /* initially hide the entire list hierarchy */ 
}

/* mark currently selected item in list */
.vert_menu ul li.sticky ul li.selected {
	background: url(../img/dot.gif) no-repeat 5px 6px;
}
.vert_menu ul li.sticky ul li.selected a{
	color:#e0b33f;
	text-decoration:underline !important;
}

.vert_menu ul li a,
.vert_menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	text-decoration:none;
	color: #6f2d13;
	background-color:#000000;
	padding: 8px 5px;
	width:100%;
}

.vert_menu ul li.popup:hover a,
.vert_menu ul li a:hover {                        /* selected top-level menu items */
	background-color:#999999;
}

/*======================== LEFT MENU DEFINITIONS ========================*/

.vert_menu ul li ul li a,
.vert_menu ul li ul li a:visited {                    /* unselected top-level menu items */
	padding: 3px 2px 3px 20px;
	width:150px;
}

.vert_menu ul li:hover ul,
.vert_menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	color:black;                        /* this sets the unselected-text color */
	background:none;         /* this sets our menu's effective "border" color */
}

.vert_menu ul .popup:hover ul,
.vert_menu ul .popup a:hover ul {                            /* 2nd level drop-down box */
	display:block;
	position:absolute;
	top:0px;              /* place us just up underneath the top-level images */
	left:240px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:auto;
	color:black;                        /* this sets the unselected-text color */
	background:#cca148;         /* this sets our menu's effective "border" color  - THIS MUST BE THE SAME AS .vert_menu ul li.popup:hover ul li a, background-color BELOW*/
	font-size:smaller;
}

.vert_menu ul li.popup:hover ul li a,
.vert_menu ul li.popup a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding: 5px 2px;
	height:20px;
	color:#FFFFFF;               /* this sets the unselected drop-down text color */
	background-color:#cca148;       /* this sets the drop-down menu background color */
	width:220px;
}

.vert_menu ul li.popup:hover ul li:hover a,
.vert_menu ul li.popup a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#000000;
}

.vert_menu ul li.sticky:hover ul li:hover a,
.vert_menu ul li.sticky a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#666666;
}
