div#menu-container {
	position: absolute;
	left: 0px; top: 30px;
	width: 844px; height: 47px;
	_width: 845px;
	z-index: 10;
}

div#menu-container img#menubar-left-end { position: absolute; left: 0px; top: 0px; }
div#menu-container img#menubar-right-end { position: absolute; right: 0px; top: 0px; }


div#menu-container div#menu-items {
	position: relative;
	left: 2px; top: 0px;
	width: 832px; height: 41px;
	background: url(../images/menu/menubar-bg.gif) left top repeat-x;
}

div#menu-container div#menu-items * {
	font-size: 0px; text-decoration: none;
}

/* the hoverbar defaults to not displaying because the page onload event handler will change it */
img#hoverbar {	z-index: 20; display: none; }
div#menu-container img.hoverbar-home {
	position: absolute; left: 1px; top: -2px;
}
div#menu-container a.home-on,
div#menu-container a.home-off {
	position: absolute; left: 0px; top: 12px;
	background: url(../images/menu/home-off.gif) left top no-repeat;
	width: 79px; height: 29px;
}
div#menu-container a.home-on,
div#menu-container a.home-off:hover {
	background: url(../images/menu/home-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-corporateprofile {
	position: absolute; left: 102px; top: -2px;
}
div#menu-container a.corporateprofile-on,
div#menu-container a.corporateprofile-off {
	position: absolute; left: 79px; top: 12px;
	background: url(../images/menu/corporateprofile-off.gif) left top no-repeat;
	width: 134px; height: 29px;
}
div#menu-container a.corporateprofile-on,
div#menu-container a.corporateprofile-off:hover {
	background: url(../images/menu/corporateprofile-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-whatsnew {
	position: absolute; left: 220px; top: -2px;
}
div#menu-container a.whatsnew-on,
div#menu-container a.whatsnew-off {
	position: absolute; left: 213px; top: 12px;
	background: url(../images/menu/whatsnew-off.gif) left top no-repeat;
	width: 102px; height: 29px;
}
div#menu-container a.whatsnew-on,
div#menu-container a.whatsnew-off:hover {
	background: url(../images/menu/whatsnew-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-projects {
	position: absolute; left: 309px; top: -2px;
}
div#menu-container a.projects-on,
div#menu-container a.projects-off {
	position: absolute; left: 315px; top: 12px;
	background: url(../images/menu/projects-off.gif) left top no-repeat;
	width: 79px; height: 29px;
}
div#menu-container a.projects-on,
div#menu-container a.projects-off:hover {
	background: url(../images/menu/projects-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-investors {
	position: absolute; left: 392px; top: -2px;
}
div#menu-container a.investors-on,
div#menu-container a.investors-off {
	position: absolute; left: 394px; top: 12px;
	background: url(../images/menu/investors-off.gif) left top no-repeat;
	width: 85px; height: 29px;
}
div#menu-container a.investors-on,
div#menu-container a.investors-off:hover {
	background: url(../images/menu/investors-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-news {
	position: absolute; left: 466px; top: -2px;
}
div#menu-container a.news-on,
div#menu-container a.news-off {
	position: absolute; left: 479px; top: 12px;
	background: url(../images/menu/news-off.gif) left top no-repeat;
	width: 62px; height: 29px;
}
div#menu-container a.news-on,
div#menu-container a.news-off:hover {
	background: url(../images/menu/news-on.gif) left top no-repeat;
}


div#menu-container img.hoverbar-contact {
	position: absolute; left: 535px; top: -2px;
}
div#menu-container a.contact-on,
div#menu-container a.contact-off {
	position: absolute; left: 541px; top: 12px;
	background: url(../images/menu/contact-off.gif) left top no-repeat;
	width: 76px; height: 29px;
}
div#menu-container a.contact-on,
div#menu-container a.contact-off:hover {
	background: url(../images/menu/contact-on.gif) left top no-repeat;
}