dl, dt, dd, ul, li 
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#menu 
	{
	position: absolute;
	top: 149px;
	left: 170px;
	z-index:100;
	width: 600px;
	height:20px;
	}

#menu dl 
	{
	float: left;
	width: 109px;
	height:20px;
	}
	
#menu dt 
	{
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: none;
	height:20px;
	line-height:20px;
	}

#menu dd 
	{
	display: none;
	border: 1px solid #296937;
	}
	
#menu li 
	{
	text-align: center;
	background: #ffffff;
	}

#menu dt a 
	{
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 20px;
	border: none;
	}

#menu li a 
	{
	color:#296937;
	text-decoration: none;
	display: block;
	height: 20px;
	border: 0 none;
	}
	
#menu dt a:hover
	{
	color: #296937;
	background-image:url(../images/navi2.jpg);
	}
	
#menu li a:hover
	{
	color: #ffffff;
	background: #296937 ;
	}
