.customer-dashboard-menu{
	float:right;
	margin-bottom:35px;
	width:100%
	}
	
.customer-dashboard-menu .menu{
	list-style:none
	}
	
.customer-dashboard-menu .menu li{
	float:right;
	width:auto;
	margin-left:10px;
	}
	
.customer-dashboard-menu .menu li a{
	padding:10px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	}
	
.customer-dashboard-menu .menu li a:hover, .customer-dashboard-menu .menu li.active a{
	-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
	}
	
.customer-dashboard-content{
	margin-top:15px
	}
