/* CSS Document */

@charset "utf-8";
/* CSS Document */



#logo{
	float: left;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 36px;
    padding-left: 15px;
    width: 50%;	
}
.top_bar_menu li{
	float:left;
	width:50px;
	height:36px;
	border-left:1px solid #e5e5e5;
}
.top_bar_menu li a{
	display:block;
	height:36px;
	background:url(img/logout.png) no-repeat center center;	
}
.top_bar_li_right li{
	float:right;
	/* border-left:1px solid #e5e5e5; */
}
.top_bar_menu #param{
	background:url(img/param.png) no-repeat center center;	

}
