#pagehead {
	float: left;
	width: 100%;
	clear: both;
	/*border-bottom: 1px solid black;*/
}

#site_logo {
	float: left;
	width: 48px;
	height: 43px;
	margin-left: 5px;
}

#pagehead_title {
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-top: 2px auto;
}
#pagehead_title > span {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	font-weight: bold;
}


#h_rightside {
	float: right;
	margin-right:5px;
}

#main_menu{
	font-size: 1em;
	text-align: left;
	position: relative;
	display: block;
	padding: 0px;
	border-radius: 3px;
	
}

#main_menu_button {
	height: 25px;
	margin-top: 10px;
	margin-right: 10px;
	opacity: 0.6;
	
}

#main_menu_button:focus{
	outline: none;
}
/*#menu {
	
	
}*/

.dropdown_content {
	display: none;
    position: absolute;
	/*background-color: #d9d9d9;*/
	border: 1px solid black;
	min-width: 160px;
    -webkit-box-shadow: 9px 11px 4px -7px rgba(0,0,0,0.65);
	-moz-box-shadow: 9px 11px 4px -7px rgba(0,0,0,0.65);
	box-shadow: 9px 11px 4px -7px rgba(0,0,0,0.65);
	background: white;
	z-index: 9999;
	border-radius: 5px;
   -moz-border-radius: 5px;	
 -khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}


#main_menu_content{
	top: 31px;
	right: 9px;
}

.dropdown_content a {
	color: black;
    padding: 3px;
	padding-left: 7px;
    text-decoration: none;
    display: block;
}

.dropdown_content a:hover {
	background-color: #bfbfbf;
		border-radius: 5px;
   -moz-border-radius: 5px;	
 -khtml-border-radius: 5px;
-webkit-border-radius: 5px;
	
}

.show {
	display:block;
}


@media screen and (max-width:440px){


	#site_logo {
		display: none;
	}
	
	#page_title {
		margin-top: 10px;
		padding-left: 0px;
		text-align: left;
		float
		
	}
	#page_title > span {
		font-size: 10px;
	}
}
