#header
{
	position: relative;
	width: 100%;
	height: 133px;
	
	background-image: url( "../images/header.jpg" );
}

#banner
{
	position: relative;
	width: 100%;
	height: 116px;
}

#nav_menu
{
	position: relative;
	width: 100%;
	height: 17px;
	z-index: 3;
	
	font-family: "Courier New", Courier, sans-serif;
	font-variant: small-caps;
	color: #999999;
	font-size: 11pt;
}

#nav_menu a
{
	margin-left: 15px;
	margin-right: 35px;
	
	text-decoration: none;
	color: #999999;
}

#nav_menu a:hover
{
	color: #c0c0c0;
}

#flag
{
	position: absolute;
	background: url( "../images/blank.gif" ); /* There must be a blank background for Internet Explorer */
	display: block;
	z-index: 4;
	
	width: 49px;
	height: 33px;
	left: 701px;
	top: 100px;
	
	cursor: pointer;
}

#flag:hover
{
	background: url( "../images/flag.jpg" );
}

#tooltip
{
	position: absolute; 
	width: 300px; 
	height: 150px; 
	top: -10px;
	left: 470px;
	font-weight: bold;
	z-index: 2;
	
	/* SET THE TOOLTIP ALPHA TO 0 BY DEFAULT */
	-moz-opacity: 		0; 
	opacity: 			0;  
	filter:				alpha( opacity = 0 );
}