#nav {
	position: relative;
}
#nav, #nav table {
	/*margin: -45px 0 0 0 */
	padding: 0;
	width: 100% !important;	
}
#nav td {
	/*padding-top: 15px;*/
	background: url("/img/menu_bg.png") no-repeat top right;
	height: 45px;
	width: 10%;
	text-align: center;
	vertical-align: middle;
	

}
#nav a {
	color: #fff;
	text-decoration: none;
	
	text-decoration: underline;
}
#nav span {
	
	font-weight: bold;
	color: #fff
}
#nav span, #nav a {
	display: block;
	line-height: 18px;
}
/*#menulast {	
	background: url("/img/last-menu-bg.png") no-repeat 0 0 !important;
	width: 216px !important;
}

*/
#nav a:hover {
	/*color: #cc0000;*/
	text-decoration: none;
}


#nav td table {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 0 0;
	/* top: 29px; */
	/*top: 242px*/
	margin-top: 45px !important;
	top: 0 !important
}
#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: 5px 0 0 10px !important;
	border: 1px solid #fff !important;
	text-align: left !important
}

#nav td table {
	width: 155px !important;
	border: 1px solid #fff !important;
	background: #e9e9e9 !important
}

#nav td td a {
	color: #915228 !important;
	background: none;
	
}
#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: -10px;
	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; 
}
