
.leftMenu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	top:10px;
	padding:0;
	border:0;
	height:100%;                                  /* the menu's overall height */
	width:108px;         /* we always want our menu to fill the available space */
	background:#FF9C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	/* border-bottom:1px solid black; */       /* give us a black border underneath */
}

.leftMenu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.leftMenu ul 
{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.leftMenu li {
	float:left;   /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width:108px;
	padding:1px,0px,1px,0px;
	
}

.leftMenu 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 */
}

.leftMenu {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:center;   /* this right alignment goes with the float:left below */
	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 */
}

.leftMenu span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.leftMenu a:hover{
background:white;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.leftMenu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
}

.leftMenu ul li a,
.leftMenu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	text-decoration:none;
	height:18px;
}

.leftMenu ul li:hover a,
.leftMenu ul li a:hover {                        /* selected top-level menu items */
	border-top:0.5px solid #000;    /* these 2 lines create the push-in illusion */
	border-bottom:0.5px solid #000;
	width:109px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.leftMenu ul li:hover ul,
.leftMenu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:0px;              /* place us just up underneath the top-level images */
	left:108px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:135px;
	color:Black;                        /* this sets the unselected-text color */
	background:#8B88FF;         /* this sets our menu's effective "border" color */
}

.leftMenu ul li:hover ul.leftbutton,
.leftMenu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:0px;
}

.leftMenu ul li:hover ul.skinny,
.leftMenu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:109px;   /* with a 12px default font, this is 97px width (97/12) */
}

.leftMenu li:hover ul,
.leftMenu li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .leftMenu ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.leftMenu ul li:hover ul li a,
.leftMenu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#8B88FF;       /* this sets the drop-down menu background color */
	width:135px;
}

.leftMenu ul li:hover ul li:hover a,
.leftMenu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.leftMenu ul li:hover ul.skinny li a,
.leftMenu ul li a:hover ul.skinny li a,
.leftMenu ul li:hover ul.skinny li a:hover,
.leftMenu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:135px;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.leftMenu ul li:hover ul li ul,
.leftMenu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.leftMenu ul li:hover ul li:hover ul,
.leftMenu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:135px;
	width:135px;
}

.leftMenu ul li:hover ul li:hover ul li a,
.leftMenu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:135px;
	background:#8B88FF;
}

.leftMenu ul li:hover ul li:hover ul li a:hover,
.leftMenu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:135px;
	background:white;
}






/* ########################################################### */

.topMenu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	left:120px;
	padding:0;
	border:0;
	height:20px;                                  /* the menu's overall height */
	width:775px;         /* we always want our menu to fill the available space */
	background:#FF9C00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	border-bottom:1px solid black;        /* give us a black border underneath */
}
.topMenu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.topMenu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.topMenu 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;
	width:125px;
}

.topMenu 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 */
}

.topMenu {
	display:block;
	padding:0px 0.33em;	       /* 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: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 */
}

.topMenu span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.topMenu a:hover{
background:white;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.topMenu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.topMenu ul li a,
.topMenu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:20px;
}

.topMenu ul li:hover a,
.topMenu ul li a:hover {                        /* selected top-level menu items */
	border-top:0.5px solid #000;    /* these 2 lines create the push-in illusion */
	height:20px;
	width:125px;
	text-align:left;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.topMenu ul li:hover ul,
.topMenu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:20px;              /* 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:125px;
	color:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.topMenu ul li:hover ul.leftbutton0,
.topMenu ul li a:hover ul.leftbutton0 {/* our first dropdown should not be skewed */
	left:0px;
}

.topMenu ul li:hover ul.skinny0,
.topMenu ul li a:hover ul.skinny0 {             /* 2nd level skinny drop-down box */
	width:121px;   /* with a 12px default font, this is 97px width (97/12) */
}

.topMenu ul.rightmenu0 li:hover ul,
.topMenu ul.rightmenu0 li a:hover ul {    /* 2nd level neighborhood drop-down box */
	left:auto;
	right:0;         /* nudge the right menu right to line up under the border */
}

* html .topMenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.topMenu ul li:hover ul li a,
.topMenu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#8B88FF;       /* this sets the drop-down menu background color */
	width:121px;
}

.topMenu ul li:hover ul li:hover a,
.topMenu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}

.topMenu ul li:hover ul.skinny li a,
.topMenu ul li a:hover ul.skinny li a,
.topMenu ul li:hover ul.skinny li a:hover,
.topMenu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:121px;
}

/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/

.topMenu ul li:hover ul li ul,
.topMenu ul li a:hover ul li a ul {             /* hide inactive 3rd-level menus */
	visibility:hidden;
}
     
.topMenu ul li:hover ul li:hover ul,
.topMenu ul li a:hover ul li a:hover ul {             /* 3rd level drop-down box */
	visibility:visible;
	position:absolute;
	margin-top:-1px;	      /* bring the top edge of the 3rd level menu up one */
	top:0;
	left:125px;
	width:125px;
}

.topMenu ul li:hover ul li:hover ul li a,
.topMenu ul li a:hover ul li a:hover ul li a {     /* 3rd level unselected items */
	width:125px;
	background:#8B88FF;
}

.topMenu ul li:hover ul li:hover ul li a:hover,
.topMenu ul li a:hover ul li a:hover ul li a:hover {    /* level3 selected items */
	width:125px;
	background:white;
}



/* ########################################################### */

.toolTip {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	/* border-bottom:1px solid black; */        /* give us a black border underneath */
}
.toolTip img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.toolTip ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.toolTip 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;
}

.toolTip 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 */
}

.toolTip {
	display:block;
	padding:0px 0.33em;	       /* 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: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 */
}

.toolTip span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.toolTip ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.toolTip ul li:hover ul,
.toolTip ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	bottom:26px;              /* 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 */
	color:Black;                        /* this sets the unselected-text color */
	background:#8B88FF;         /* this sets our menu's effective "border" color */
	width: 400px;
}

.rightMenu {	padding-left:10px; padding-bottom:3px;}
.rightMenu ul, .rightMenu a
{
	font-size:12px;
	font-family:"Palatino Linotype",Arial,Sans-serif; 
}

.rightMenu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.rightMenu ul 
{
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.rightMenu li {
	float:left;   /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width:108px;
	padding:1px,0px,1px,0px;
}

.rightMenu 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 */
}

.rightMenu {
	display:block;
	padding:0px 0.33em;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:left;   /* this right alignment goes with the float:left below */
	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 */
}

.rightMenu span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

.rightMenu a:hover{
background:white;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.rightMenu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
}

.rightMenu ul li a,
.rightMenu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
}

.rightMenu ul li:hover a,
.rightMenu ul li a:hover {                        /* selected top-level menu items */
	border-top:0.5px solid #000;    /* these 2 lines create the push-in illusion */
	border-bottom:0.5px solid #000;
	width:109px;
}
