﻿
/* top menu navigation styles */
.HeaderArea .menu {
	margin-bottom: -35px;
	margin-top: -82px;
	background: url('/images/canada-day-top-nav.png') top left no-repeat;
	padding: 25px 0;
}

/* image mapping for top navigation */
#eventInfo { 
        position: relative; 
        display: inline-block;
        top: -10px; 
        left: 188px; 
        width: 103px; 
        height: 53px; 
        background-color: transparent;
        z-index: 100; 
}
#schedule { 
        position: relative;
        display: inline-block;
        top: -10px; 
        left: 210px; 
        width: 97px; 
        height: 52px; 
        background-color: transparent; 
        z-index: 100;
}
#sponsors { 
        position: relative;
        display: inline-block; 
        top: -10px; 
        left: 235px; 
        width: 95px; 
        height: 52px; 
        background-color: transparent;
        z-index: 100; 
}
#volunteers { 
        position: relative; 
        top: -10px; 
        left: 260px; 
        width: 110px; 
        height: 52px;
        display: inline-block; 
        background-color: transparent; 
        z-index: 100;
}
#media { 
        position: relative; 
        top: -10px; 
        left: 280px; 
        width: 70px; 
        height: 52px;
        display: inline-block; 
        background-color: transparent; 
        z-index: 100;
}

.HeaderArea .topLogoNav .eventInfo {
	background-position: 0px -101px;
}

.HeaderArea .topLogoNav .schedule {
	background-position: 0 -201px;
}
.HeaderArea .topLogoNav .sponsors {
	background-position: 0 -301px;
}
.HeaderArea .topLogoNav .volunteers {
	background-position: 0 -400px;
}
.HeaderArea .topLogoNav .media {
	background-position: 0px -498px;
}
