#header {
	height:163px;
	width:864px;
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-bottom:3px solid #9f1b32;
/* 	border:1px dashed #FFFFFF;*/
}

#headerLogo {
	float:left;
	height:163px;
	width:186px;
	border:0;
}

#headerBanner {
	float:left;
	height:132px;
	width:678px;
	border:0;
}

#headerNav {
	float:right;
	height:31px;
	width:678px;
	background-color:#2b2b2b;
}

.menuItem {
/*	border:1px dashed #FFFFFF;*/
	position:relative;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:31px;
	text-align:left;
	font-size:10pt;
	font-variant:small-caps;
	line-height:85%;
	width:20px;
}

.menuItemActive {
/*	border:1px dashed #FFFFFF;*/
	background-color:#666666;
	position:relative;
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:31px;
	text-align:left;
	font-size:10pt;
	font-variant:small-caps;
	line-height:85%;
	width:10px;
}

.menuItem a {
	color:#FFFFFF;
}

.menuItemActive a {
	color:#FFFFFF;
}

/* this combined with the position:relative for .menuItem allows the text to be vertically-aligned bottom */
/* IE version */
.navText {
	position:absolute;
	bottom:2px;
}
/* normal browser style */
html>body .navText {
	position:absolute;
	bottom:5px;
}

/* IE version */
#menuItem1 { width:89px;}
/* normal browser style */
html>body #menuItem1 { width:79px;}

/* IE version */
#menuItem2 { width:85px;}
/* normal browser style */
html>body #menuItem2 { width:75px;}

/* IE version */
#menuItem3 { width:86px;}
/* normal browser style */
html>body #menuItem3 { width:76px;}

/* IE version */
#menuItem4 { width:85px;}
/* normal browser style */
html>body #menuItem4 { width:75px;}

/* IE version */
#menuItem5 { width:85px;}
/* normal browser style */
html>body #menuItem5 { width:75px;}

/* IE version */
#menuItem6 { width:83px;}
/* normal browser style */
html>body #menuItem6 { width:73px;}

/* ID version */
#menuItem7 { width:85px;}
/* normal browser style */
html>body #menuItem7 { width:75px;}

/* IE version */
#menuItem8 { width:80px;}
/* normal browser style */
html>body #menuItem8 { width:70px;}