/* CSS Document */
#topwrapper { position:static; }
#logonav { position:fixed; top:0;left:0; margin:0px 2%; width:96%; }

@media only screen and (max-width: 1050px) {
/*#logonav { position:relative;}
#topwrapper { position:absolute; }*/
#extraContainer1 ul {
	position: fixed;
}
}