.menu {
	z-index:1000;
	background: url(/img/slices/menu2.gif) no-repeat;
	float: left;
	width: 372px;
	height: 54px;
	text-align: center;
	font-size: 10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.menu li {
	background:transparent;
}

/* get rid of the table */
/*.menu table {
	position:absolute;
	border-collapse:collapse;
	top: inherit;
	left: inherit;
	z-index:100;
	font-size:1em;
	width:0;
	height:0;
}*/
.menu table.table2 {
	position:absolute;
	border-collapse:collapse;
	top: 42px;
	left: 73px;
	z-index:100;
	font-size:1em;
	width:122px;
	height:0;
}
.menu table.table3 {
	position:absolute;
	border-collapse:collapse;
	top: 42px;
	left: 197px;
	z-index:100;
	font-size:1em;
	width:122px;
	height:0;
}
.menu table.table4 {
	position:absolute;
	border-collapse:collapse;
	top: 68px;
	left: -51px;
	z-index:100;
	font-size:1em;
	width:122px;
	height:0;
}
.menu table.table5 {
	position:absolute;
	border-collapse:collapse;
	top: 68px;
	left: 73px;
	z-index:100;
	font-size:1em;
	width:122px;
	height:0;
}
.menu table.table6 {
	position:absolute;
	border-collapse:collapse;
	top: 68px;
	left: 197px;
	z-index:100;
	font-size:1em;
	width:122px;
	height:0;
}

/* style the main links */
.menu a.main {
	font: 11px bold arial, helvetica, sans-serif;
	width: 122px;
	height: 19px;
	padding-top: 6px;
	display: block !important;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #263a77;
}

/* style the sub link hover */
* html .menu a.main:hover {
	color:#000000;
	background:#8ff0cf;
}
.menu :hover > a.main {
	color:#000000; 
	background:#8ff0cf;

}

/* style the sub links */
.menu a.sub {
	font: 10px arial, helvetica, sans-serif;
	width: 106px;
	width: 108px !ie;
	padding: 3px;
	margin: -1px !ie;
	display: block;
	background: #72cdae;
	color: #000000;
	text-decoration: none;
	border: 1px solid #263a77;
	text-align: left;
}

/* style the sub link hover */
* html .menu a.sub:hover {
	color:#000000;
	background:#8ff0cf;
}
.menu :hover > a {
	color:#000000; 
	background:#8ff0cf;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
	background:#ddddee;
	margin: 0 0 0 5px !important;
	margin: 27px 0 0 -122px;
}