.dropdown-menu {}
.dropdown-menu .dropdown-toggle::after {border-bottom:4px solid transparent; border-left:4px solid; border-top:4px solid transparent; vertical-align:middle;}
.dropdown-menu .dropdown .dropdown-menu {border-width:0; top:0%;}
.dropdown-menu > li a:hover, .dropdown-menu > li.show {background:#007bff; color:white; font-weight:normal;}
.dropdown-menu > li.show > a {color:white; font-weight:normal;}
.dropdown .dropdown-menu .dropdown-item:hover {background-color:#09C !important; font-weight:normal;} /* Dropdown link hover color */

/*.custom-toggler .navbar-toggler-icon {background-image:url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 128, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}*/
/*.custom-toggler .navbar-toggler-icon {background-image:url("data:image/svg+xml;charset=utf8, %3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}*/
.custom-toggler .navbar-toggler-icon {}
.navbar-toggler-icon {}
/*.navbar-toggler {background-color:rgba(255, 204, 0, 0.5);} /*#ffcc00 */
.navbar-toggler {background-color:rgba(0, 51, 153, 0.3); border:1px solid #003399 !important;} /*#ffcc00 */

@media (min-width:768px) {
	.dropdown-menu .dropdown .dropdown-menu {margin:0; border-width:1px;}
}

nav.bggrad {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0000cc+0,a7cfdf+0,23538a+100 */
	background: #0000cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #0000cc 0%, #a7cfdf 0%, #23538a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0000cc 0%,#a7cfdf 0%,#23538a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0000cc 0%,#a7cfdf 0%,#23538a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000cc', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */
	border:1px solid #C00;
	-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
}
.nav-item {margin-top:12px;}
.nav-item a {color:white !important; font-size:16px; font-weight:normal; padding-top:10px; text-decoration:none !important;}
.nav-item a:hover {color:white !important; /*text-decoration:none;*/}
ul .dropdown-menu {background-color:#039; border:1px solid #C00; border-radius:10px;} /* Dropdown list background color */
