﻿@charset "utf-8";

#navMenu {
    width: 100%;
	margin: 0 auto;
	z-index:100;
}
#navMenu .container {
    width: 100%;
}
.mobileNav {
	display: none;
	background-color:#fff;
}
#menuBg{
	display: none;
}
/** navi **/
#navi {
	position: relative;   
	float: left;
    width: 100%;
	height: 51px;
	margin:20px auto 0; 
	background: url(../images/menu-bg.png) no-repeat;
	padding:0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	display:block; 
}
#navi > ul {
	float: left;
    width: 100%;
	list-style: none;
}
#navi > ul > li {
	position:relative;
    float: left;
    margin: 0;
	width:25%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px 6px;
	position:relative;
}

#navi > ul > li:before{
	content:"";
	background-image: url(../images/menu-div.png);
    background-repeat: no-repeat;
    background-position: center center;
	position:absolute;
	right:-1px;
	top:50%;
	width:2px;
	height:15px;
	float:left;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#navi > ul > li:last-child:before{ display:none;}
#navi a{ text-decoration:none;}
#navi > ul > li > a {
	display: block;
	font-weight:bold;
	width:100%;
	font-size:1.071em;
	line-height:26px;
	text-align:center;
	padding:0;
	color:#000;
	text-decoration:none;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}	
#navi > ul > li:hover > a ,
#navi > ul > li > a:focus,
#navi > ul > li.unit-now > a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a9acc+0,2a9fd5+50,1a6396+100 */
	background: #2a9acc; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #2a9acc 0%, #2a9fd5 50%, #1a6396 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #2a9acc 0%,#2a9fd5 50%,#1a6396 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #2a9acc 0%,#2a9fd5 50%,#1a6396 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a9acc', endColorstr='#1a6396',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color:#fff;
	-moz-box-shadow:inset 3px -3px 3px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:inset 3px -3px 3px rgba(20%,20%,40%,0.5);
	box-shadow:inset 3px -3px 3px rgba(20%,20%,40%,0.5);
}
#navi > ul > li > ul {
	display: none;
	float: left;
	width: 100%;    
	padding:0;
	margin: 0;
	list-style: none;
	background:#333;
	box-sizing: border-box;
	position: absolute;  
	left:auto;
	z-index: 99;
}
#navi > ul > li#navm4 > ul {
	right:0;
}
#navi > ul > li > ul.normal-sub,
#navi > ul > li > ul{
	width:230px;
	padding:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbfffc+0,e0dfdd+100 */
	background: #fbfffc; /* Old browsers */
	background: -moz-linear-gradient(top, #fbfffc 0%, #e0dfdd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fbfffc 0%,#e0dfdd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fbfffc 0%,#e0dfdd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffc', endColorstr='#e0dfdd',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 6px rgba(0,0,0,.2);
	box-shadow: 1px 2px 6px rgba(0,0,0,.2);
	margin-top: 6px;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
	box-sizing:border-box;
}
#navi > ul > li > ul > li {
    float: left;
    width: 100%;
	position:relative;
}
#navi > ul > li > ul.normal-sub > li a,
#navi > ul > li > ul > li a {
	position:relative;
	display: block;
	color: #000;
	line-height: 120%;
	font-size: 0.928em;
	padding: 10px 6px;
	border-top: 1px dotted #b7b6b6;
}
#navi > ul > li > ul > li:first-child a{
	border-top:none;
}
#navi > ul > li > ul.normal-sub > li a:hover,
#navi > ul > li > ul > li a:hover{
	color: #2a9acc;
	background-color: #ddd;
}
#navi > ul > li > ul > li > a:focus {
	color: #2a9acc;
}
#navi > ul > li > ul > li:last-child > a:hover{
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
/**/
#navi > ul > li > ul > li > ul{
	display:none;
	background-color:#000;
	position:absolute;
	width:230px;
	left:230px;
	top: 0;
	list-style-type:none;
	padding:0;
}
#navi > ul > li > ul > li > ul > li a{
	color: #fff;
}
#navi > ul > li > ul > li > ul > li a:hover{
	color: #fff;
	background-color:#2a9acc;
}
#navi > ul > li > ul > li:hover ul{
	display:block;
}
