#nav, #nav table {
	margin: -45px 0 0 0;
	padding: 0;
	width: 100% !important;	
}
#nav td {
	padding-top: 15px;
	position: relative;
	background: url("/img/menu-bg.jpg") no-repeat 0 0;
	height: 45px;
}
#nav a {
	color: #666;
	text-decoration: none;
	margin: 0 0 0 35px;
	text-decoration: underline;
}
#nav span {
	margin: 0 0 0 35px;
	font-weight: bold;
}

#menulast {	
	background: url("/img/last-menu-bg.gif") no-repeat 0 0 !important;
	width: 216px !important;
}
#menulast:hover {
	background: url("/img/last-menu-bg2.gif") no-repeat 0 0 !important;
}

#nav a:hover {
	color: #382004;
	text-decoration: none;
}
#nav td:hover,
#nav td.jshover {
	background: url("/img/menu-bg2.jpg") no-repeat 0 0;
} 
#nav td table {
	display: none;
	position: absolute;
	padding: 0 0;
	//top: 29px;
	//left: 0px;
}
#nav td td table {
	position: absolute;
	top: -10px;
	left: 126px;
	margin-top: 8px !important;
}
#nav td td {
	background: url("/img/menu2-bg.jpg") repeat-x 0 0 !important;
	width: 155px !important;
	height: 28px !important;
	padding: 5 0 0 0 !important;
	border: 1px solid #fff !important;
}

#nav td table {
	margin: 16px 0 0 25px !important;
	width: 155px !important;
	border: 1px solid #fff !important;
}

#nav td td a {
	color: #382004;
	background: none;
	margin: 0 0 0 10px !important;
}
#nav td td a:hover {
	font-weight: bold;	
}
#nav td td td a {
	font-size: 11px;
}
#nav td:hover table,
#nav td.jshover table {
	display: inline;
} 
#nav td:hover td table,
#nav td.jshover td table {
	display: none;
	top: -8px;
	left: 129px;
}
#nav td:hover td:hover table,
#nav td.jshover td.jshover table {
	display: inline;
}
#nav td table {
	padding-top: 0;
	padding-bottom: 0;
}
#nav table table {
	margin-top: 8px; 
}
