/* this is the horizontal menu */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width: 900px;
	z-index: 1;
	}

#nav li { /* all list items */
	background-color: #D77B1C;
	float: left;
	margin: 0px;
	width: 180px; /* width needed or else Opera goes nuts */
	z-index: 1;
}

#nav li ul { /* second-level lists */
	background-color: #EB9B36;
	position: absolute;
	margin: 0px;
	background: #D77B1C;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1;
}

#nav li ul ul { /* third-and-above-level lists */
	background-color: #D77B1C;
	float: left;
	margin: -22px 0px 0px 162px;
	width: 180px; /* width needed or else Opera goes nuts */
	z-index: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	background-color: #EB9B36;
	position: absolute;
	margin: -22px 0px 0px 180px;
	background: #EB9B36;
	width: 180px;
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 1;
}

#clear {
	clear: left;
}

.dropdown {
	padding: 3px 0px 0px 7px;
	}

#nav a.topmenu_1 {
	display: block;
	background-image: url('images/wjgb_topnav_home.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}
#nav a.topmenu_1:hover {
	display: block;
	background-image: url('images/wjgb_topnav_home_hov.jpg');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_2 {
	display: block;
	background-image: url('images/wjgb_topnav_vacaydeals.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_2:hover {
	display: block;
	background-image: url('images/wjgb_topnav_vacaydeals_hov.gif');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 30px;
}


#nav a.topmenu_3 {
	display: block;
	background-image: url('images/wjgb_topnav_tipsheets.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_3:hover {
	display: block;
	background-image: url('images/wjgb_topnav_tipsheets_hov.jpg');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_4 {
	display: block;
	background-image: url('images/wjgb_topnav_insiderguides.jpg');
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_4:hover {
	display: block;
	background-image: url('images/wjgb_topnav_insiderguides_hov.jpg');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_5 {
	display: block;
	background-image: url('images/wjgb_topnav_printables.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 30px;
}

#nav a.topmenu_5:hover {
	display: block;
	background-image: url('images/wjgb_topnav_printables_hov.gif');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 30px;
}
#nav a.submenu {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
}

#nav a.submenu:hover {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffcc66;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd_hov.gif');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 22px;
}
#nav a.submenu {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
}

#nav a.submenu:hover {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffcc66;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd_hov.gif');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 22px;
}

#nav a.subsubmenu {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffffff;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd_hov.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 22px;
}

#nav a.subsubmenu:hover {
	font-family: "georgia, arial, sans-serif";
	font-size:12px;
	font-weight: bold;
	color:#ffcc66;
	display: block;
	background-image: url('images/wjgb_topnav_submenuBgnd_hov.gif');
	background-repeat: no-repeat;
	background-color: #EB9B36;
	width: 180px;
	height: 22px;
}

/* Above is the horizontal menu */
