#nav {
	height:121px;
	width:308px;
	position:relative;
	margin-left:100px;
	z-index:100;
	font-family:geneva, arial, verdana, sans;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */

.menu {

	font-size:70%;

}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}



/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:35px;
}
.menu li.top a span {
	position:absolute;
	left:-9999px;
	top:0;
	z-index:0;
	font-size:100%;
} /* move the link text off screen */


.menu .french_link {
	padding-top:20px;
	font-weight:bold;
}

.menu li.image {
	width:308px;
	height:121px;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
} /* for IE6 */
.menu li:hover {
	position:relative;
	z-index:200;
} /* for IE7 */


/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul{
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0px;
	top:105px;
	background:transparent;
	padding:30px 0;
	white-space:nowrap;
	width:308px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	text-align:left;
	width:228px;
}
.menu :hover ul.sub li a {
	display:block;
	height:20px;
	width:228px;
	line-height:20px;
	text-indent:5px;
	color:#f8f7f9;
	text-decoration:none;
	padding-left:70px;
	text-transform:uppercase;
}
.menu :hover ul.sub li a:hover {
	background:transparent;
	color:#cfe295;
	font-weight:bold;
}

.menu :hover ul.sub li.french_link a {
	text-transform:none;
	font-style:italic;
}

.test {
}


/* FLAGS */

.menu .top .sub .flag {
	border: 1px solid white;
	float: left;
	margin: 5px 0 0 6px;
}

.menu .top .sub a:hover .flag {
	border: 1px solid #33FF00;
}

#footer .flag {
	border: 1px solid white;
}

#footer a:hover .flag {
	border: 1px solid #33FF00;
}



/* BOTTOM NAV */

#footer a:link {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #66ff66;
}