/* CSS NAVIGATION STYLES */


/* SET UP THE NAVIGATION AREA */

#nav {
	padding: 0;
	margin: 0;
	width: 953px;
	height: 36px;
	list-style-type: none;
}

#nav li {
	float: left;
}


/* MAKE THE TEXT DISAPEAR */

#nav li a {
	margin: 0;
	padding: 0;
	display: block;
	height: 36px;
	background: url(/en/images/navigation/main_nav.jpg);
	text-indent: -9999px;	
	overflow: hidden;
	font-size: 1%;
}


/* INSERT THE IMAGE FOR THE BUTTONS */

li#nav_about a {
	left: 0;
	width: 129px;
	background-position: 0 0;
}

li#nav_fish a {
	left: 0;
	width: 148px;
	background-position: -130px 0;
}

li#nav_health a {
	left: 0;
	width: 134px;
	background-position: -290px 0;
}

li#nav_dev a {
	left: 0;
	width: 258px;
	background-position: -419px 0;
}

li#nav_community a {
	left: 0;
	width: 163px;
	background-position: -677px 0;
}

li#nav_media a {
	left: 0;
	width: 113px;
	background-position: -840px 0;
}




/* CREATE THE BUTTON HOVER STATES */

li#nav_about a:hover {
	background-position: 0 -36px;
}

li#nav_fish a:hover {
	background-position: -130px -36px;
}

li#nav_health a:hover {
	background-position: -290px -36px;
}

li#nav_dev a:hover {
	background-position: -419px -36px;
}

li#nav_community a:hover {
	background-position: -677px -36px;
}

li#nav_media a:hover {
	background-position: -840px -36px;
}



/* CREATE THE BUTTON ON STATES */

li#nav_about a.on {
	background-position: 0 -36px;
}

li#nav_fish a.on {
	background-position: -130px -36px;
}

li#nav_health a.on {
	background-position: -290px -36px;
}

li#nav_dev a.on {
	background-position: -419px -36px;
}

li#nav_community a.on {
	background-position: -677px -36px;
}

li#nav_media a.on {
	background-position: -840px -36px;
}

/* --- --- --- --- --- --- --- --- INTERIOR PAGE SIDEBAR --- --- --- --- --- --- --- --- */

#interior_nav {
	float: left;
	width: 221px;
	padding: 12px 0 0 0;
	margin: 0;
	background: url(/en/images/interior/sidebar_leveltwo_top.gif) no-repeat;
}

#interior_nav ul {
	width: 221px;
	float: left;
}

#interior_nav li {
	float: left;
	width: 100%;
}

.int_sidebar_levelone a {
	display: block;  /* To increase the clickable area as a's default to inline. */
	color: #624617;
	padding: 6px 0 0 22px;
	margin: 0;
	height: 22px;
	font-size: 12px;
	background: #ede2c4;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.int_sidebar_levelone a.on {
	background: #e0d0a6;
	text-decoration: none;
}

.int_sidebar_levelone a:hover {
	background: #e0d0a6;
	text-decoration: none;
}

.int_sidebar_leveltwo a {
	display: block;  /* To increase the clickable area as a's default to inline. */
	color: #624617;
	padding: 6px 0 0 43px;
	margin: 0;
	height: 22px;
	font-size: 12px;
	background: #ede2c4 url(/en/images/interior/sidebar_leveltwo.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.int_sidebar_leveltwo a.on {
	display: block;  /* To increase the clickable area as a's default to inline. */
	color: #624617;
	padding: 6px 0 0 43px;
	margin: 0;
	height: 22px;
	font-size: 12px;
	background: #e0d0a6 url(/en/images/interior/sidebar_leveltwo_active.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.int_sidebar_leveltwo a:hover {
	display: block;  /* To increase the clickable area as a's default to inline. */
	color: #624617;
	padding: 6px 0 0 43px;
	margin: 0;
	height: 22px;
	font-size: 12px;
	background: #e0d0a6 url(/en/images/interior/sidebar_leveltwo_active.gif) no-repeat;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- QUICKLINKS NAVIGATION HOMEPAGE --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#home_quicklinks a.calendar {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0px 42px;
	font-size: 12px;
	background: url(/en/images/navigation/main_home/q_calendar.gif) no-repeat;
}

