/* ################# Top Level Icon Menu CSS ############## */

ul.iconmenu{

position: fixed;
right: 0;
top: 150px; /* offset from top of page to display icon menu */
width:34px; height:211px;
}

@media only screen and (max-width: 1024px) {
	ul.iconmenu{ display:none;}
	}

