#multi-level {
	height:30px;
	position: relative;
	z-index:900;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	float:left;
	display: block;position:relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {float:left; height:38px;display:block;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {
	height:38px;
	width:192px;
	background-image: url(../images/1businessBanking_btnOn.gif);
	background-repeat: no-repeat;
}
.menu li.p2 {height:38px; width:192px; background:url(../images/1businessLending_btnOn.gif) no-repeat;}
.menu li.p3 {height:38px; width:192px; background:url(../images/1personalBanking_btnOn.gif) no-repeat;}
.menu li.p4 {height:38px; width:192px; background:url(../images/1consumerLending_btnOn.gif) no-repeat;}
.menu li.p5 {height:38px; width:192px; background:url(../images/1aboutUs_btnOn.gif) no-repeat;}
/* set up the normal unhovered images in the links */
.menu li a#businessbanking {height:38px; width:192px; background:url(../images/1businessBanking_btn.gif) no-repeat;}
.menu li a#businesslending {height:38px; width:192px; background:url(../images/1businessLending_btn.gif) no-repeat;}
.menu li a#personalbanking {height:38px; width:192px; background:url(../images/1personalBanking_btn.gif) no-repeat;}
.menu li a#consumerlending {height:38px; width:192px; background:url(../images/1consumerLending_btn.gif) no-repeat;}
.menu li a#aboutus {height:38px; width:192px; background:url(../images/1aboutUs_btn.gif) no-repeat;}

/* selected images */
.menu li a#businessbankingselected {height:38px; width:192px; background:url(../images/1businessBanking_btnOn.gif) no-repeat;}
.menu li a#businesslendingselected {height:38px; width:192px; background:url(../images/1businessLending_btnOn.gif) no-repeat;}
.menu li a#personalbankingselected {height:38px; width:192px; background:url(../images/1personalBanking_btnOn.gif) no-repeat;}
.menu li a#consumerlendingselected {height:38px; width:192px; background:url(../images/1consumerLending_btnOn.gif) no-repeat;}
.menu li a#aboutusselected {height:38px; width:192px; background:url(../images/1aboutUs_btnOn.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#businessbanking:hover, .menu li:hover a#businessbanking,
.menu li a#businesslending:hover, .menu li:hover a#businesslending,
.menu li a#personalbanking:hover, .menu li:hover a#personalbanking,
.menu li a#consumerlending:hover, .menu li:hover a#consumerlending,
.menu li a#aboutus:hover, .menu li:hover a#aboutus, {
	background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	color: #23477d;
	background-color: #FFFFFF;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0px;
	top:38px;
	background: #fff;
	border:1px solid a8bac8;
	width:192px;
	height:auto;
	text-indent: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu :hover ul.sub li {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:190px;
	text-align:left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #a8bac8;
	border-bottom-color: #a8bac8;
	border-left-color: #a8bac8;
	background-color: #FFFFFF;
}

.menu :hover ul.sub li a {
	display:block;
	font-size:14px;
	width:auto;
	height:auto;
	line-height:17px;
	text-indent:12px;
	color:#23477d;
	text-decoration:none;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
}

.menu :hover ul.sub li a.fly {
	color: #23477d;
	background-color: #dbebea;
	width: auto;
}
.menu :hover ul.sub li a:hover {
	color:#23477d;
	width: auto;
	background-color: #dbebea;
}
.menu :hover ul.sub li a.fly:hover {
	color:#23477d;
	background-color: #dbebea;
	width: auto;
}
.menu :hover ul li:hover > a.fly {
	color:#23477d;
	background-color: #dbebea;
	width: auto;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:90px;
	top:-4px;
	background:#ffffff;
	border:1px solid #4ab;
	width:192px;
	z-index:200;
	height:auto;
	z-index:300;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
