@charset "utf-8";
/* CSS Document */

#menu {
	width: 912px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	height:30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 30px;
}
#menu .home {
	width: 123px;
	height: 24px;
	display: block;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu .solutions {
	width: 180px; 
	height: 24px;
	display: block;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu .results {
	width: 180px; 
	height: 24px;
	display: block;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu .about {
	width: 126px; 
	height: 24px;
	display: block;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu .news {
	width: 166px; 
	height: 24px;
	display: block;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#menu .contact {
	width: 132px; 
	height: 24px;
	display: block;
	text-align: center;
	float:left;
}
#menu .lonelink {
	margin-top: -6px;
	background-color: #D45500;
	border:none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	font-size: 11pt;
}
#menu .lonelink:hover {
	margin-top: -6px;
	border:none;
	background-color: #02652E;
}
#menu .droplink {
	margin-top: -6px;
	background-color: #D45500;
	border:none;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	font-size: 11pt;
}
#menu .droplink:hover {
	margin-top: -6px;
	border:none;
	background-color: #02652E;
	background-image:url(images/arrow_dn.gif);
	background-repeat:no-repeat;
	background-position: 10px 11px;
}
#menu ul .dropsub {
	background-image: url(images/arrow_side.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu a, #menu h6 {
	display: block;
	margin: 0;
	padding:0;
	padding-top: 6px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
}
#menu h6 {
	color: #fff;
	background-color: #D45500;
	text-transform: lowercase;
	font-weight: normal;	
}
#menu h6:hover {
	color: #fff;
}
#menu .drop {
	top:100%;
}
#menu a {
	color: #FFFFFF;
	background-color: #5AA12F;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	opacity: 0.90;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	filter: alpha(opacity=90);
	font-size:9pt;
	display:block;
}
#menu a:hover {
	background-color:#02652E;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	text-align: left;
	text-indent:6px;
	width:100%;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none; overflow:hidden;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block; overflow:visible;
}