﻿/* CSS Document */

/* Main Menu */
#main_menu
	{
	position: absolute;
	bottom: 20px;
	left: 34px;
	top: 66px;
	}

#main_menu .divider
	{
	display: none;
	}	

#main_menu li
	{
	float: left;
	}
	
#main_menu a
	{
	height: 30px;
	display: block;
	}

#main_menu a span
	{
	display: none;
	background-position: 0 0;
	}

#main_menu a.agenda,
#main_menu a.agenda_selected
 {
	width:114px;
	background: url('../images/menu/meeting-materials.gif');
}

#main_menu a.home
	{
	width: 57px;
	background: url('../images/menu/home.gif');
	}
#main_menu a.home_selected
	{
	width: 57px;
	background: url('../images/menu/home.gif');
	background-position: 0 -60px;
	}

#main_menu a.agenda_selected {
	background-position: 0 -60px;
}

#main_menu a.about
	{
	width: 79px;
	background: url('../images/menu/about.gif');
	}
#main_menu a.about_selected
	{
	width: 79px;
	background: url('../images/menu/about.gif');
	background-position: 0 -60px;
	}

#main_menu a.membership
	{
	width: 100px;
	background: url('../images/menu/membership.gif');
	}
#main_menu a.membership_selected
	{
	width: 100px;
	background: url('../images/menu/membership.gif');
	background-position: 0 -60px;
	}

#main_menu a.news
	{
	width: 59px;
	background: url('../images/menu/news.gif');
	}
#main_menu a.news_selected
	{
	width: 59px;
	background: url('../images/menu/news.gif');
	background-position: 0 -60px;
	}
#main_menu a.filings

	{

	width: 217px;

	background: url('../images/menu/Update_Nav_LegRegProceed_OIEC.gif');

	}

#main_menu a.filings_selected
{
	width: 217px;
	background: url('../images/menu/Update_Nav_LegRegProceed_OIEC.gif');
	background-position: 0 -60px;
}

#main_menu a.contact
{
	width: 73px;
	background: url('../images/menu/contact.gif');
}

#main_menu a.contact_selected
{
	width: 73px;
	background: url('../images/menu/contact.gif');
	background-position: 0 -60px;
}

#main_menu a.home:hover,
#main_menu a.about:hover,
#main_menu a.membership:hover,
#main_menu a.news:hover,
#main_menu a.contact:hover,
#main_menu a.filings:hover,
#main_menu a.agenda:hover
{
	background-position: 0 -30px;
}


/* Footer Menu */
#footer_menu
	{
	float: right;
	}

#footer_menu ul
	{
	color: #999999;
	}

#footer_menu li
	{
	float: left;
	}

#footer_menu li a
	{
	background-color: white;
	display: block;
	text-decoration: none;
	color: #999999;
	padding: 0 5px 0 5px;
	}
	
#footer_menu li a:hover
	{
	text-decoration: underline;
	}