/*========================= TOP OF THE MENU CASCADE =========================*/
.menu {
	position: relative;
/* establish a menu-relative positioning context */
	float: left;
/* play nicely with others */
	margin: 0px;
	padding: 0 0 0 0;
	border: 0;
	width: 948px;
	_width: 913px;
/* we always want our menu to fill the available space restrict this to make the menu vertical */
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/* this (and also below) sets the menu's font size */
	display: block;
	clear: both;
	z-index: 9999;
}
.menu ul {
	padding: 0 0 0 0;
	_padding: 3px 0px 0px 0px;
	margin: 0;
	margin-left: 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 */
.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;
}
.menu ul li {
	width: 70px;
	height: 16px;
	padding: 5px 0 5px 17px;
	_padding: 0px 0px 0px 17px;
	/*border-bottom: 1px solid #787aa8;
*/
}
.menu ul li:hover {
	color: #FFFFFF;
}
.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 ========================*/
.menu ul li ul {
	display: none;
/* initially hide the entire list hierarchy */
	padding: 1px;
/* this is our box border width */
}
.menu ul li a, .menu ul li a:visited {
/* unselected top-level menu items */
	display: block;
	float: left;
	text-decoration: none;
	/*height: 18px;
*/
	width: 70px;
	height: 12px;
	padding: 0 0 0 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
}
.menu ul li:hover a, .menu ul li a:hover {
/* selected top-level menu items */
	height: 16px;
	color: #000000;
	width: 70px;
}
/*======================== 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-left: 0px;
	top: 23px;
/* place us just up underneath the top-level images */
	_top: 19px;
	left: 0px;
/* left-align our drop-down to the previous button border */
	height: auto;
/* the drop-down height will be determiend by line count */
	width: 173px;
	_width: 149px !important;
	color: #ffffff;
/* this sets the unselected-text color */
	background: #008CC7;
/* this sets our menu's effective "border" color */
}
.menu ul li:hover ul li, .menu ul li a:hover ul li {
	width: 166px;
	_width: 155px !important;
	background-image: url(/templates/d2networks/images/submenub.png);
	background-repeat: no-repeat;
}
.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;
	height: auto;
	color: #FFFFFF;
/* this sets the unselected drop-down text color */
	background: none;
/* this sets the drop-down menu background color */
	width: 166px;
	_width: 155px !important;
	display: block;
	height: 21px;
}
.menu ul li:hover ul li:hover, .menu ul li a:hover ul li:hover,
/* 2nd level selected item */
.menu ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover {
/* 2nd level selected item */
	color: #000000;
}
/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {
/* hide inactive 3rd-level menus */
	visibility: hidden;
}
.menu ul li:hover ul li:hover ul, .menu 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: 173px;
	width: 150px;
	display: block;
	height: auto;
/* the drop-down height will be determiend by line count */
	color: #ffffff;
/* this sets the unselected-text color */
	background: #008CC7;
/* this sets our menu's effective "border" color */
}
.menu ul li:hover ul li:hover ul li, .menu ul li a:hover ul li a:hover ul li {
/* 3rd level unselected items */
	width: 150px;
	background-color: #008CC7;
	padding: 0;
	margin: 0;
	height: 24px;
	display: block;
}
.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
/* 3rd level unselected items */
	border: 0;
	margin: 0;
	padding: 0px 0 0px 16px;
	height: 24px;
	background-image: url(/templates/d2networks/images/submenub2.png);
