#menuNavRoot, #menuNavRoot ul {
	list-style-type:none;/*NEEDED*/
	list-style-position:outside;/*NEEDED*/
}
.menuNavContainer li, .menuNavContainer ol, .menuNavContainer ul{
	background:none;
	margin:0px;
	padding:0px;
	z-index:3;
	line-height:14px;
}

#menuNavRoot, #menuNavRoot ul {
	margin:0;/*NEEDED*/
	padding:0;/*NEEDED*/
	list-style-type:none;/*NEEDED*/
	list-style-position:outside;/*NEEDED*/
	position:absolute;/*NEEDED*/
	left:50%;
	top:148px;
	height: 29px;
	margin-left:-468px;
}
#menuNavRoot a {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;/*NEEDED*/
	padding: 8px 12px 9px 12px; /*SETS THE HEIGHT AND WIDTH OF THE TOP LEVEL NAVIGATION*/
	color:#7d7d7d;
	text-decoration:none;
	text-transform:uppercase;
}
#menuNavRoot a:hover {
	color:#3f7999;
}
#menuNavItem12406 a:hover {background: url('../images/m_home.gif') no-repeat center center;}
#menuNavItem12407 a:hover {background: url('../images/m_about.gif') no-repeat center center;}
#menuNavItem12408 a:hover {background: url('../images/m_products.gif') no-repeat center center;}
#menuNavItem12409 a:hover {background: url('../images/m_partnerships.gif') no-repeat center center;}
#menuNavItem12410 a:hover {background: url('../images/m_case_studies.gif') no-repeat center center;}
#menuNavItem12411 a:hover {background: url('../images/m_gallery.gif') no-repeat center center;}
#menuNavItem12412 a:hover {background: url('../images/m_contact.gif') no-repeat center center;}
#menuNavItem21423 a:hover {background: url('../images/m_partners.gif') no-repeat center center;}

#menuNavRoot li {
	float:left;/*NEEDED*/
	position:relative;/*NEEDED*/
}
#menuNavRoot ul {
	position:absolute;/*NEEDED*/
	display:none;/*NEEDED*/
	top:44px;
}
ul#menuNavSubRoot {
	/*width:220px;*/
	width:263px;
	margin: 0px;
	left:0px;
	top:38px;
}
#menuNavSubRoot a {
	background-image:url('../images/subnav-bg.png');
	text-transform:none;
	padding-top:9px;
	padding-bottom:9px;
	color:#fff;
}
#menuNavSubRoot a:hover {
	background-image:url('../images/subnav-bg.png');
	background-color:#c1c1c1;
	background-image:none;
	color:#fff;
}
li.menuNavSubLevel {
	width:100%;/*NEEDED*/
}

