#NAVI {
	margin: 0 auto;
	width: 790px;
}

#NAVIBAR {
	clear: both;
	margin: 0 auto;
	max-width: 100%;
	min-height: 30px;
	position: relative;
}

.MENU {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.MENU > ul {
	margin: 0;
	padding: 0;
}

.MENU li {
	display: inline-block;
	position: relative;
    margin: 0;
}

.MENU li a {
	display: block;
	padding: 0;
	text-decoration: none;
	height: 30px;
	background-position-y: 0px;
}

.MENU li.current a {
	background-position-y: 60px;
}

.MENU li:hover > a,
.MENU li a:hover {
	background-position-y: 30px;
}


.MENU #but1 a {	
	width: 66px;
    background-image: url(images/navi_01.png);
}
.MENU #but1 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but2 a {	
	width: 75px;
    background-image: url(images/navi_02.png);
}
.MENU #but2 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but3 a {	
	width: 84px;
    background-image: url(images/navi_03.png);
}
.MENU #but3 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but4 a {	
	width: 89px;
    background-image: url(images/navi_04.png);
}
.MENU #but4 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but4 .SUBMENU {
	right:0;
	left:initial;
}
.MENU #but5 a {	
	width: 82px;
    background-image: url(images/navi_06.png);
}
.MENU #but5 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but5 .SUBMENU {
	right:0;
	left:initial;
}
.MENU #but6 a {	
	width: 95px;
    background-image: url(images/navi_05.png);
}
.MENU #but6 li a {	
    background-image: none;
	width: 0px;
}
.MENU #but6 .SUBMENU {
	right:0;
	left:initial;
}


.MENU .SUBMENU {
	background-color: #SUBNAVInormal_bgcolor;
	display: none;
	padding: 0;
	position: absolute;
	left:0;
	z-index: 99999;
}

.MENU .SUBMENU ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.SUBMENU a,
ul.SUBMENU ul a {
    font-size: 12px;
    font-weight: bold;
	color: #SUBNAVInormal_color;
	background-color: #SUBNAVInormal_bgcolor;
    background-image: none;
	margin: 0;
    height: auto;
    padding: SUBNAVIypaddingpx SUBNAVIxpaddingpx;
}

ul.SUBMENU a:hover,
ul.SUBMENU ul a:hover {
	color: #SUBNAVIhover_color;
	background-color: #SUBNAVIhover_bgcolor;
}

.MENU li:hover > ul,
.MENU ul li:hover > ul
 {
	display: block;
}



#MENUtoggle {
	display: none;
}





/* collapsed menu */
@media (max-width: 639px) {
	#MENUtoggle {
		cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 10px 0 12px 20px;
        font-size: 16px;
	}

	#MENUtoggle:after {
		/*content: "\f502";*/
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.NAVIenabled #MENUtoggle:after {
		/*content: "\f500";*/
		vertical-align: 2px;
	}

	.NAVIenabled .MENU,
	.NAVIenabled .MENU > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.NAVIenabled li {
		display: block;
	}

	.NAVIenabled .MENU li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.NAVIenabled .SUBMENU li > ul a {
        color: #SUBNAVInormal_color;
        background-color: #SUBNAVInormal_bgcolor;
	}

	.NAVIenabled .SUBMENU li:hover > a {
        color: #SUBNAVInormal_color;
        background-color: #SUBNAVInormal_bgcolor;
	}

	.NAVIenabled .MENU ul a:hover {
        color: #SUBNAVIhover_color;
        background-color: #SUBNAVIhover_bgcolor;
	}

	ul.MENU,
	div.MENU > ul {
		display: none;
	}
	
	.MENU li a {
		border:none;
	}
}
