/* css style for header */

.hdrContainer {
	width: 949px;
	padding: 0px;
	margin: 0px auto;
}

.hdrBanner{
	width: 949px;
	height: 150px;
}

.hdrBannerLeft{
	width: 705;
	height: 150px;
	float:left;
}

.hdrBannerRight{
	width: 244px;
	height: 150px;
	float:right;
}

.menu {
	font: 12px Arial Black;
	color: #FFFFFF;
	margin: 25px 10px 0 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	cursor: pointer;
	float: left;
}

.mnItems, .smnItems{
	font:10px Arial Black;
	text-align:left;
	border:1px solid #A1B0CD;
	width:120;
	background-color:#D4E4FF;
	padding: 5px;
	position: relative;
	left: -2;
	bottom: 2;
}

.mnShdw{
	background: #666666;
}

.smnItems{
	padding: 3px;
	cursor: pointer;
}

.menuTxt {
	margin-left:10px;
}

.dpContainer {
	color:#333333;
	z-index:100;		/* bug fix where menu is underneith the auto scroll box*/
	position:absolute;
}

.clear-both {
	display:block;
	font:1px/1px monospace;
	clear:both;
	visibility: hidden;
}
