
.nav {
	width:170px;
}
.nav_block { padding:0px; margin:0 0 5px 5px;}
.fixed {
	width:170px;
	position: fixed;
	top: 30px;
	left: 10px;
	padding:0px;
	margin:10px;
	background:#fbe7e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom:#CCC 1px solid;
	border-right:#CCC 1px solid;
	line-height:1.0em;
}

.fixed div { padding:10px;}

.fixed .button_menu {
  /*Transition*/
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  -ms-transition: All 0.4s ease;
  transition: All 0.4s ease;
}

