#home {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/home.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 46px;
	float: left;
	text-decoration: none;
	border: 1px solid #FFF;
}
#home:hover, #home_mo { 
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/home_mo2.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 46px;
	float: left;
	text-decoration: none;
}
#navi {
	list-style-type: none;
	margin: 0;
	position: absolute;
	z-index: 3;
	white-space: nowrap;
	width: 1002px;
}
#navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navi li {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/menu_button.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 198px;
	float: left;
	text-decoration: none;
	border: 1px solid #FFF;
}
#navi li:hover { 
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/menu_button_mo.gif);
	background-repeat: repeat-x;
	height: 37px;
	width: 198px;
	float: left;
	text-decoration: none;
}
#navi li ul {
	display: none;
	margin-top: -13px;
}
#navi li:hover ul {
	display:block;
}
#navi a {
	text-decoration: none;
	display: block;
	margin:0px;width:100%;height:100%;
	padding-top: 13px;
	color: #FFF;
}
#navi a:hover {
	color: #000;
}
.menuHover { 
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/menu_button_mo.gif);
	background-repeat: repeat-x;
	width: 198px;
	float: left;
	text-decoration: none;
	margin-top: -26px;
	padding-top: 0px;
}