#div_header{
	font-size:1em;
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:50px;
	z-index:1000;
	background-color:#fff;
}
#div_title{
	font-size:1.5em;
	float:left;
}
#div_title img{
	height:50px;	
}
#div_user{
	font-size:1em;
	float:left;
}
#div_user_picture img{
	height:50px;
	border-radius:25px;
}
#div_user_name{
	padding-top:10px;
	vertical-align:sub;
}
#div_bar{
	/*border-width:1px; border-style:solid;*/
	height:1px;
	position: fixed;
	top: 50px;
	width:100%;
	margin-top:2px;
	background-color: #FFCC22;
	border-radius:10px;
	box-shadow: 0 5px 50px rgba(0,0,0,0.4);
	z-index:1000;
}
#div_menu{
	float:right;
	background-color:#fff;
	font-size:1em;
	vertical-align:sub;
}
#div_menu ul {
	list-style-type: none;
	overflow: hidden;
}
#div_menu li {
	float: left;
	padding-top:10px;
}
#div_menu li a {
	display: inline-block;
	color: #444;
	text-align: center;
	padding-right:0.1em;
	text-decoration: none;
}
#div_menu li a:hover {
	background-color: #888888;
	color: #fff;
}

#div_user_picture{
	
}