.menu_dropdown {
    position: absolute;
    display: inline-block;
    left:140px;
    top:-20px;
}

.menu_dropdown-content {
    position: relative;
    right:10px;
		top:30px;
    background-color: #aaa;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 2px;
    z-index: 1000;
}

.menu_entry a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_dropdown:hover .menu_dropdown-content {
    display: block;
}

.menu_entry a {
	font: 10px "Lucida Grande", Candara, Tahoma; 
	width:160px;
	height:30px;
	font-size:14px;
	padding:2px 8px;
	color:black;
	background-color:#ccc;
	border: solid 1px black;
	text-decoration:none;
	text-align: center;
  vertical-align:middle;
  padding: 5px 5px;
}

.menu_entry a:hover {
	color:white;
	background-color:#333;
}

.menu_header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_header {
	font: 10px "Lucida Grande", Candara, Tahoma; 
	width:160px;
	height:40px;
	font-size:18px;
	padding:2px 8px;
	color:black;
	background-color:#ccc;
	border: solid 1px black;
	text-decoration:none;
	text-align: center;
  vertical-align:middle;
  padding: 5px 5px;
}

.sub_dropdown {
    position: relative;
    display: inline-block;
}

.sub_dropdown-content {
    display: none;
    position: absolute;
    left:5px;
		top:20px;
    background-color: #aaa;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 2px 2px;
    z-index: 1000;
}

.sub_entry a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sub_dropdown:hover .sub_dropdown-content {
    display: block;
}

.sub_entry a {
	font: 10px "Lucida Grande", Candara, Tahoma; 
	float:left;
	width:200px;
	height:30px;
	font-size:14px;
	padding:2px 8px;
	color:black;
	background-color:#ccc;
	border: solid 1px black;
	text-decoration:none;
	text-align: center;
  vertical-align:middle;
  padding: 5px 5px;
}

.sub_entry a:hover {
	color:white;
	background-color:#333;
}

.menu_ikon { 
	border: 0px;
	height: 50px;
}

.menu_ikon1 { 
	border: 0px;
	height: 10px;
	margin-right:10px;
}
