.topmenu {
	position: relative;
	background: rgba(0, 27, 54,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	line-height: 0;
	text-align:center;}

.topmenu:after {
	content: '';
	display: table;
	clear: both;}

.topmenu li {
	position: relative;
	display: inline-block;
	padding: 5px;
	font-size: 0.9em;
	line-height: 40px;
	text-align: left;
	white-space: nowrap;}

.topmenu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
	transition: background 0.4s, color 0.4s;
	-o-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-webkit-transition: background 0.4s, color 0.4s;
    cursor:pointer;}

.topmenu li > div {
	position: absolute;
	display:block;
	z-index: 1000;
	background: rgba(0, 27, 54,1.0);
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.topmenu li > div:after {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	background: transparent;	
}
.topmenu li > div:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 24px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(0, 27, 54,0.9);
	border-left: 5px solid transparent;
}
.topmenu li.hover > a, .topmenu li a.active{
	background: #2d5988;
	color: #fff;}

.topmenu li.hover > div{
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);}

.topmenu .right {
	float: none;
	border-right-width: 0;
	border-left-width: 1px;
}
.topmenu .right > div {
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.topmenu .right:hover > div {
	right: 0;
	left: auto;
}
.topmenu .right:hover > div:before {
	right: 24px;
	left: auto;
}

/**/
/* level 2+ */
/**/
.topmenu li li {
	display: block;
	float: none;
	line-height: 16px;
	white-space: normal;
}

.topmenu li li a {
	padding-top: 2px;
	padding-bottom: 2px;
}

.topmenu li li > div {
	top: 0;
	margin: 0 8px 0 0 ;
}
.topmenu li li > div:after {
	top: 0;
	left: 100%;
	bottom: auto;
	right: auto;
	width: 8px;
	height: 100%;
}
.topmenu li li > div:before {
	top: 10px;
	left: 100%;
	bottom: auto;
	right: auto;
	border-top: 5px solid transparent;
	border-right: 5px solid rgba(255,255,255,0.9);
	border-bottom: 5px solid transparent;
}
.topmenu li li:hover > div {
	left: -230px;
}


.topmenu .right li > div {
	margin: 0 8px 0 0;
	-o-transform-origin-x: 100%;
	-ms-transform-origin-x: 100%;
	-moz-transform-origin-x: 100%;
	-webkit-transform-origin-x: 100%;
}
.topmenu .right li > div:after {
	right: auto;
	left: 100%;
}
.topmenu .right li > div:before {
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 5px solid rgba(255,255,255,0.9);
}
.topmenu .right li:hover > div {
	right: 100%;
	left: auto;
}


.topmenu li div ul.column1, .topmenu li div ul.column1 .menuWrapper{
	width:220px;}

.topmenu li div ul.column2{
	width:440px;}

.topmenu li div ul.column3{
	width:660px;}

.my-cart-order a, .my-cart-order{
	color:#000033 !important;}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.topmenu li{
		font-size:13px;}
	.topmenu li a {
		padding: 0 5px;
	}
	.topmenu .menuWrapper {
		width: 200px;
	}

}


@media screen and (max-width: 767px) {

nav{
	background: rgba(0, 27, 54,0.9);}

.header{
	height:auto;}

.topmenu li {
    position: relative;
	width:100%;
	text-align:center;
	float:none;
	font-size:1.0em;
	transition: background 0.5s ease-out;
	position:relative;
	padding:5px 0;
    }

.topmenu li > div {
	position:absolute;
	z-index: 1000;
	background: rgba(0, 27, 54,0.9);
	top: 100%;
	left: -9999px;
	margin-top: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.topmenu li.hover > div{
	position:static;
	left: 0;
	opacity: 1;
	-webkit-transform: translate(0, 0);}

.parent{
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% center;}

.column2 .parent{
   background:none}

.topmenu li.hover ul {
	display:block;
	list-style:none;
    position: static;
	z-index: 1000;
	width:100%;
	top: 100%;
	border:0;
	padding:10px 0;
	background: #34495e;
	font-size:0.9em;}

.menudiv li{
    width:80%;
	padding:0 10%;
	text-align:left;}

.menudiv li a{
	line-height:30px;}


.toggleMenu{
	display:block;
	height:40px;
	font-size:1.5em;
	margin:0 auto;
	color:#fff;
	line-height:40px;
	text-align:center;
	text-decoration:none;}

.toggleMenu.active{
	margin:0 auto 10px;}

.topmenu li div ul.column2, .topmenu li div ul.column3, .topmenu li div ul.column1{
	width:90%;
	margin:0 auto;
	float:none;}

	.topmenu li div ul.column1 .menuWrapper{
		width:80%;
		margin:0 auto;
		float:none;
		box-shadow:none;}

}
