
.nav {
	width: 100%;
}

.nav,
.nav a,
.nav ul,
.nav li,
.nav div
 {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
.nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 1500;
}

/* Menu List */
.nav > li {
	display: block;
	float: left;
	padding-top: 16px;
	padding-bottom: 12px;
	padding-left: 20px;
background-image: url(../images/violet-px.png);
background-position: left;
background-repeat: no-repeat;
background-size: 3px 3px;	
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 1510;
	line-height: 20px;
	padding-right: 20px;
	border-right: 0px solid #f2f2f2;
font-family: 'Montserrat';
font-weight: 800;
font-size: 15px;
text-transform: uppercase;
color: #000;
}

.nav > li > a:hover {
	color: #fe9902;
}

.nav > li:hover > a {  }

.nav > li > a.service-menu {
color: #00349a;
}

.nav > li:first-child > a {
	border-radius: 3px 0 0 3px;
	border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 50%!important;
	top: 54px;
	left: 0;

	opacity: 1;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 6px;
	border-top: 1px solid #f2f2f2;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);	
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 50%;
	padding: 15px;
	padding-top: 10px;
}

.nav .nav-column li a.big-menu {
display: block;
line-height: 18px;
font-family: 'Montserrat';
font-weight: 700;
font-size: 16px;
color: #00349a;
border-bottom: 1px dotted #e2e2e2;
padding-top: 10px;
padding-bottom: 10px;
}

.nav .nav-column li a {
display: block;
line-height: 18px;
font-family: 'Montserrat';
font-weight: 500;
font-size: 14px;
color: #000;
border-bottom: 1px dotted #e2e2e2;
padding-top: 10px;
padding-bottom: 10px;
}

.nav .nav-column li a:hover {
color: #fe9902;
text-decoration: underline;
}