img {
	border: none;
}
* html body {
	behavior: url("css/csshover3.htc");
}


.menu td {
    /* ie vs luv */
	text-align: left;
}
.menu a {
    /* ie vs luv */
	display: block;
}
.menu td table {
	display: none;
}
.menu td:hover table {
	display: block;
	float: left;
	position: absolute;
}
.menu td:hover table td a {
	display: block;
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align: left;
	height: 21px;
	padding-top: 3px;
	color: #fefefe !important;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	text-decoration: none;
	background-image: none !important;
	background: #2e4280 !important;
	border-bottom: 1px solid #5f77c1;
}
.menu td:hover table td:hover a {
	color: #b1b1b2 !important;
	background: #364d96 !important;
}
