@charset "utf-8";
/* CSS Document */
.menu{
position:relative;
float:left;
width:805px;
height:70px;
top:45px;
left:117px;
display:inline;
}/*
#nav, #nav ul {
display:inline;

float:left;
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
float:left;
display: block;
	}

#nav li {
	float: left;
}

#nav li ul {
width:15px;
float:left;
position:absolute;
		left:-9999px;
}


#nav li:hover ul{
width:15px;
float:left;
top:35px;
left:auto;
}/*
#nav.sfhover ul  {

top:35px;
left:357px;
}
*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: absolute;
}

#nav a {
	display: block;	
}

#nav li { /* all list items */
	float: left;
	z-index:1000;
		 /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:1000;
}
/*
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items 
	top:35px;
	left: auto;
}*/
#sponsorshipDrop ul{
left: -999em;
}
#sponsorshipDrop:hover ul, #sponsorshipDrop.sfhover ul{
top:35px;
left: 357px;
}
#boardMembers ul{
background-color:#00FF00;
left: -999em;
}
#boardMembers ul li{
background-color:#33FF00;
z-index:1000;
}
#boardMembers:hover ul,  #boardMembers.sfhover ul{
top:35px;
left: 56px;
z-index:1000;
}
#videoDrop ul li{
z-index:1000;
width:95px;
float:left;
}
#videoDrop:hover ul,  #videoDrop.sfhover ul{
z-index:1000;
top:35px;
left: 306px;
}
#registrationDrop ul li{
z-index:1000;
float:left;
}
#registrationDrop:hover ul,  #registrationDrop.sfhover ul{
z-index:1000;
top:35px;
left: 480px;
}

/*******************************************************************************/
a.home{
background-image:url(images/home.jpg);
width:56px;
height:35px;
float:left;
}
a.home:hover{
cursor:hand;
background-position: 0px -35px;
}
a.aboutUs{
background-image:url(images/aboutUs.jpg);
width:73px;
height:35px;
float:left;
}
a.aboutUs:hover{
cursor:hand;
background-position: 0px -35px;
}
a.teamCanada{
background-image:url(images/teamCanada.jpg);
width:98px;
height:35px;
float:left;
}
a.teamCanada:hover{
cursor:hand;
background-position: 0px -35px;
}
a.schedule{
background-image:url(images/schedule.jpg);
width:79px;
height:35px;
float:left;
}
a.schedule:hover{
cursor:hand;
background-position: 0px -35px;
}
a.video{
background-image:url(images/video.jpg);
width:51px;
height:35px;
float:left;
}
a.video:hover{
cursor:hand;
background-position: 0px -35px;
}
a.sponsors{
background-image:url(images/sponsors.jpg);
width:78px;
height:35px;
float:left;
}
a.sponsors:hover{
cursor:hand;
background-position: 0px -35px;
}
a.merchandise{
background-image:url(images/merchandise.jpg);
width:97px;
height:35px;
float:left;
}
a.merchandise:hover{
cursor:hand;
background-position: 0px -35px;
}
a.celebrities{
background-image:url(images/celebrities.jpg);
width:84px;
height:35px;
float:left;
}
a.celebrities:hover{
cursor:hand;
background-position: 0px -35px;
}
a.registration{
background-image:url(images/registration.jpg);
width:98px;
height:35px;
float:left;
}
a.registration:hover{
cursor:hand;
background-position: 0px -35px;
}
a.contact{
background-image:url(images/contact.jpg);
width:91px;
height:35px;
float:left;
}
a.contact:hover{
cursor:hand;
background-position: 0px -35px;
}