div#sub_navigation {
	height:20px; /* new height for sub navigation different from other pagess */
	padding:0em 2em 0em 2.3em;
}

div#page_name_image {
	background:url(/images/charters/charters_heading.gif) no-repeat;
	width:607px;
	height:78px;
	margin:0em 2em 0em 2em;
}

/* START OF SUB NAVIGATION LINK STYLES */

A.exclusive_use_link:link, A.exclusive_use_link:active, A.exclusive_use_link:visited {
	float:left;
	background:url(/images/charters/sub_navigation/exclusive_use_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:78px;
}

A.exclusive_use_link:hover { 
	background-image:url(/images/charters/sub_navigation/exclusive_use_hover.gif);
	height:20px;
	width:78px;
}

A.meetings_events_link:link, A.meetings_events_link:active, A.meetings_events_link:visited, A.meetings_events_link:hover {
	float:left;
	background:url(/images/charters/sub_navigation/meetings_events_hover.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:103px;
	margin-left:3px;
}

A.incentive_rewards_link:link, A.incentive_rewards_link:active, A.incentive_rewards_link:visited {
	float:left;
	background:url(/images/charters/sub_navigation/incentive_rewards_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:103px;
	margin-left:3px;
}

A.incentive_rewards_link:hover { 
	background-image:url(/images/charters/sub_navigation/incentive_rewards_hover.gif);
	height:20px;
	width:103px;
}

A.groups_link:link, A.groups_link:active, A.groups_link:visited {
	float:left;
	background:url(/images/charters/sub_navigation/groups_link.gif) no-repeat left bottom;
	background-repeat:no-repeat;
	display:block;
	height:20px;
	width:46px;
	margin-left:3px;
}

A.groups_link:hover { 
	background-image:url(/images/charters/sub_navigation/groups_hover.gif);
	height:20px;
	width:46px;
}
