@charset "utf-8";
/* CSS Document */
/*^'^ Navigation Structure ^'^*/
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
div#links-primary {
	float: left;
	background: url(images/nav-separator.gif) right top no-repeat;
	height:30px;
	position:relative;
	z-index:100;
	margin-left: 22px;
	width: 738px;
}

* html div#links-primary {
	margin-left: 12px;
	width: 740px;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
	background: url(images/nav-separator.gif) no-repeat left;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 2px;
}

/* 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 {display:block; float:left; height:30px;}
.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.li-corporate-information {width:177px;}
.menu li.li-business-solution {width:151px;}
.menu li.li-consumer-solution {width:158px;}
.menu li.li-member-zone {width:133px;}
.menu li.li-contact-us {width:117px;}

/* set up the normal unhovered images in the links */
.menu li a {background-position: 2px 0; background-repeat: no-repeat;}
.menu li a#a-corporate-information {width:177px; background-image:url(images/nav-corporate_information.gif);}
.menu li a#a-business-solution {width:151px; background-image:url(images/nav-business_solution.gif);}
.menu li a#a-consumer-solution {width:158px; background:url(images/nav-consumer_solution.gif);}
.menu li a#a-member-zone {width:133px; background:url(images/nav-member_zone.gif);}
.menu li a#a-contact-us {width:117px; background:url(images/nav-contact_us.gif);}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* 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#a-corporate-information:hover, .menu li:hover a#a-corporate-information,
.menu li a#a-business-solution:hover, .menu li:hover a#a-business-solution,
.menu li a#a-consumer-solution:hover, .menu li:hover a#a-consumer-solution,
.menu li a#a-member-zone:hover, .menu li:hover a#member-zone,
.menu li a#a-contact-us:hover, .menu li:hover a#a-contact-us {
	background-position: 2px -30px;
}

/* 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; text-align:left;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:30px; background: #fff; padding:3px 0; border:1px solid #888; width:163px; height:auto;}
.menu :hover ul.sub li {display:block; height:auto; position:relative; float:left; width:160px; border-bottom: 1px solid #ccc;}
.menu :hover ul.sub li a {display:block; font-size:10px; height:auto; width:157px; line-height:20px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 150px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#ffcc00; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#ffcc00 url(images/arrow_over.gif) 150px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#ffcc00 url(images/arrow_over.gif) 150px 7px no-repeat; color:#fff;} 

/* 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:160px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; width:163px; z-index:200; height:auto; z-index:300;}
