#multi-level {
	height:32px;
	width:100%;
	position: relative;
	left:0px;
	background:url(/images/navigation-bg.gif) repeat-x scroll 0 0;
	margin:4px 0;
	z-index:100;
}

.menu, .menu ul
{
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px
}
ul.menu
{
	margin:0 45px;
	padding:0;
	width: 870px;
}
/* Set up the top level list items and float left to place inline */
.menu li.top {
	padding-right:0px;
	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:32px;}
.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 {width:97px; background:url(/images/menu-top/solutions_1.gif) no-repeat;;}
.menu li.p2 {width:116px; background:url(/images/menu-top/technology_1.gif) no-repeat;;}
.menu li.p3 {width:119px; background:url(/images/menu-top/success_1.gif) no-repeat;;}
.menu li.p4 {width:96px; background:url(/images/menu-top/news_1.gif) no-repeat;;}
.menu li.p5 {width:83px; background:url(/images/menu-top/about_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#solutions {width:97px; background:url(/images/menu-top/solutions_0.gif) no-repeat;}
.menu li a#technology {width:116px; background:url(/images/menu-top/technology_0.gif) no-repeat;}
.menu li a#success {width:119px; background:url(/images/menu-top/success_0.gif) no-repeat;}
.menu li a#news {width:96px; background:url(/images/menu-top/news_0.gif) no-repeat;}
.menu li a#about {width:83px; background:url(/images/menu-top/about_0.gif) no-repeat;}

/* 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#solutions:hover, .menu li:hover a#solutions,
.menu li a#technology:hover, .menu li:hover a#technology,
.menu li a#success:hover, .menu li:hover a#success,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#about:hover, .menu li:hover a#about {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;background:#DCEEF8;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:32px;
	background:#DCEEF8;
	padding:0;
	border:0;
	white-space:nowrap;
	width:166px;
	height:30px;
	background:#DCEEF8;
}
.menu :hover ul.sub li {
	display:block;
	position:relative;
	float:left;
	width:166px;
	height:30px;
}
.menu :hover ul.sub li a {
	display:block;
	width:166px;
	height:30px;
	font-family:"Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size:11px;
	border-top: 1px solid #FFFFFF;
	line-height:28px;
	text-indent:10px;
	color:#525658;
	text-decoration:none;
	background:#DCEEF8;
}
.menu :hover ul.sub li a.fly {
	width:166px;
	height:30px;
	background:#DCEEF8;
}
.menu :hover ul.sub li a:hover {
	width:166px;
	height:30px;
	background:url(/images/menu-top/topmenu-bg.jpg) no-repeat;
	color:#0659ba;
}
.menu :hover ul.sub li a.fly:hover {
	width:166px;
	height:30px;
	background:url(/images/menu-top/topmenu-bg.jpg) no-repeat;
	color:#0659ba;
}
.menu :hover ul li:hover > a.fly {
	width:166px;
	height:30px;
	background:url(/images/menu-top/topmenu-bg.jpg) no-repeat;
	color:#0659ba;
} 

/* 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:166px;
	top:0px;
	background:url(/images/menu-top/topmenu-bg.jpg) no-repeat;
	padding:0;
	white-space:nowrap;
	width:166px;
	height:30px;
	z-index:300;
}

#multi-level .menu a.topnav_selected
{
	font-weight: bold;
	color: #0659ba;
}