.leftMenu {
	position:absolute;
	width:50px;
	background-color:#ddd;
	box-shadow: 4px 0px 6px #aaa;
	overflow:hidden;
}

.leftMenu .scrollableMenuContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:-17px;
	overflow-y: scroll;
	overflow-x:hidden;
}

.leftMenu .leftMenuUpArrow:hover, .leftMenu .leftMenuDownArrow:hover{
	background-color:rgba(255,255,255,0.9);
}

.leftMenu .leftMenuUpArrow{
	cursor:pointer;
	position: absolute;
	display:none;
	top:0;
	z-index: 1500;
	left:0;
	right:0;
	text-align: center;
	color:#3399ff;
	background-color:rgba(255,255,255,0.5);
	box-shadow: 1px 1px 3px #838383;
}

.leftMenu .leftMenuDownArrow{
	cursor:pointer;
	position: absolute;
	display:none;
	bottom:0;
	z-index: 1500;
	left:0;
	right:0;
	text-align: center;
	color:#3399ff;
	background-color:rgba(255,255,255,0.5);
	box-shadow: -1px -1px 3px #838383;
}

.iconLeftMenu {
	color:#838383;
	font-size:24px;
}

.iconLeftMenu-selected {
	color:#CCCCCC;
}

.leftMenuSpacer {
	width:50px;
	height:10px;
}

.leftMenuButton {
	position:relative;
	width:50px;
	height:32px;
	text-align:center;
	transition: background 0.25s;
}

.leftMenuButton span {
	vertical-align:middle;
	line-height:32px;
	transition: color 0.25s;
}

.leftMenuButton:hover {
	background-color:#c4c4c4;
	cursor:pointer;
	transition: background 0.25s;
	color:#CCCCCC;
}

.leftMenuButton-selected {
	background-color:#3D647B;
}

.dropdown-menu.admission li a {
	white-space: nowrap !important;
}

.dropdown-menu.lastfivedpm {
	padding-left:15px;
}

.dropdown-menu.lastfivedpm li {
	padding:3px 20px 3px 20px;
	white-space: nowrap !important;
}
.dropdown-menu.lastfivedpm li:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}