/* this sets the drop-down menu background color */
	width: 150px;
	display: block;
	color: #ffffff;
}
.menu ul li:hover ul li:hover ul li:hover, .menu ul li a:hover ul li a:hover ul li:hover, .menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
/* level3 selected items */
	width: 150px;
	color: #000000;
}
/*======================== 4TH LEVEL MENU DEFINITIONS ========================*/
.menu ul li:hover ul li:hover ul li ul, .menu ul li a:hover ul li a:hover ul li a ul {
/* hide inactive 4th-level menus */
	visibility: hidden;
}
.menu ul li:hover ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul li a:hover ul {
/* 4th 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: 150px;
	width: 150px;
	display: block;
	height: auto;
/* the drop-down height will be determiend by line count */
	color: black;
/* this sets the unselected-text color */
	background: #008CC7;
/* this sets our menu's effective "border" color */
}
.menu ul li:hover ul li:hover ul li:hover ul li, .menu ul li a:hover ul li a:hover ul li a:hover ul li {
/* 4th level unselected items */
	width: 150px;
	background-color: #f3f3f3;
	padding: 0;
	margin: 0;
	height: 24px;
	display: block;
}
.menu ul li:hover ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a:hover ul li a {
/* 4th level unselected items */
	border: 0;
	margin: 0;
	padding: 3px 0 3px 0;
	height: 24px;
	background-image: url(/templates/d2networks/images/submenub2.png);
/* this sets the drop-down menu background color */
	width: 150px;
	display: block;
	color: #ffffff;
}
.menu ul li:hover ul li:hover ul li:hover ul li:hover, .menu ul li a:hover ul li a:hover ul li a:hover ul li:hover, .menu ul li:hover ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover ul li a:hover {
/* level4 selected items */
	width: 150px;
	color: #000000;
}
/*========================= TOP OF THE MENU CASCADE =========================*/
.menu2 {
	position: relative;
/* establish a menu-relative positioning context */
	float: left;
/* play nicely with others */
	margin: 0px;
	padding: 0 0 0 0;
	border: 0;
	width: 172px;
/* we always want our menu to fill the available space restrict this to make the menu vertical */
	background: #008CC7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/* this (and also below) sets the menu's font size */
	margin-bottom: 10px;
	display: block;
	z-index: 99;
}
.menu2 ul {
	padding: 0 0 0 0;
	margin: 0;
	margin-left: 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 */
.menu2 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;
}
.menu2 ul li {
	width: 172px;
	height: auto;
	padding: 0px;
}
.menu2 ul li:hover {
	color: #FFFFFF;
}
.menu2 ul li table {
	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 ========================*/
.menu2 ul li ul {
	display: none;
/* initially hide the entire list hierarchy */
	padding: 1px;
/* this is our box border width */
}
.menu2 ul li a, .menu2 ul li a:visited {
/* unselected top-level menu items */
	display: block;
	float: left;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	width: 165px;
	height: auto;
	padding: 5px 5px 0px 5px;
	color: #FFFFFF;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.menu2 ul li a:hover {
/* selected top-level menu items */
	height: auto;
	color: #000000;
	width: 165px;
}
/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/
.menu2 ul li:hover ul, .menu2 ul li a:hover ul {
/* 2nd level drop-down box */
	display: block;
	position: absolute;
	margin-left: 0px;
	top: 0px;
/* place us just up underneath the top-level images */
	left: 170px;
/* left-align our drop-down to the previous button border */
	height: auto;
/* the drop-down height will be determiend by line count */
	width: 165px;
	color: #ffffff;
/* this sets the unselected-text color */
	background: #008CC7;
	z-index: 99;

}
.menu2 ul li:hover ul li, .menu2 ul li a:hover ul li {
	width: 166px;
	background-image: url(/templates/d2networks/images/submenub.png);
	background-repeat: no-repeat;
/* this sets the drop-down menu background color */
	padding-left: 19px;
}
.menu2 ul li:hover ul li a, .menu2 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: none;
/* this sets the drop-down menu background color */
	width: 150px;
	display: block;
	height: 21px;
}
.menu2 ul li:hover ul li:hover, .menu2 ul li a:hover ul li:hover,
/* 2nd level selected item */
.menu2 ul li:hover ul li:hover a, .menu2 ul li a:hover ul li a:hover {
/* 2nd level selected item */
	color: #000000;
}
/*======================== 3RD LEVEL MENU DEFINITIONS ========================*/
.menu2 ul li:hover ul li ul, .menu2 ul li a:hover ul li a ul {
/* hide inactive 3rd-level menus */
	visibility: hidden;
}
.menu2 ul li:hover ul li:hover ul, .menu2 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: 173px;
	width: 150px;
	display: block;
	height: auto;
/* the drop-down height will be determiend by line count */
	color: #ffffff;
/* this sets the unselected-text color */
	background: #008CC7;
/* this sets our menu's effective "border" color */
}
.menu2 ul li:hover ul li:hover ul li, .menu2 ul li a:hover ul li a:hover ul li {
/* 3rd level unselected items */
	width: 150px;
	background-color: #f3f3f3;
	padding: 0;
	margin: 0;
	height: 24px;
	display: block;
	padding-left: 5px;
}
.menu2 ul li:hover ul li:hover ul li a, .menu2 ul li a:hover ul li a:hover ul li a {
/* 3rd level unselected items */
	border: 0;
	margin: 0;
	padding: 0px 0 0px 16px;
	height: 24px;
	background-image: url(/templates/d2networks/images/submenub2.png);
/* this sets the drop-down menu background color */
	width: 150px;
	display: block;
	color: #ffffff;
}
.menu2 ul li:hover ul li:hover ul li:hover, .menu2 ul li a:hover ul li a:hover ul li:hover, .menu2 ul li:hover ul li:hover ul li a:hover, .menu2 ul li a:hover ul li a:hover ul li a:hover {
/* level3 selected items */
	width: 150px;
	color: #000000;
}