/* CSS Document */



/* menu begins here */
#multi-level {height:23px;
 position:relative;
 margin: 0px 0px 0px 0px; 
 z-index:100;}
#multi-level .pad {float:left;}

/* 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:arial, sans-serif; text-align:left;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; 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 {display:block; float:left; height:auto; padding: 12px 12px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 { background:#95C2E3; }
.menu li.p2 { background:#81AFDF;}
.menu li.p3 { background:#95C2E3;}
.menu li.p4 {background:#81AFDF;}
.menu li.p5 { background:#95C2E3;}
.menu li.p6 { background:#81AFDF;}
/* set up the normal unhovered images in the links */

.menu li a#products { 
background:#95C2E3; 
color: white;
font-size:12px;
padding: 3px 15px 2px 15px;
text-decoration: none;}

.menu li a#howtobuy { background:#81AFDF;
color: white;
font-size:12px;
padding: 3px 15px 2px 15px;
text-decoration: none;}
.menu li a#investors { background:#95C2E3;color: white;
font-size:12px;
padding: 3px 14px 2px 14px;
text-decoration: none;}
.menu li a#aboutus { background:#81AFDF;color: white;
font-size:12px;
padding: 3px 14px 2px 14px;
text-decoration: none;}
.menu li a#news { background:#95C2E3;color: white;
font-size:12px;
padding: 3px 14px 2px 14px;
text-decoration: none;}
.menu li a#contact {background:#81AFDF;color: white;
font-size:12px;
padding: 3px 14px 2px 14px;
text-decoration: none;
}

/* 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:1;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#howtobuy:hover, .menu li:hover a#howtobuy,
.menu li a#investors:hover, .menu li:hover a#investors,
.menu li a#aboutus:hover, .menu li:hover a#aboutus,
.menu li a#news:hover, .menu li:hover a#aboutus,
.menu li a#contact:hover, .menu li:hover a#contact {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; }

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0px; top:21px; background: #fff; padding:0 0; 
 white-space:nowrap; width:auto; height:auto;}
.menu :hover ul.sub li {display:block; height:22px; position:relative; float:left; width:auto; border-bottom:1px solid #fff;}
.menu :hover ul.sub li a {display:block; font-size:11px;  height:22px; width:145px; line-height:20px; text-indent:5px; color:#4E1911; text-decoration:none;  border-bottom:1px solid #fff;}
.menu :hover ul.sub li a.fly {background:#95C2E3   no-repeat; color:#fff;}
.menu :hover ul.sub li a:hover {background:#81AFDF; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#81AFDF   no-repeat; color:#fff; text-decoration:none}
.menu :hover ul li:hover > a.fly {background:#95C2E3  no-repeat; color:#fff;} 


