﻿.drop_menu {
	padding: 0;
	margin: 0;
	list-style-type: none;    
}

.drop_menu ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;
}

.drop_menu li {
    float: left;
}

.drop_menu li a {
	padding: 0.5vw;
	display: block;
	color :#FFFFFF;
	text-decoration: none;
	font-size: 1vw;
    font-weight: bold;
    line-height: 1.2vw;
    background: #208ed2;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 0.25vw 0 0;
    height: 2.4vw;
}

.drop_menu li a:hover {
    background-color: #25a3f1;
}

.current {
    background-color: #25a3f1 !important;
}

/* Submenu */
.drop_menu li:hover { 
    position: relative;
    z-index: 999;
}
.drop_menu li:hover ul {
	left: 0;
	top: 3.4vw;
	padding: 0;
}

.drop_menu li:hover ul li a {
	width: 23vw;
    min-width: 23vw;
	text-indent: 1vw;
    line-height: 1.9vw;
    font-size: 1.0vw;
    font-weight: normal;
	background-color: #6eb440;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    margin-bottom: -1vw;
}
.drop_menu li:hover ul li a:hover {
    background: #4d9021;
    font-weight: bold;
}

.imgCC {
    width: 6vw;
    height: auto;
    margin-left: -0.3vw;
    margin-top: 0.1vw;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.nav-link {
    font-size: 0.85vw !important;
}

@media (max-width: 1260px) {
    .nav-link {
        font-size: 0.9vw !important;
    }
}