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: 10px; 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: 101px; 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: 130px; top: -2px;
}
div#menu-container a.corporateprofile-on,
div#menu-container a.corporateprofile-off {
	position: absolute; left: 101px; top: 12px;
	background: url(../images/menu/corporateprofile-off.gif) left top no-repeat;
	width: 149px; 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: 256px; top: -2px;
}
div#menu-container a.whatsnew-on,
div#menu-container a.whatsnew-off {
	position: absolute; left: 250px; 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: 346px; top: -2px;
}
div#menu-container a.projects-on,
div#menu-container a.projects-off {
	position: absolute; left: 352px; 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: 433px; top: -2px;
}
div#menu-container a.investors-on,
div#menu-container a.investors-off {
	position: absolute; left: 431px; top: 12px;
	background: url(../images/menu/investors-off.gif) left top no-repeat;
	width: 93px; 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: 531px; top: -2px;
}
div#menu-container a.news-on,
div#menu-container a.news-off {
	position: absolute; left: 524px; top: 12px;
	background: url(../images/menu/news-off.gif) left top no-repeat;
	width: 102px; 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: 620px; top: -2px;
}
div#menu-container a.contact-on,
div#menu-container a.contact-off {
	position: absolute; left: 626px; 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;
}