#multi-level {height:40px; position:relative; z-index:0; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	text-align:left;
	background-image:url(../images/menu/menu_bg.gif);
	background-repeat:repeat-x;	
	color:#ffffff;
	background-color:#2F456A;	/*if image is not there*/
}

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

/* 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;}


.menu li.top a.top_link {display:inline; float:left; font-weight:bold;}
/*.menu li.top a.top_link:hover {display:block; float:left; height:40px; background:url(../images/menu/lev0_bg2.gif) repeat-x;}*/

.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:100;} 

.menu li a#home {
	width:100px;
	background-image: url(../images/menu/home_arrow.gif);
	background-repeat: no-repeat;
	text-align:left;	
	text-decoration:none;
	line-height:40px;
	color:#ffffff;
	margin-left:10px;
}
.menu li a#abouts {
	width:100px;
	background-image: url(../images/menu/lev0_arrow2.gif);
	background-repeat: no-repeat;
	text-align:left;
	line-height:40px;
	padding-left:40px;
	text-decoration:none;
	color:#ffffff;
}
.menu li a#product {
	width:100px;
	background-image: url(../images/menu/lev0_arrow2.gif);
	background-repeat: no-repeat;
	text-align:left;
	line-height:40px;
	padding-left:40px;
	text-decoration:none;
	color:#ffffff;
}
.menu li a#download {
	width:100px;
	background-image: url(../images/menu/lev0_arrow2.gif);
	background-repeat: no-repeat;
	text-align:left;
	line-height:40px;
	padding-left:40px;
	text-decoration:none;
	color:#ffffff;
}
.menu li a#demo {
	width:100px;
	background-image: url(../images/menu/lev0_arrow2.gif);
	background-repeat: no-repeat;
	text-align:left;
	line-height:40px;
	padding-left:40px;
	text-decoration:none;
	color:#ffffff;
}
.menu li a#contacts {
	width:100px;
	background-image: url(../images/menu/lev0_arrow2.gif);
	background-repeat: no-repeat;
	text-align:left;
	line-height:40px;
	padding-left:40px;
	text-decoration:none;
	color:#ffffff;
}

/* 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 {padding-left:15px;}
.menu li a#home:hover, .menu li:hover a#home {
background:transparent; color:#ffffff;
background-image: url(../images/menu/home_arrow.gif);
background-repeat: no-repeat;
}
.menu li a#abouts:hover, .menu li:hover a#abouts,
.menu li a#product:hover, .menu li:hover a#product,
.menu li a#download:hover, .menu li:hover a#download,
.menu li a#demo:hover, .menu li:hover a#demo,
.menu li a#contacts:hover, .menu li:hover a#contacts {

background:transparent; color:#ffffff;
background-image: url(../images/menu/lev0_arrow2.gif);
background-repeat: no-repeat;
}
.menu li ul.sub li a {padding:0px;}
/* 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:0; top:38px; background: #387bbf; padding:0px; white-space:nowrap; width:auto; height:auto; text-align:left; font-weight:normal;}
.menu :hover ul.sub li {display:block; height:24px; position:relative; float:left; }
.menu :hover ul.sub li a {
display:block; height:24px; width:118px; line-height:24px; text-indent:5px; background: #387bbf;  color:#fff; text-decoration:none; border:1px solid #0e4275; padding-left:10px; }

.menu :hover ul.sub li a.fly {background:#387bbf url(../images/menu/menu_bullet1.gif) no-repeat; text-align:left;}
.menu :hover ul.sub li a:hover {background:#174b7f; background-image:url(../images/menu/lev2-arrow.gif); background-repeat:no-repeat; color:#fff; text-align:left; font-weight:normal;}
/* Control the positiong of the arrow image for Fly Menu (third level menu) */
.menu :hover ul.sub li a.fly:hover {background:#174b7f url(../images/menu/lev1_arrow3.gif) 115px 7px no-repeat; color:#fff; font-weight:normal;}
.menu :hover ul li:hover > a.fly {background:#387bbf url(../images/menu/lev1_arrow3.gif) 115px 7px no-repeat; color:#fff; font-weight:normal;}

/* 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:130px; top:-2px; padding:7px 0; white-space:nowrap; width:auto; z-index:200; height:auto; text-align:left; font-weight:normal;}

/*Level3 menu Width-Fix*/

.menu :hover ul.sub li ul.lev3 li a {color:#fff; text-align:left; font-weight:normal; width:250px;}
.menu :hover ul.sub li ul.lev3:hover li a:hover {background:#174b7f; background-image:url(../images/menu/lev2-arrow.gif); background-repeat:no-repeat; color:#fff; text-align:left; font-weight:normal; width:250px;}
/*
#demo li a{width:100px;}*/