/*dropright right arrow */

.agSecondLevelLiWithItems>a:after{
	content: ' \27A4';
    margin-left: 6px;
    font-size: 10px;
}

.agThirdLevelLiWithItems>a:after{
	content: ' \27A4';
    margin-left: 6px;
    font-size: 10px;
}

.agSubLevelLiWithItems>a:after{
	content: ' \27A4';
    margin-left: 6px;
    font-size: 10px;
}

/*link hover color */
.agFirstLevelLinkWithItems:hover{
    background-color: #3B8DD6 !important;
	padding-top:14px !important;
	     border-top: 2px solid #174873!important;	
	  color:white !important;
}

.agSecondLevelLinkWithItems:hover{
	    background-color: #3B8DD6 !important;
		padding-top:6px !important;
		 border-top: 2px solid #174873!important;	
		 color:white !important;
}

.agThirdLevelLinkWithItems:hover{
    background-color: #3B8DD6 !important;
	 border-top: 2px solid #174873!important;	
	 color:white !important;
	 padding-top:6px !important;
}

.agSubLevelLinkWithItems:hover{
	    background-color: #3B8DD6 !important;
		 border-top: 2px solid #174873!important;	
		 color:white !important;
		 padding-top:6px !important;
}

.agFirstLevelLinkNoItems:hover{
    background-color: #3B8DD6 !important;
	padding-top:14px !important;
	 border-top: 2px solid #174873!important;	
color:white !important;
}

.agSecondLevelLinkNoItems:hover{
    background-color: #3B8DD6 !important;
	 border-top: 2px solid #174873!important;	
	color:white !important;
	padding-top:6px !important;
}

.agThirdLevelLinkNoItems:hover{
    background-color: #3B8DD6 !important;
	 border-top: 2px solid #174873!important;	
color:white !important;
padding-top:6px !important;
}

.agSubLevelLinkNoItems:hover{
	    background-color: #3B8DD6 !important;
		 border-top: 2px solid #174873!important;	
color:white !important;
padding-top:6px !important;
}



.agFirstLevelLiWithItems:active{
	border-bottom: 3px solid #3F4B66;
}

.agFirstLevelLinkWithItems{
	padding-bottom:16px;
	padding-top:16px;
	padding-left:12px !important;
	padding-right:12px !important;
	
}

.agFirstLevelLinkNoItems{
	padding-bottom:16px;
	padding-top:16px;
		padding-left:12px !important;
	padding-right:12px !important;
}

/*hamburger styling 
@media only screen and (max-width: 999px) {
	
.agFirstLevelLinkWithItems{
	background-color:#D32F89;
	border-bottom: 3px solid #3F4B66!important;
}

.agFirstLevelLinkNoItems{
	background-color:#D32F89;
	border-bottom: 3px solid #3F4B66!important;
}

.agSecondLevelLinkWithItems{
	background-color:#3B4966;
	border-bottom: 3px solid #AFB2D2!important;
	padding-left:50px !important;
}

.agSecondLevelLinkNoItems{
	background-color:#3B4966;
	border-bottom: 3px solid #AFB2D2!important;
	padding-left:50px !important;
}

.agThirdLevelLinkWithItems{
	background-color:#AFB2D2;
	border-bottom: 3px solid #3F4B66!important;
	padding-left:100px !important;
}

.agThirdLevelLinkNoItems{
	background-color:#AFB2D2;
	border-bottom: 3px solid #3F4B66!important;
	padding-left:100px !important;
}

.agSubLevelLinkWithItems{
	background-color:black;
	border-bottom: 3px solid #AFB2D2!important;
	padding-left:120px !important;
}

.agSubLevelLinkNoItems{
	background-color:black;
	border-bottom: 3px solid #3F4B66!important;
	padding-left:120px !important;
}

.agFirstLevelLinkNoItems:hover{	
	border-bottom: 3px solid #D32F89;
}

.agFirstLevelLinkWithItems:hover{
	border-bottom: 3px solid #D32F89;
}

.agFirstLevelLiWithItems>a:after{
	content: ' \2B9F';
    margin-left: 6px;
    font-size: 10px;
}

.agSecondLevelLiWithItems>a:after{
	content: ' \2B9F';
    margin-left: 6px;
    font-size: 10px;
}

.agThirdLevelLiWithItems>a:after{
	content: ' \2B9F';
    margin-left: 6px;
    font-size: 10px;
}

.agSubLevelLiWithItems>a:after{
	content: ' \2B9F';
    margin-left: 6px;
    font-size: 10px;
}
}
}*/


.agFirstLevelLiWithItems{
	background:#174873;
	padding-left:10px;
}
.agSecondLevelLiWithItems{
	background:#174873;
}
.agThirdLevelLiWithItems{
	background:#174873;
}
.agSubLevelLiWithItems{
	background:#174873;
}

.agFirstLevelLiNoItems{
	background:#174873;
	padding-left:10px;
}
.agSecondLevelLiNoItems{
	background:#174873;
}
.agThirdLevelLiNoItems{
	background:#174873;
}

.agSubLevelLiNoItems{
	background:#174873;
}

.drop_right{
	list-style: none !important;
    top: 0 !important;
    right: auto !important;
    left: 100% !important;
    margin-top: 0 !important;
}

.navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    animation-duration: 0.5s;
    animation-name: fadeInFromNone;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
    -webkit-animation-fill-mode: forwards;
}


 #navbarNav > ul > li:nth-child(1){
	padding-left:0px;
}
