#offset {
	float: none;
	clear: none;
	position: relative;
	top: 1em;
}
#nav, #nav ul {
	list-style:none;
	padding:0;
	margin:0;
	float: none;
}
#nav li {
	float:one;
	position:relative;
	line-height: 1.5em;
	width: 12em;
	text-align: left;
	z-index:1030;
	clear: none;
}

#nav li ul {
	float: none;
	position:absolute;
	margin-top:-1.25em;
	margin-left: 11em;
	display:none;
	z-index: 1020;
}
#nav ul li ul {
	position:absolute;
	margin-top:-1.25em;
	margin-left:11em;
	display:none;
	z-index: 1010;
}

#nav a {
	display:block;
	color:#3B3B3B;
	text-decoration:none;
	padding-top: 0;
	padding-right: .63em;
	padding-bottom: 0;
	padding-left: 1.25em;
	border-right-width: .0em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-bottom-width: .06em;
	background-color: #FDDE58;
}
#nav a:hover {
	background-color:#582C00;
	color:#E7DFB8;
}


#nav ul {
	border-top:.06em solid #fff;
}
#nav ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:.06em solid #fff;
	border-left:.06em solid #fff;
	background-color: #FF9900;
}

/* SHOW SUBMENU 1 */
#nav li:hover ul, #nav li.over ul {
	display:block;
}
#nav li:hover ul ul, #nav li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#nav ul li:hover ul, #nav ul li.over ul {
	display:block;
}
#nav ul li:hover ul ul, #nav ul li.over ul ul{
	display:none;
}

[if IE]>
<style type="text/css">
	#nav li {
		position:static;
	}
</style>
<![endif] 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
td {
	text-align: left;
	text-indent: .19em;
	white-space: normal;
	padding-right: .38em;
}
