@charset "utf-8";
/* CSS Document */

.searchBox {
	height: 12px;
	width: 103px;
	font-size: 12px;
	line-height: 12px;
	background-color: #232323;
	color: #e5e5e5;
	border: 1px #686868 solid;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	position: absolute;
	top: 4px;
}
#divTophatSearch img {
	margin-top: 1px;
}
.textMenuPrimary {
	font-size: 12px;
	line-height: 15px;
	color: #383B3E;
	font-weight: bold;
}
#divBarHeader {
	width: 100%;
	z-index: 5;
	background-color: #FFF;
	position: absolute;
	height: 104px;
	top: 0px;
	min-width: 960px;
}
#divBarTophat {
	height: 28px;
	/*
	background-image: url(../images/tophat_grain.jpg);
	background-repeat: repeat;
	*/
	background-color: #4a4849;
	width: 100%;
	/* [disabled]background-color: #C9C; */
	top: 0px;
	position: absolute;
	z-index: 10;
	min-width: 960px;
}
#divContainerTophat {
	/* [disabled]background-color: #C60; */
	height: 28px;
	width: 960px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -480px;
	z-index: 15;
}
#divContainerMenu {
	/* [disabled]background-color: #900; */
	height: 76px;
	width: 960px;
	top: 28px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	z-index: 150;
}
#divTophatText {
	width: 803px;
	height: 28px;
	text-align: right;
	/* [disabled]line-height: 28px; */
	position: absolute;
	padding-top: 2px;
	right: 175px;
	/* [disabled]background-color: #FF9; */
	padding-top: 5px;
}
#divTophatText p { margin: 0; padding: 0; }
#divTophatText a { color: #E5E5E5; }
#divTophatText a:hover { text-decoration: underline; }
.tophatSpacing { padding-left: 12px; }
#divTophatSearch {
	width: 132px;
	height: 28px;
	left: 803px;
	line-height: 28px;
	position: absolute;
	/* [disabled]background-color: #CC0; */
}
#divMenuBGLogo {
	height: 76px;
	width: 245px;
	left: 0px;
	/*
	background-image: url(../images/menuCSXLogo.jpg);
	*/
	position: absolute;
	display: inline-block;
	cursor: pointer;
}
#divMenuItem1 {
	height: 51px;
	width: 110px;
	left: 275px;
	background-image: url(../images/menu_top1.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 22px;
	position: absolute;
	overflow: hidden;
}
#divMenuItem2 {
	height: 51px;
	width: 110px;
	left: 407px;
	background-image: url(../images/menu_top2.png);
	padding-top: 25px;
	padding-left: 22px;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
}
#divMenuItem3 {
	height: 51px;
	width: 110px;
	left: 539px;
	background-image: url(../images/menu_top3.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 22px;
	position: absolute;
	overflow: hidden;
}
#divMenuItem4 {
	height: 51px;
	width: 110px;
	left: 671px;
	background-image: url(../images/menu_top4.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 22px;
	position: absolute;
	overflow: hidden;
}
#divMenuItem5 {
	height: 51px;
	width: 110px;
	left: 803px;
	background-image: url(../images/menu_top5.png);
	padding-top: 25px;
	background-repeat: no-repeat;
	padding-left: 22px;
	position: absolute;
	overflow: hidden;
}
