@charset "utf-8";
/* CSS Document */

.subnavi {
float:right;
margin:0px;
padding:0px;
}

/*1111111--------------------*/
.menubutton {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu01.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu01.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton a:hover {
  background-position:0 55px;
}
/*2222222-------------------------*/


.menubutton02 {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu02.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton02 a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu02.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton02 a:hover {
  background-position:0 55px;
}

/*33333333-------------------------*/

.menubutton03 {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu03.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton03 a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu03.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton03 a:hover {
  background-position:0 55px;
}

/*444444444-------------------------*/

.menubutton04 {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu04.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton04 a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu04.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton04 a:hover {
  background-position:0 55px;
}

/*55555555-------------------------*/

.menubutton05 {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu05.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton05 a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu05.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton05 a:hover {
  background-position:0 55px;
}

/*666666666-------------------------*/

.menubutton06 {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu06.png) no-repeat 0 -55px;
  margin:0;
}
.menubutton06 a {
  display:block;
  width:116px;
  height:55px;
  background:url(../images/menu06.png) no-repeat 0 0;
  text-indent:-9999px;
}
.menubutton06 a:hover {
  background-position:0 55px;
}
/*-------------------------*/


#nav { 
position: relative;
clear: both;
width:696px;
top:32px; 
left:4px;
line-height:1; 
		z-index:10;
}
#nav li { 
position: relative; 
float: left; 
width:116px;
}

/*--mav=ul---*/
#nav ul { 
position: absolute; 
display: none; 
top: 55px; 
left: 0; 
z-index:10;
}


* html #nav ul { line-height: 0; }

#nav ul {width:202px;	font-size:0.8em;}
#nav ul li { float: none; }

#nav ul ul { top: 0; left: 121px; }
#nav ul a {
display: block; 
text-indent:0px;
text-align:left; 	
width:185px;
height:15px;
padding:15px 8px 10px 7px;
margin:0px;
	font-weight:bold;
	color: #fff;
	
	background:#EB5710;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
	line-height: 1;
		z-index:10;

}
#nav ul a.hover {
display: block; 
background:#fff;
color:#EB5710;
border-left: 1px solid #EB5710;

}
































