.menu-wrap a {
	color: #fff; font-family: 'Oswald', Arial, sans-serif; transition:all .2s ease-in;
}
.menu-wrap a:hover {
	background:#216b82;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	 color:#fff;
}


/* Menu */
.menu-wrap{ position:fixed; float:left; overflow:hidden; margin-left:1em;}
.menu {
	
	z-index: 1001;
	width: 190px; border-left:1px dashed rgba(255, 255, 255, 0.65); border-right:1px dashed rgba(255, 255, 255, 0.65);
	
	padding: 0.7em 0 0em 0;
	font-size: 1.15em;
}

#down-triangle { 
   width: 0; 
   height: 0;
  	background: none;
   border-top: 40px solid rgba(9, 51, 64, 0.85);
   border-left: 100px solid transparent; 
   border-right: 100px solid transparent;  
}

#dotted{ overflow:hidden; padding:0 5px; background: rgba(9, 51, 64, 0.85);}


.icon-list li{ overflow:hidden;}
.icon-list li a {
	display: block; 
	padding: 0.3em 0em 0.3em 0em; text-align:center; letter-spacing:0.7px; 
}
.icon-list li a.logo{ padding: 0em 0em 0em 0em; text-align:center; width:170px; height:105px; margin:0px auto; background:none;}
.icon-list li a.logo:hover{ background:none ;}

.icon-list li a.active{background:#216b82;}