﻿a{text-decoration:none;color:#000;}
.VerticalMenu {
	height: 100%;
	width: 100%;
	cursor: pointer;
	text-decoration:none;
}
.VerticalMenu>div {
	width: 100%;
	float: left
}
.VerticalMenu>div a{display:block;background:#fff;}



.VerticalMenu>div>div:first-child {
	text-align: left;
	height: 40px;
	background-color: #fff;
	line-height: 40px;
	padding-left:20px;
	padding-right: 10px;
	border-bottom: 1px solid #CBCBCB;
	transition: background-color .4s linear;
}

/*
.VerticalMenu>div>div:first-child:hover {
	background-color: #E3F2F8
}
*/
.VerticalMenu>div>div:first-child>i:last-child {
	line-height: 40px;
	float: right;
	transform: rotate(0deg);
	transition: transform .4s linear
}
.VerticalMenu>div>div:last-child {
	width: 100%;
	display: none
}
.VerticalMenu>div>div:last-child>div {
	background-color: #fff;
	transition: background-color .1s linear;
	text-align: left;
	line-height: 40px;
	padding-left:40px;
	border-bottom: 1px solid #e6e6e6
}
/*
.VerticalMenu>div>div:last-child>div:hover {
	background-color: #009BFF!important;
	color:#fff;
}
*/
.VerticalMenu>div:first-child>div:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
.VerticalMenu>div:last-child>div:first-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}
.VerticalMenu>div:last-child::after {
	display: block;
	clear: both
}
