/* Start of CMSMS style sheet 'PSIW_menu_horiz' */
/* First Level Navigation
----------------------------------------------------- */


#menu_horiz {
	float: right;
	height: 80px;
	padding: 0; 
	width: 600px;
} 

#menu_horiz ul {
	background: transparent url(uploads/images/psiw_nav.gif) top left no-repeat;
	height: 80px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 600px;
}

#menu_horiz ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

#menu_horiz ul li, #menu_horiz a {
	display: block;
	height: 80px;
}

#menu_horiz li, #menu_horiz li a {
	text-decoration: none;
	text-indent: -999em;
}

#workshop a, #registration a, #agenda a, #sponsorship a, #awards a {
	display: block;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -999em;
}

#workshop {
	left: 0;
	height: 80px;
	width: 120px;
}

#registration {
	height: 80px;
	left: 120px;
	width: 140px;
}

#agenda {
	height: 80px;
	left: 260px;
	width: 100px;
}

#sponsorship {
	height: 80px;
	left: 360px;
	width: 140px;
}

#awards {
	height: 80px;
	left: 500px;
	width: 100px;
}


/* Calgary
----------------------------------------------------- */

#workshop a:hover {
	background: transparent url(uploads/images/psiw_nav.gif) 0 -100px no-repeat;
}

#registration a:hover {
	background: transparent url(uploads/images/psiw_nav.gif) -120px -100px no-repeat;
}

#agenda a:hover {
	background: transparent url(uploads/images/psiw_nav.gif) -260px -100px no-repeat;
}

#sponsorship a:hover {
	background: transparent url(uploads/images/psiw_nav.gif) -360px -100px no-repeat;
}

#awards a:hover {
	background: transparent url(uploads/images/psiw_nav.gif) -500px -100px no-repeat;
}


/* Current page
----------------------- */

#workshop.currentpage, #workshop.activeparent {
	background: transparent url(uploads/images/psiw_nav.gif) 0 -200px no-repeat;
}

#registration.currentpage, #registration.activeparent {
	background: transparent url(uploads/images/psiw_nav.gif) -120px -200px no-repeat;
}

#agenda.currentpage, #agenda.activeparent {
	background: transparent url(uploads/images/psiw_nav.gif) -260px -200px no-repeat;
}

#sponsorship.currentpage, #sponsorship.activeparent {
	background: transparent url(uploads/images/psiw_nav.gif) -360px -200px no-repeat;
}

#awards.currentpage, #awards.activeparent {
	background: transparent url(uploads/images/psiw_nav.gif) -500px -200px no-repeat;
}

/* End of 'PSIW_menu_horiz' */

