@import url("/webfonts/Telegraphico/stylesheet.css");
.nav, .nav ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: 1;
	z-index: 99;
}

.nav {
	display: block;
	position: relative;
	height: 47px;
	width: 870px;
	border-bottom: 2px solid #000;
	background: #58595b;
}

.nav a:hover

{
	background-color: #1C3F94;
	border: thin dotted hsla(0,0%,88%,1.00);
}
.nav>li {
	display: block;
	float: left;
	position: relative;
}

.nav>li>a {
	display: block;
	padding: 16px 8px;
	width: 130px;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 15px;
	font-family: Telegraphico;
	font-weight: 300;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .25s ease-in;
	-ms-transition: color .25s ease-in;
	-moz-transition: color .25s ease-in;
	-o-transition: color .25s ease-in;
}

.nav>li:hover>a {
	color: #FFFFFF;
	background-color: #1C3F94;
}

.arrow {
	cursor: pointer;
    left: 0px;
    position: absolute;
    bottom: -1px;
    z-index: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;

    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.arrow::after {
	content: "";
	position: absolute;
	top: 4px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: black;
}

.nav li:nth-child(1):hover ~ .arrow, .nav .active:nth-child(1) ~ .arrow {
    left: 0px;
}
.nav li:nth-child(2):hover ~ .arrow, .nav .active:nth-child(2) ~ .arrow {
    left: 146px;
}
.nav li:nth-child(3):hover ~ .arrow, .nav .active:nth-child(3) ~ .arrow {
    left: 292px;
}
.nav li:nth-child(4):hover ~ .arrow, .nav .active:nth-child(4) ~ .arrow {
    left: 438px;
}
.nav li:nth-child(5):hover ~ .arrow, .nav .active:nth-child(5) ~ .arrow {
    left: 584px;
}
.nav li:nth-child(6):hover ~ .arrow, .nav .active:nth-child(6) ~ .arrow {
    left: 730px;
}
.nav li:nth-child(7):hover ~ .arrow, .nav .active:nth-child(7) ~ .arrow {
    left: 876px;
}
.nav li:nth-child(8):hover ~ .arrow, .nav .active:nth-child(8) ~ .arrow {
    left: 1022px;
}

.nav li:nth-child(9):hover ~ .arrow, .nav .active:nth-child(9) ~ .arrow {
    left: 1168px;
}

.nav li:nth-child(10):hover ~ .arrow, .nav .active:nth-child(10) ~ .arrow {
    left: 1314px;
}

.nav ul {
	display: block;
	position: absolute;
	top: -9999px;
	left: -25px;
	opacity: 0;
	-webkit-transition: left .2s ease-in, opacity .25s ease-in;
	-ms-transition: left .2s ease-in, opacity .25s ease-in;
	-moz-transition: left .2s ease-in, opacity .25s ease-in;
	-o-transition: left .2s ease-in, opacity .25s ease-in;
}

.nav>li:hover>ul {
	top: 50px;
	left: 0;
	opacity: 1;
}

.nav ul ul {
	left: 80px;
}

.nav ul li:hover>ul {
	top: 0px;
	left: 180px;
	opacity: 1;
}

.nav ul li {
	display: block;
	position: relative;
	top: -4px;
}

.nav ul li a {
	display: block;
	background: #58595b;
	color: #fff;
	text-decoration: none;
	font-family: Telegraphico;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 15px 8px 35px;
	width: 130px;
	border-color: #fff;
	-webkit-transition: color .25s ease-in, border-color .25s ease-in;
	-ms-transition: color .25s ease-in, border-color .25s ease-in;
	-moz-transition: color .25s ease-in, border-color .25s ease-in;
	-o-transition: color .25s ease-in, border-color .25s ease-in;
}

.nav ul li:hover>a {
	color: #FFFFFF;
	border-color: #3cd062;
}

.dropdown>a::after {
	content: "";
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-color: inherit;
	right: 10px;
	top: 12px;
}

#navBar {
	padding-left: 150px;
	background-color: #58595B;
	border-bottom: 2px solid #000;
	height: 47px;
}
