* {
	margin: 0em;
	padding: 0em;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}

	/*Begin main nav section styling*/


	.iefix{
	display: block;
	position: absolute;
	top: -1px;
	width: 14em;
	z-index: -1;
	filter:mask();
}
	#nav{
	float: left;
	clear: left;
	font-weight: bold;
	background-color: #0000FF;
	margin-bottom: .2em;
	margin-top: .2em;
	z-index: 3;

	}
	#nav li{
	display: block;
	float: left;
	position: relative;
	padding-top: .2em;
	padding-bottom: .2em;
	font-size: 12px;
	font-weight: bold;

	}
	#nav a{
		text-decoration: none;
		color: white;
		padding: .2em .8em .4em .8em;
		border-right: 1px solid silver;
	}
	#nav a:hover{
		background-color: #000000;

	}
	#nav span{
		margin-left: .6em;
	}
	#nav ul li ul{
		display: none;
		position: absolute;
		width: 14em;
		left: -1px;
		top: 22px;
		background-color: #FF0000;
		z-index: 3;
	}
	#nav ul li ul li{
	width: 13.9em;
	border-top: 1px solid silver;
	padding: 0px;
	z-index: 3;
	}
	#nav ul li ul li a{
	display: block;
	width: 12.4em;
	border: none;
	z-index: 3;
	}
	#nav ul li ul li ul{
	visibility: hidden;
	top: -1px;
	left: 14em;
	margin-top: 0em;
	background-color: #FF0000;
	z-index: 3;
	}
	#nav ul li:hover ul{
	display: block;
	z-index=20;
	}

	#nav ul li ul li:hover ul {
	visibility:visible;
	z-index: 3;
	}
	/*End nav section*/
