#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu_wrapper {
	position: absolute;
	z-index: 10;
	width: 100%; }

#menu_block {
	margin: 0 auto;
	width: 980px; }

#menu {
	padding:0;
	margin:0 0 0 292px;
	list-style:none;
	height:20px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif; }
	
#menu li {
	float:left;
	margin-right:1px; 
}
	
#menu li a {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding: 0 15px 0; }

.products_topli {
	border-top: 1px solid #539aca;
	border-right: 1px solid #8a8b8a; }
	
#menu li.current_products a {
	background:#539aca; }
	
#menu li.current_products a.sub {
	background:#539aca; }

#menu li.products a:hover {
	background-color:#539aca; }

#menu li.products:hover > a {
	background:#539aca; }
	
#menu li.products:hover > a.sub {
	background-color:#539aca; }

#menu :hover ul.products li {
	border-right: 3px solid #539aca;
	border-left: 3px solid #539aca; }

#menu :hover ul.products li a {
	color:#539aca; }

#menu :hover ul :hover ul.products li a {
	color:#539aca; }

.menu_top_products {
	border-top: 3px solid #539aca; }

.menu_bottom_products {
	border-bottom: 3px solid #539aca; }
	
.solutions_topli {
	border-top: 1px solid #5bb139;
	border-right: 1px solid #8a8b8a; }
	
#menu li.current_solutions a {
	background:#5bb139; }
	
#menu li.current_solutions a.sub {
	background:#5bb139; }

#menu li.solutions a:hover {
	background-color:#5bb139; }

#menu li.solutions:hover > a {
	background:#5bb139; }
	
#menu li.solutions:hover > a.sub {
	background-color:#5bb139; }

#menu :hover ul.solutions li {
	border-right: 3px solid #5bb139;
	border-left: 3px solid #5bb139; }

#menu :hover ul.solutions li a {
	color:#5bb139; }

#menu :hover ul :hover ul.solutions li a {
	color:#5bb139; }

.menu_top_solutions {
	border-top: 3px solid #5bb139; }

.menu_bottom_solutions {
	border-bottom: 3px solid #5bb139; }

.company_topli {
	border-top: 1px solid #ce8301; }

#menu li.current_company a {
	background:#ce8301; }
	
#menu li.current_company a.sub {
	background:#ce8301; }

#menu li.company a:hover {
	background-color:#ce8301; }

#menu li.company:hover > a {
	background:#ce8301; }
	
#menu li.company:hover > a.sub {
	background-color:#ce8301; }

#menu :hover ul.company li {
	border-right: 3px solid #ce8301;
	border-left: 3px solid #ce8301; }

#menu :hover ul.company li a {
	color:#ce8301; }

#menu :hover ul :hover ul.company li a {
	color:#ce8301; }

.menu_top_company {
	border-top: 3px solid #ce8301; }

.menu_bottom_company {
	border-bottom: 3px solid #ce8301; }

#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0; 
}

#menu li a:hover {
	z-index:200;
	position:relative;
}
	
#menu li:hover {
	position:relative;
	z-index:200; }

	

#menu :hover ul {
	left:0;
	top:20px;
	width:188px;
}

#menu ul, 
#menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none; }

#menu :hover ul :hover ul {
	left:180px;
	top:-1px;
	/*background:#222;*/
	white-space:nowrap;
	width:158px;
	z-index:200;
	height:auto; }

#menu :hover ul li {
	margin:0;
}
	
#menu :hover ul li a {
	width:158px;
	background: #fff;
	font-size:12px;
	font-weight: normal;
	height:29px;
	line-height:29px; }
	
#menu :hover ul li a {
	border-top:1px solid #deded7; }
	
#menu :hover ul li a:hover, #menu :hover ul :hover ul li a:hover {
	color: #fff;
	background: url(../images/menu_rollover01.jpg) no-repeat 0 0 #fff; }

#menu :hover ul :hover {
	color:#fff; }
	
#menu :hover ul :hover ul li a {
	width:158px;
	padding:0 15px 0;
}
	
#menu :hover ul :hover ul :hover {
	color:#fff; }