#globalheader	{	width: 950px;	margin-left: auto;	margin-right: auto;	padding: 0;	margin-top: 0;	}
#globallogo	{ width: 200px; height: 70px; margin: 10px 0 0 10px; float: left;	padding: 0;	}
#globalheader #globalnav	{	width: 640px;	height: 47px;	margin: 10px 0 0 0;	float: right;	}
*:first-child+html #globalheader #globalnav	{	width: 640px;	height: 47px;	margin: 10px 0 0 0;	float: right;	}	/* IE7 */
#globalheader #globalnav,x:-moz-broken	{	width: 640px;	height: 47px;	margin: 10px 0 0 0;	float: right;	}	/* FF */
#globalheader #globalnav li { display: inline;	margin: 0;	padding: 0;	line-height: 1; 	}
#globalheader #globalnav li a { float: left;	height: 0;	overflow: hidden; text-indent: -9999px;	padding: 0;	}

#globalheader #globalnav li#top a{ background-position: 0px 0px; width: 50px;	height: 47px;	background-image: url(../img/menu.png);background-repeat: no-repeat; }
#globalheader #globalnav li#contents a{ background-position: -50px 0px;	 width: 130px;	height: 47px;	background-image: url(../img/menu.png);background-repeat: no-repeat; }
#globalheader #globalnav li#blog a{ background-position: -180px 0px;	 width: 110px;	height: 47px;	background-image: url(../img/menu.png);background-repeat: no-repeat; }
#globalheader #globalnav li#mail a { background-position: -290px 0px;	 width: 160px;	height: 47px;	background-image: url(../img/menu.png);background-repeat: no-repeat; }
#globalheader #globalnav li#about a { background-position: -450px 0px;	 width: 150px;	height: 47px;	background-image: url(../img/menu.png);background-repeat: no-repeat; }

#globalheader #globalnav li#top a:hover{ background-position: 0px -47px; }
#globalheader #globalnav li#contents a:hover{ background-position: -50px -47px; }
#globalheader #globalnav li#blog a:hover{ background-position: -180px -47px; }
#globalheader #globalnav li#mail a:hover { background-position: -290px -47px; }
#globalheader #globalnav li#about a:hover { background-position: -450px -47px; }


* html #globalheader img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}


* html #grid2Bp img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "spacer.gif" : this.src,
this.style.behavior = "none"
);
}


