@charset "UTF-8";

/********************************
***                           ***
***    Medium Width Devices   ***
***                           ***
*********************************/


/*****************************     Main Structural Divs    **************************************/
	
	.mainlogo {
		width: 62px;
		height: 60px;
		margin-top: 5px;
	}

/***********************************     Main Menu    **************************************/

	ul.mainmenu li a {
		font-size: 18px;
		background: none;
		border: none;
		box-shadow: none;
		border-radius: 0;
		margin-top: 5px;
	}
	ul.mainmenu li a:hover, ul.mainmenu li a.selected {
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
	}


/*******************************     Arrows    **************************************/

	.arrows {
		background-image: url('images/menu-arrows-UP.png');
	}
	.arrowsup, .arrowsup.animateblock.fadein, .arrowsup.animateblock.fadein.animated {
		background-image: url('images/menu-arrows-UP.png');
		width: 47px;
		height: 70px;
		background-size: contain;
	}

}
