/* CSS Document */

#topnav {
	position:relative;
	width: 1000px;
	height:128px;
	z-index:1;
	float:left;
	clear:right;
	background-image:url(../images/global/flash_nav_bg.jpg); 
	background-position:0px 67px;
	background-repeat:no-repeat;
}
#topnav-home {
	position:relative;
	width: 1000px;
	height:67px;
	z-index:1;
	float:left;
	clear:right;
}

#flashnav {
    position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#flashnav-home {
    position:relative;
	top:-67px;
	left:0px;
	width:1000px;
	height:509px;
	z-index:4;
}
