 .dropdown {
 	position: relative;
 	display: inline-block;
 }

 /* Dropdown Content (Hidden by Default) */
 .dropdown-content {
 	display: none;
 	position: absolute;
 	background-color:#fff;

 	min-width: 300px;
 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1;
 	border-left-width: 3px solid orange;

 }
 .dropdown-content a {
 	color: #969292  ;
 	padding: 8px 12px;
 	text-decoration: none;
 	display: block;
 	border-bottom: 2px solid #f0f0f0;
 	
 }
 .dropdown-content a:hover {border-left:5px solid orange;color:#fff;background-color: #1eaaf1;}
 .dropdown:hover .dropdown-content {display: block;}
 .aa:hover{
		padding: 5px 5px 10px 5px;
		border: 1px solid #BFBFBF;
		background-color: white;
		box-shadow: 5px 5px 5px #aaaaaa;
	}