#dashboard 
{
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

#shelf, #left_shelf, #right_shelf 
{
    float:left;
    height: 80px;
}

#left_shelf, #right_shelf 
{
    width: 30px;
}

#menu_dashboard 
{
	display: inline-block;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu_dashboard li 
{
	width: auto;
	height: auto;
	display: inline-block;
	bottom: 0;
	vertical-align: bottom;
}

#menu_dashboard li.separator 
{
	width: 50px;
	height: 80px;
}

#menu_dashboard li a 
{
	display: block;
	height: 64px;
	width: 64px;
	position: relative;
	
    -webkit-transition-property: width, height;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: width, height;
    -o-transition-duration: 0.5s;
    -moz-transition-property: width, height;
    -moz-transition-duration: 0.5s;
}

#menu_dashboard li a:hover 
{
	width: 80px;
	height: 80px;
}

#menu_dashboard li a img 
{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}
