.mainMenu .tableContainer {
	width:900px;
	overflow:hidden;
}

.mainMenu table {
	font-size:1.145em;
	width:100%;
	border:0px;
	border-collapse:collapse;
	text-align:center;
}

.mainMenu td {
	background:#FFC809 url('Images/icomp_menuHeader.gif') repeat-x 0 -297px;
	padding:0;
	white-space:nowrap;
}

.mainMenu td a .separator {
	background:url('Images/icomp_menuHeader.gif') no-repeat right -264px;
	width:100%;
	height:23px;
	padding-top:10px;
	cursor:pointer;
}

.mainMenu td.portal a .separator {
	background:url('Images/icomp_menuHeader.gif') no-repeat right -132px;
}

.mainMenu td.portal a:hover .separator,
.mainMenu td.portal a.active .separator {
	background:url('Images/icomp_menuHeader.gif') no-repeat right -165px;
}

.mainMenu td.portal a .end {
	background:url('Images/icomp_menuHeader.gif') no-repeat left 0;
	width:100%;
	height:100%;	
	cursor:pointer;
	padding-top:10px;
}

.mainMenu td.portal a:hover .end,
.mainMenu td.portal a.active .end {
	background:url('Images/icomp_menuHeader.gif') no-repeat left -33px;
}

.mainMenu td a .padding {
	padding:0 1.2em;
	cursor:pointer;
	line-height:1.182em;
}

.mainMenu td a, 
.mainMenu td a:visited {
	color:#FFF;
	font-weight:bold;
	display:block;
	text-align:center;
	height:33px;
}

.mainMenu td a:hover ,
.mainMenu td a.active {
	background:#FF9209 url('Images/icomp_menuHeader.gif') repeat-x 0px -330px;
	text-decoration:none;
	color:#FFF; /* For IE6 */
}

.mainMenu td.portal {
	background:#0167CB url('Images/icomp_menuHeader.gif') repeat-x 0px -66px;
}

.mainMenu td.portal a:hover,
.mainMenu td.portal a.active {
	background:#0167CB url('Images/icomp_menuHeader.gif') repeat-x 0px -99px;
}

.mainMenuShadow {
	height:0.21em;
	width:900px;
	display:block;
}
