@charset "utf-8";
/* CSS Document */
/* ----------------- MENU ELEMENTS -----------------*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	z-index: 50;
	margin-left: -2px;
	padding-left: 80px;
	text-align: center;
	height: 3.5em;
	background: #FFF69C;
}
#menu dl {
	float: left;
}
#menu dl.home {
	width: 4em;
}
#menu dl.home dt {
	line-height: 3.5em;
}
#menu dl.company {
	width: 8.5em;
}
#menu dl.company dt {
	line-height: 3.5em;
}
#menu dl.analytical {
	
}
#menu dl.analytical dt {
	line-height: 3.5em;
}
#menu dl.products {
	width: 7em;
}
#menu dl.products dt {
	line-height: 3.5em;
}
#menu dl.controller {
	width: 7em;
}
#menu dl.controller dt {
	line-height: 3.5em;
}
#menu dl.career {
	width: 8.5em;
}
#menu dl.career dt {
	line-height: 3.5em;
}
#menu dl.support {
	width: 8.5em;
}
#menu dl.support dt {
	line-height: 3.5em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	margin: 1px;
}
#menu dt a {
	margin: auto 0;
	padding: 0 5px;
}
#menu dd {
	display: none;
	border: 1px solid #FDEF51;

}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 85%;
}
#menu dt a:hover {
	background: #fff;
}
#menu li a:hover {
	background: #9ac0ff;
	color: #fff;
}
