*{margin:0}

 /* Dropdown Button */
.dropbtn {
    background-color: #939597;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
	height: 26px;
	width: 103px;
	
}
.dropbtn2 {
    background-color: #939597;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
	height: 26px;
	width: 103px;
	margin-left: 10px;
	
}


/*-----------------------------*/
#navbutton {
	background-color: #939597;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
	height: 26px;
	width: 103px;
	margin-left: 10px;
	float: left;
	text-align: center;
	vertical-align: middle;
	}
#navbutton a {
	background-color: #939597;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
	display:block;
	height: 26px;
	width: 103px;
	margin-left: 10px;
	float: left;
	line-height: 26px;
	vertical-align: middle !important;
	margin: 0;
	padding: 0;
	}	
#navbutton a:link{
	background-color: #939597;
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
	width: 103px;
}
#navbutton a:visited{
	background-color: #939597;
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
	width: 103px;
}
#navbutton a:hover {
	background-color: #c5ce35;
	text-decoration: none;
}
#navbutton a:active{
	background-color: #ac9c8f;
	vertical-align: middle;
	line-height: 26px;
	height: 26px;
	width: 103px;
}
#navbutton a h1 {
	vertical-align: middle;
	font-size: 12px !important;
	text-align: center;
	color: white;
	font-family:Verdana,Arial,Tahoma,Helvetica,Geneva !important;
	}
/*-----------------------------*/

a.navbtn {
	background-color: #ac9c8f;
    color: white;
    /*padding: 16px;*/
    font-size: 12px;
    border: none;
    cursor: pointer;
	height: 26px;
	width: 103px;
	margin-left: 10px;
	}
 
 
 
 
a.navbutton {
	background-color: #ac9c8f;
    color: white;
    font-size: 12px !important;
    border: none;
    cursor: pointer;
	height: 26px;
	width: 103px;
	position: relative;
    display: inline-block;
	float: left;
	margin-left: 10px;
	text-align: center;
	}

a.navbutton h1{
	font-size: 12px !important;
	color: white;
	font-family:Verdana,Arial,Tahoma,Helvetica,Geneva !important;
	vertical-align:middle;
	}
	
a.navbutton h1 a:link{
	font-size: 12px !important;
	color: white;
	font-family:Verdana,Arial,Tahoma,Helvetica,Geneva !important;
	}	
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	float: left;
	z-index: 100;
}
.dropdown2 {
    position: relative;
    display: inline-block;
	margin-left: 10px;
	float: left;
}

a.navbtn {
	position: relative;
    display: inline-block;
	margin-left: 10px;
	float: left;
	text-align: center;
	vertical-align: middle;
	}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /*min-width: 160px; */
	min-width: 103px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align: center;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #f1f5b0}*/
.dropdown-content a:hover {background-color: #c4daf7}
a.navbutton a:hover {background-color: #c4daf7}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown2:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #c5ce35;
}
.dropdown2:hover .dropbtn {
    background-color: #c5ce35;
}