/* -------------------- NAV ---------------- */

div#header_r div.tree {
	margin-top: 31px;
	position: absolute;
	width: auto;
	z-index: 1000;
}
div#header_r div.tree ul {
	list-style-type: none;
}
div#header_r div.tree ul li {
	float: left;
}
div#header_r div.tree a.mainlevel,div#header_r div.tree a.mainlevel_current,div#header_r div.tree a.mainlevel_active {
	background-image: url(../../../images/layout_new/nav/tabs_off_on_active_1.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 103px;
	text-align: center;
	padding: 0px;
	padding-top:5px;
	color: #E8FD24;
	font-family: Arial, Helvetica, sans-serif;
	height: 32px;
	margin-left: -8px;
	background-position: 3px -74px;
	overflow: hidden;
	font-weight: bold;
}
div#header_r div.tree a.mainlevel:hover {
	background-position: 3px -37px;
	text-decoration: none;
}

div#header_r div.tree a.mainlevel_current {
	background-position: 3px 0px;
	cursor: default;
	text-decoration: none;

}

div#header_r div.tree .start {
}

div#header_r div.tree a.mainlevel_active {
	text-decoration: none;
		background-position: 3px 0px;

}

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

.tree 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 */

.tree 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;
}

.tree ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	m\argin: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 */
}


.tree ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */
}

.tree ul li a,
.tree ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
}


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

.tree ul li:hover ul,
.tree ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:25px;              /* place us just up underneath the top-level images */
	left:-30px;       /* 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-color:#183723;         /* this sets our menu's effective "border" color */
	width: 145px;
	z-index: 20000;
}


.tree ul.rightmenu li:hover ul,
.tree 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 */
}

* html .tree ul.rightmenu li a:hover ul {         /* IE5/6 needs a tweak here */
	right:-1px;
}

.tree ul li:hover ul li a,
.tree ul li a:hover ul li a {                   /* 2nd level unselected items */
	margin:0;
	padding:10px;
	height:auto;
	font-family: "Trebuchet MS", Verdana, sans-serif, serif;
	width: 125px;
	text-align: center;
	color:#fff568;
	background:#188541;

}

.tree ul li:hover ul li:hover a,
.tree ul li a:hover ul li a:hover {
	color:#0E2914;
	background-color: #fff568;
	background-repeat: no-repeat;
	background-position: 124px center;
	background-image: url(../../../images/layout_new/icons/nav-fish_1.png);
}

.tree ul li:hover ul.skinny li a,
.tree ul li a:hover ul.skinny li a,
.tree ul li:hover ul.skinny li a:hover,
.tree ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:8.08333em;
}

