@charset "utf-8";
/* CSS Document */
#menu {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,254,252,1) 57%, rgba(231,229,232,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,254,252,1) 57%,rgba(231,229,232,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,254,252,1) 57%,rgba(231,229,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e5e8',GradientType=0 );


}

#menu-box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #DAE6E7;
}
#menu-box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu-box ul a {
	text-decoration: none;
	color: #000000;
}

#menu-box li {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	font-size: 15px;
	line-height: 65px;
	text-align: center;
	float: left;
	color: #010029;
	height: 65px;
	border-right: 1px solid #DAE6E7;
	width: 156px;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: pointer;

	
}
.menu-box-over  {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	font-size: 15px;
	line-height: 65px;
	text-align: center;
	float: left;
	color: #FFFFFF;
	height: 65px;
	border-right: 1px solid #DAE6E7;
	width: 156px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #888888;
	cursor:default;
	
}

#menu-box li:hover{
		color: #CCCCDF;
background: rgb(231,229,232);
background: -moz-linear-gradient(top,  rgba(231,229,232,1) 0%, rgba(255,254,252,1) 57%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(231,229,232,1) 0%,rgba(255,254,252,1) 57%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(231,229,232,1) 0%,rgba(255,254,252,1) 57%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e5e8', endColorstr='#ffffff',GradientType=0 );


}
