@CHARSET "UTF-8";  
.menu{	
	text-align: center;
	cursor: pointer;
	position: relative;
	float: left;
	z-index: 1;	
}
	
.submenu{	
	background: url('gfx/submenu_bg2.gif') top center no-repeat #94a712;
	display: none;
	min-width: 300px;
	_width: 300px;
	position: absolute;
	padding-top: 17px;
	padding-bottom: 13px;
	border-right: 1px solid #828f13;
	border-bottom: 1px solid #828f13;
	top: 40px;
	left: 0;
	z-index: 2;	}










.submenu_separator_left{
	float: left;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 119px;
	background: url('gfx/submenu_separator_l.gif') no-repeat;
}

.submenu_separator_right{
	float: right;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	width: 118px;
	background: url('gfx/submenu_separator_r.gif') no-repeat;
}
	
.submenu .left_a{
	display: block;
	float: left;
	padding-left: 10px;
	min-width: 122px;
	_width: 122px;
	text-align: left;
}	

.submenu .right_a{
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;	
	text-align: left;
}	
	
.submenu a{
	color: #000;
	text-decoration: none;
	line-height: 20px;
	_height: 20px;	
	min-height: 20px;
	word-spacing: nowrap;
}
	
.submenu a:hover{   
	text-decoration: underline;	
}