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

#masterMenu {
	position: absolute;
	top: 0;
	margin: 0 auto;
	width:100%;
	height:25px;
	background-image: url(masterMenu/bg.gif);
	background-repeat: repeat-x;
	z-index: 1;
	text-align: center;
}
