#menu {height: 32px;float: right; margin-right: 28px; margin-top: 250px; font-size: 14px;}
#menu div {float: left; margin-right: 2px;}

#menu a {height: 32px; padding: 6px 12px 0px 12px;background: url(../gfx/menu-off.gif) top left repeat-x; color: #fff; text-decoration: none; display: block; float: left;}
#menu a:hover {height: 32px; padding: 6px 12px 0px 12px; background: url(../gfx/menu-off.gif) top left repeat-x; color: #4fa4e0; text-decoration: none; display: block; float: left;}


/*
#menu a#button_home {width: 50px; height: 32px; padding: 6px 12px 0px 12px;background: url(../gfx/menu-off.gif) top left repeat-x; color: #fff; text-decoration: none; display: block; text-align: center;}
#menu a#button_home:hover {width: 50px; height: 32px; padding: 6px 12px 0px 12px; background: url(../gfx/menu-off.gif) top left repeat-x; color: #4fa4e0; text-decoration: none; display: block;text-align: center;}

#menu a#button_issues {width: 50px; height: 32px; padding: 6px 12px 0px 12px;background: url(../gfx/menu-off.gif) top left repeat-x; color: #fff; text-decoration: none; display: block;}
#menu a#button_issues:hover {width: 50px; height: 32px; padding: 6px 12px 0px 12px; background: url(../gfx/menu-off.gif) top left repeat-x; color: #4fa4e0; text-decoration: none; display: block;}

#menu a#button_about {width: 68px;height: 42px;background: url(../gfx/menu/about.gif);display: block;}
#menu a#button_about:hover {width: 68px;height: 42px;background: url(../gfx/menu/about_over.gif);display: block;}
#menu a#button_portfolio {width: 90px;height: 42px;background: url(../gfx/menu/portfolio.gif);display: block;}
#menu a#button_portfolio:hover {width: 90px;height: 42px;background: url(../gfx/menu/portfolio_over.gif);display: block;}
#menu a#button_adventures {width: 100px;height: 42px;background: url(../gfx/menu/adventures.gif);display: block;}
#menu a#button_adventures:hover {width: 100px;height: 42px;background: url(../gfx/menu/adventures_over.gif);display: block;}
#menu a#button_process {width: 78px;height: 42px;background: url(../gfx/menu/process.gif);display: block;}
#menu a#button_process:hover {width: 78px;height: 42px;background: url(../gfx/menu/process_over.gif);display: block;}
#menu a#button_quote {width: 100px;height: 42px;background: url(../gfx/menu/quote.gif);display: block;}
#menu a#button_quote:hover {width: 100px;height: 42px;background: url(../gfx/menu/quote_over.gif);display: block;}
#menu a#button_contact {width: 78px;height: 42px;background: url(../gfx/menu/contact.gif);display: block;}
#menu a#button_contact:hover {width: 78px;height: 42px;background: url(../gfx/menu/contact_over.gif);display: block;}
#menu a#button_checklist {width: 112px;height: 42px;background: url(../gfx/menu/checklist.gif);display: block;}
#menu a#button_checklist:hover {width: 112px;height: 42px;background: url(../gfx/menu/checklist_over.gif);display: block;}
/*#menu a span {display: none;}*/

body#home a#button_home, body#home a#button_home:hover {
	padding: 6px 12px 0px 12px;
	height: 32px;
	background: url(../gfx/menu-on.gif) top left repeat-x;
	color: #15588f;
	display: block;
	cursor:default;
}
body#issues a#button_issues, body#issues a#button_issues:hover {
	padding: 6px 12px 0px 12px;
	height: 32px;
	background: url(../gfx/menu-on.gif) top left repeat-x;
	color: #15588f;
	display: block;
	cursor:default;
}
body#mission a#button_mission, body#mission a#button_mission:hover {
	padding: 6px 10px 2px 10px;
	height: 32px;
	background: url(../gfx/menu-on.gif) top left repeat-x;
	color: #15588f;
	display: block;
	cursor:default;
}
body#join a#button_join, body#join a#button_join:hover {
	padding: 6px 10px 2px 10px;
	height: 32px;
	background: url(../gfx/menu-on.gif) top left repeat-x;
	color: #15588f;
	display: block;
	cursor:default;
}