.menu {
	font-family: verdana, sans-serif;
	font-size: 0.85em;
	position: absolute; /* Changed from relative */
	width: 760px; /* Changed from 750px */
	z-index: 1000;
	/* Added */
	bottom: 0;
	left: 0;
	padding-left: 22px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
	position: relative;
	/* Added */
	margin-right: 22px;
}
.menu ul li a, .menu ul li a:visited {
/*	background: #fff;
	border: 1px solid #fff;
	border-width: 1px 1px 0 0;*/
	color: #666;
	display: block;
	height: 40px; /* Changed from 3em */
	line-height: 40px; /* Changed from 3em */
/*	padding-left: 10px;*/
	text-decoration: none;
	width: 125px; /* Changed from 139px */
}
* html .menu ul li a, .menu ul li a:visited {
	width: 135px; /* Changed from 149px */
	w\idth: 125px; /* Changed from 139px */
}
.menu ul li ul {
	display: none;
}
.menu table {
	border-collapse: collapse;
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
}
.menu ul :hover {
	background: #700; /* Changed from #bd8d5e */
	color: #fff;
	text-decoration: none;
}
.menu ul :hover > a {
	background: #700; /* Changed from #bd8d5e */
	color: #fff;
	text-decoration: none;
}
.menu ul :hover ul {
	display: block;
	left: 0;
/*	margin-top: 1px; */
	position: absolute;
	top: 40px; /* Changed from 3em */
	width: 150px;
	/* Added */
	background-color: #700;
	padding: 2px;
}
.menu ul :hover ul li ul {
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.menu ul :hover ul li {
	margin: 0;
}
.menu ul :hover ul li a {
	background: transparent; /* Changed from #faeec7 */
	color: #fff; /* #000 */
	display: block;
	height: auto;
	line-height: 1em; /* Changed from 1.2em */
	padding: 5px 10px;
	width: 130px; /* Changed from 129px */
}
* html .menu :hover ul li a {
	width: 156px; /* Changed from 150px */
	w\idth: 130px; /* Changed from 129px */
}
.menu ul :hover ul li a.drop {
	background: url(../images/drop.gif) bottom right no-repeat; /* Changed from #faeec7 */
}
.menu ul :hover ul :hover {
	color: #000;
	background: #edeef0; /* Changed from #c9c9a7 */
}
.menu ul :hover ul a.drop:hover {
	background: #edeef0 url(../images/drop_over.gif) bottom right no-repeat; /* Changed from #c9c9a7 */
	/* Added */
	color: #000;
}
.menu ul :hover ul :hover > a.drop {
	background: url(../images/drop_over.gif) bottom right no-repeat; /* Changed from #c9c9a7 */
	/* Added */
	color: #000;
}
.menu ul :hover ul :hover ul {
	left: 150px;
	position: absolute;
	top: 0;
	visibility: visible;
	width: 150px;
	/* Added */
	background-color: #700;
	border: 1px solid #edeef0;
	height: auto;
}
.menu ul :hover ul :hover ul.left {
	left: -150px;
}
/* Added for third level */
.menu ul :hover ul :hover ul li ul {
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.menu ul :hover ul :hover ul :hover ul {
	bottom: 0px;
	height: auto;
	left: 150px;
	position: absolute;
	top: auto;
	visibility: visible;
	width: 150px;
}
* html .menu ul :hover ul :hover ul :hover ul {
	bottom: -30px;
}
.menu ul :hover ul :hover ul :hover ul.left {
	left: -150px;
}
/* Added for fourth level */
.menu ul :hover ul :hover ul :hover ul li ul {
	height: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
}
.menu ul :hover ul :hover ul :hover ul :hover ul {
	bottom: auto;
	height: auto;
	left: 150px;
	position: absolute;
	top: 0;
	visibility: visible;
	width: 150px;
}
* html .menu ul :hover ul :hover ul :hover ul :hover ul {
	bottom: auto;
}
.menu ul :hover ul :hover ul :hover ul :hover ul.left {
	left: -150px;
}
/* Added for Button Images */
.menu ul li .hidetext {
	text-indent: -1000em;
}
.menu ul li .hidetext span {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.menu ul .products {
	background: url(../images/products.jpg) center center no-repeat;
}
.menu ul .applications {
	background: url(../images/applications.jpg) center center no-repeat;
}
.menu ul .contract_services {
	background: url(../images/contract_services.jpg) center center no-repeat;
}
.menu ul .catalogs_and_training {
	background: url(../images/catalogs_and_training.jpg) center center no-repeat;
}
.menu ul .our_company {
	background: url(../images/our_company.jpg) center center no-repeat;
}
.menu ul :hover .products {
	background: url(../images/products_over.jpg) center center no-repeat;
}
.menu ul :hover .applications {
	background: url(../images/applications_over.jpg) center center no-repeat;
}
.menu ul :hover .contract_services {
	background: url(../images/contract_services_over.jpg) center center no-repeat;
}
.menu ul :hover .catalogs_and_training {
	background: url(../images/catalogs_and_training_over.jpg) center center no-repeat;
}
.menu ul :hover .our_company {
	background: url(../images/our_company_over.jpg) center center no-repeat;
}
