body{
	behavior: url("/v2/sitev2.nsf/csshover.htc");
}

/*========================= TOP OF THE MENU CASCADE =========================*/ 
.header-menu {  
	position:relative;
	top:0;  
	border:0;  
	margin:0;
	padding: 0;
	width:100%;
	min-width:560px;
	z-index:0; }

.menu {
	position:relative;        /* establish a menu-relative positioning context */  
	float:left;                                     /* play nicely with others */                 
	top:0;  
	margin-left:0;  
	padding: 0;  
	border:0;  
	width:100%;         	/* we always want our menu to fill the available space */  
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;  
	font-size:11pt;         /* this (and also below) sets the menu's font size */ 
	background: url(/v2/sitev2.nsf/menuup.gif);
	repeat: no-repeat;
	height:22px }
	
.menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */  }
	
.menu ul {
	position: relative;
	top: 0px;
	padding: 0;
	margin:0;
	border:0px solid black;
	list-style-type:none;          /* we don't want to view the list as a list */ }

.menu li {  float:left;    /* this creates the side-by-side array of top-level buttons */                 
	Position: Relative;
	Top: 0;
	padding:0 12px;
	margin: 0;
	spacing:0;
	border:0px solid White;
	color: White;
	width: auto;
	white-space:nowrap;
	height:100%;
	background-color: transparent;                 }

.menu ul li table {
	margin: -1px;              /* IE5 needs -1px top and bottom table margins */  
	margin:0;               /* re-zero the table margins for everyone but IE5 */                 
	padding: 0;
	border-collapse:collapse;	/* IE5 needs this for the sub-menus to work */  
	font-size:9pt;        /* this sets the base font size for our entire menu */ 
	}
	
/*======================== TOP LEVEL MENU DEFINITIONS ========================*/
.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px;                               /* this is our box border width */
	font-size:9pt;        /* this sets the base font size for our entire menu */ 
}

.menu ul li a, .menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	font-weight:normal;
	color: White;                     /* this sets the unselected-text color */
	line-height:22px;
	 
}
.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: #9D7F40;                     /* this sets the hovered-text color */
	line-height:22px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul, .menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:22px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	line-height: 22px;
	height:auto;      /* the drop-down height will be determiend by line count */
	width:12em;
	background-color: #518c6f;
	}

.menu ul li ul li{                                    /* Clear off padding */
	padding: 0 0px;
}

.menu ul li:hover ul.leftbutton, .menu ul li a:hover ul.leftbutton {/* our first dropdown should not be skewed */
	left:12px;
	}

.menu ul li:hover ul.skinny,
.menu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:12em;  /* with a 12px default font, this is 97px width (97/12) */
	 }

.menu ul.rightmenu li:hover ul,
.menu ul.rightmenu 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 */
	}
 
.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;
	padding-left:5;
	height:auto;
	color:white;               /* this sets the unselected drop-down text color */
	background-color:#00572C;;       /* this sets the drop-down menu background color */
	width:12em;
	}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover{                /* 2nd level selected item */
	background: url(/v2/sitev2.nsf/menuup.gif);
	z-index:3;
	}

.menu ul li:hover ul.skinny li a,
.menu ul li a:hover ul.skinny li a,
.menu ul li:hover ul.skinny li a:hover,
.menu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:12em;
	z-index:2;
	}