#menu2 {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu2 li{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size:12px;
	line-height:1em;
}
#menu2 li a {
	width:auto;
	height:auto;
	display: block;
	padding: 15px 15px 15px 5px;
	color: #333;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
	background-image:url(../img/header/ic-arrow2.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:auto 30px;
	-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
}
#menu2 li:last-child a{
	border: none;
}
#menu2 li a:hover{
	color:#fff;
	background: #0e81c5;
	background-image:url(../img/header/ic-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:auto 30px;
}
#toggle {
	display: none;
}

@media only screen and (max-width: 768px) {
	#menu2 {
		display: none;
		background-color: #0e81c5;
		-webkit-border-bottom-right-radius: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		border-top:1px solid #7db9e8;
		border-left:1px solid #7db9e8;
	}
	#menu2 li {
		width: 50%;
		height:auto;
		display: block;
		float:left;
	}
	#menu2 li a {
	width:auto;
	height:4em;
	display: block;
	padding: 20px 5px 20px 10px;
	color: #fff;
	text-decoration: none;
	background-image:url(../img/header/ic-arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size:auto 30px;
	-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all  0.4s ease;
	border-right:1px solid #7db9e8;
	border-bottom:1px solid #7db9e8;
	}
	#menu2 li:last-child a{
	border-right:1px solid #7db9e8;
	border-bottom:1px solid #7db9e8;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
	}
	#toggle a{
		font-size:14px;
		line-height:1em;
		font-weight:bold;
		width:auto;
		height:auto;
		display: block;
		position: relative;
		padding: 15px 10px 15px;
		color:#FFF;
		text-align: right;
		text-decoration: none;
		background-color: #0e81c5;
		background-image:url(../img/header/ic-menu.png);
		background-position:10px center;
		background-repeat:no-repeat;
		background-size:auto 40px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
}

@media only screen and (max-width: 481px) {
	#menu2 li a {
		font-size:14px;
	}
}