#header {
	width: 100%;
	padding-top: 10px;
	margin-bottom: 25px;
	top:0;
}
#header_width { 
	width: 35%;
	margin-left: 5%;
	margin-right: 15%;
	
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#logo {
	height:50px;
}

.header_td {
	padding: 10 20 5 20;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}
.header_td:hover,td.alt:hover {
	background: rgba(25,52,137,0.1);
}

.header_admin_td {
	padding: 10;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.header_admin_td:hover,td.alt:hover {
	background: rgba(242,148,29,0.6);
}


#header_button {
	color: #212121;  
	width: 100%;
	height: 100%;	
	background: url(https://trochoepidosi.gr/images/style/icons/arrow.png) no-repeat scroll right bottom / auto;  
    }
#header_button:hover {

	}
#header_button .active_menu {
	position: absolute;
	top: 0;
	color: #212121;
	visibility: hidden;
	font-size: 14px;
	width: 15%;
	right: 0;
	background: rgba(242,148,29,1);
}
#header_button:hover .active_menu {
	visibility: visible;
}
	 
	
#header2_subtitle {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	width: 244px;
	
	color: #000;
}
#header2_subtitle .active_menu_right {
	position: absolute;
	left: 295px;
	color: #000;
	visibility: hidden;
	font-size: 12px;
	width: 244px;	
	margin-top: -40px;
	background: rgba(100,100,100,0.4);
}
#header2_subtitle:hover .active_menu_right {
	visibility: visible;
	}
#header2_subtitle_active{
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	width: 244px;
	background: rgba(255,255,0,0.2);
	color: #000;
}
#header2_subtitle:hover {
	background: rgba(255,255,0,0.2);
	color: #000;
}
