* html .menuspacer { 
padding-top : 0; 
padding-bottom : 0; 
} 
#menu {
	color: #8B5B00;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 210%;
	font-size: 1.0em;
	text-align: left;
	width: 185px;
	background-attachment: scroll;
	background-image: url(mainpics/bg_menue.gif);
	background-repeat: no-repeat;
	height: 290px;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	position: absolute;
	left: 10px;
	top: 155px;
	margin: 0px;
	padding-top: 20px;
	padding-left: 6px;


} 
#menu ul { 
list-style : none; 
margin : 0; 
padding : 0; 
} 
#menu a {
	display : block;
	margin: 0px;
	padding : 4px 3px;
	font-weight : normal;
	color : #825400;
	background : #CEB16F;
	text-decoration : none;
	border : 0px none;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CEB16F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CEB16F;
	
} 

#menu h2 { 
color : #ff8635; 
background : #96d12c; 
text-transform : uppercase; 
} 

#menu a:hover {
	color : #CEA45C;
	background : #390100;
	border-bottom: 1px solid #390100;
	border-top: 1px solid #390100;

} 
#menu li { 
position : relative; 
} 
#menu ul ul ul {
	position : absolute;
	top : 0;
	left : 100%;
	width : 100%;
		z-index: 2000;	

} 


#menu ul ul ul  a {
	
	
	border-bottom: 1px solid #390100;
	border-right: 1px solid #390100;
		z-index: 2000;	

	
} 




div#menu ul ul ul, div#menu ul ul li:hover ul ul { 
display : none; 
} 
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul { 
display : block; 
} 
.flash {
	z-index: 1;
}
