#menu {
	width: 940px;
	float: left;
	background: #eee url(http://www.thequantumalliance.com/cssimg/tab_home.gif) no-repeat 0 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.hometab {
	width: 75px;
	background: url(http://www.thequantumalliance.com/cssimg/hl_home.gif) no-repeat 5px top;
}

.quantumbiofeedbackn {
	width: 147px;
	background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.purchasethen {
	width: 136px;
	background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.opportunityn {
	width: 131px;
	background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.etnernalen {
	width: 65px;
	background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.lasern {
	width: 55px;
	background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.toolsn {
	width: 115px;
		background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.supportn {
	width: 134px;
		background: url(http://www.thequantumalliance.com/img/divider.gif) no-repeat right 15px;
}

.contactn {
	width: 73px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	font: 13px/16px helvetica, arial, sans-serif;
}

#menu h2 {
	color: #6c88a1;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	padding: 16px 0 9px;
}

#menu h2 a:hover {
	color: #0e007e;
	text-decoration: none;
}

#menu li {
	position: relative;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

li.drop a {
	width: 200px;
	background: #e6e6e6;
	padding: 7px 0 7px 8px;
	text-decoration: none;
	filter: alpha(opacity=93);
	opacity: 0.93;
	-moz-opacity: 0.93;
	border-bottom: 1px solid #86a6bf;
}

li.drop a:hover {
	color: #fff;
	background: #6c88a1;
	text-decoration: none;
}

ul#contact {
	margin-left: -126px;
	position: relative;
	text-align: right;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#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;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}