#home_quicklinks a.whatsnew {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0px 42px;
	font-size: 12px;
	background: url(/en/images/navigation/main_home/q_whatsnew.gif) no-repeat;
}

#home_quicklinks a.feedback {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0px 42px;
	font-size: 12px;
	background: url(/en/images/navigation/main_home/q_yourfeedback.gif) no-repeat;
}

#home_quicklinks a.firstnations {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0px 42px;
	font-size: 12px;
	background: url(/en/images/navigation/main_home/q_firstnation.gif) no-repeat;
}

#home_quicklinks a.enews {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 37px;
	color: #996633;
	padding: 10px 0 0px 42px;
	font-size: 12px;
	background: url(/en/images/navigation/main_home/q_enews.jpg) no-repeat;
}

/* QUICKLINKS HOVER */
#home_quicklinks a:hover {
	text-decoration: underline;
}


/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- QUICKLINKS NAVIGATION INTERIOR PAGE --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#interior_quicklinks {
	margin-top: 15px;
}

#interior_quicklinks a.calendar {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/main_interior/q_calendar_int.gif) no-repeat;
}

#interior_quicklinks a.whatsnew {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/main_interior/q_whatsnew_int.gif) no-repeat;
}

#interior_quicklinks a.feedback {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/main_interior/q_yourfeedback_int.gif) no-repeat;
}

#interior_quicklinks a.firstnations {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/main_interior/q_firstnation_int.gif) no-repeat;
}

#interior_quicklinks a.enews {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/main_interior/q_enews_int.jpg) no-repeat;
}

/* --- --- --- --- --- --- --- --- QUICKLINKS HOVER --- --- --- --- --- --- --- --- */
#interior_quicklinks a:hover {
	text-decoration: underline;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- QUICKLINKS NAVIGATION ECDEV HOMEPAGE --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


#ecdev_home_quicklinks a.calendar {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_home/q_ecdev_calendar_home.gif) no-repeat;
}

#ecdev_home_quicklinks a.map {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_home/q_ecdev_map_home.jpg) no-repeat;
}

#ecdev_home_quicklinks a.community {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_home/q_ecdev_community_home.gif) no-repeat;
}

#ecdev_home_quicklinks a.request {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_home/q_ecdev_request_home.gif) no-repeat;
}

#ecdev_home_quicklinks a.statistics {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_home/q_ecdev_statistics_home.gif) no-repeat;
}

/* QUICKLINKS HOVER */
#home_quicklinks a:hover {
	text-decoration: underline;
}

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- QUICKLINKS NAVIGATION ECDEV INTERIOR --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

#ecdev_int_quicklinks {
	float: left;
	margin-top: 15px;
}

#ecdev_int_quicklinks a.calendar {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_interior/q_ecdev_calendar_int.gif) no-repeat;
}

#ecdev_int_quicklinks a.map {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_interior/q_ecdev_map_int.jpg) no-repeat;
}

#ecdev_int_quicklinks a.community {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_interior/q_ecdev_community_int.gif) no-repeat;
}

#ecdev_int_quicklinks a.request {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_interior/q_ecdev_request_int.gif) no-repeat;
}

#ecdev_int_quicklinks a.statistics {
	display: block;  /* To increase the clickable area as a's default to inline. */
	text-transform: uppercase;
	height: 30px;
	color: #996633;
	padding: 10px 0 0 42px;
	margin: 0;
	font-size: 12px;
	background: url(/en/images/navigation/ecdev_interior/q_ecdev_statistics_int.gif) no-repeat;
}

/* --- --- --- --- --- --- --- --- QUICKLINKS HOVER --- --- --- --- --- --- --- --- */
#ecdev_int_quicklinks a:hover {
	text-decoration: underline;
}


