@charset "utf-8";
/* CSS Document */

#header {
	width: 944px;
	height: 90px;
}

#header ul {
	list-style-type: none;
}
#header li {
	display: block;
	float: left;
}
#headtop {
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	height: 62px;
	position: relative;
}
#corporatesymbol {
	height: 62px;
	width: 80px;
	float: left;
}

#globalmenu {
	width: 225px;
	height: 16px;
	position: absolute;
	top: 44px;
	right: 1px;
}
#globalmenu a{
	display: block;
}

#sitemap {
	width: 85px;
	height: 16px;
}
#global {
	width: 77px;
	height: 16px;
}
#home {
	width: 58px;
	height: 16px;
}

