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

.hatcontainer {
	background-image: url(../images/hat/hat_bkgrd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	width: 100%;
}
.hatright {
	top: 7px;
	height: 33px;
	position: absolute;
	z-index: 1;
	right: 0px;
}
