#navigation{
	font-family: Arial, Helvetica, Sans-serif;
}
#navigation a {
	text-decoration: none;
}
#navigation .firstlevel {
	background: #000000;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px 0px 1px 1px;
	height: 20px;
	text-align: left; /* IE6 */
}
#navigation .firstlevel table {
	width: 100%;
}
#navigation .firstlevel td {
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#navigation .firstlevel td.first {
	background: none;
	padding-left: 5px;
}
#navigation .firstlevel td a {
	color: #ffffff;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	height: 20px;
}
#navigation .firstlevel td a:hover {
	color: #D3D1D1;
}
#navigation .firstlevel td.on, #navigation .firstlevel td.on {
	background-color: #B4B4B4;
	font-weight: bold;
}
#navigation .firstlevel td.coreSelected, 
#navigation .firstlevel td.coreSelected {
	background-color: #0E5177;
	font-weight: bold;
}
#navigation .firstlevel td.toolsSelected, 
#navigation .firstlevel td.toolsSelected {
	background-color: #6B7BA5;
	font-weight: bold;
}
#navigation .firstlevel td.exchangeSelected, 
#navigation .firstlevel td.exchangeSelected {
	background-color: #A54A5A;
	font-weight: bold;
}

#navigation .firstlevel td.centurionSelected, 
#navigation .firstlevel td.centurionSelected {
	background-color: #B4B4B4;
	font-weight: bold;
}

#navigation .firstlevel td.platinumSelected, 
#navigation .firstlevel td.platinumSelected {
	background-color: #B4B4B4;
	font-weight: bold;
}

#navigation .secondlevel {
	background: #000000;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 1px 1px;
	height: 20px;
	text-align: left; /* IE6 */
}
#navigation .secondlevel table {
	/*width: 100%;*/
}
#navigation .secondlevel td {
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#navigation .secondlevel td.hidden {
	background-image: none;
}
#navigation .secondlevel td.first {
	background: none;
	padding-left: 5px;
}
#navigation .secondlevel td a {
	color: #ffffff;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	height: 20px;
}
#navigation .secondlevel td a:hover {
	color: #D3D1D1;
}

#navigation .secondlevel td.coreSelected {
	background: #0E5177;
	font-weight: bold;
}
#navigation .secondlevel td.coreSelected a, #navigation .secondlevel td.coreSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
	font-weight: bold;
}
#navigation .secondlevel td.toolsSelected {
	background: #32477F;
	font-weight: bold;
}
#navigation .secondlevel td.toolsSelected a, #navigation .secondlevel td.toolsSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
}
#navigation .secondlevel td.exchangeSelected {
	background: #7D1325;
	font-weight: bold;
}
#navigation .secondlevel td.exchangeSelected a, #navigation .secondlevel td.exchangeSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
	font-weight: bold;
}


#navigation .thirdlevel {
	background: #000000;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0px 1px 1px 1px;
	height: 20px;
	text-align: left; /* IE6 */
}
#navigation .thirdlevel table {
	/*width: 100%;*/
}
#navigation .thirdlevel td {
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
#navigation .thirdlevel td.hidden {
	background-image: none;
}
#navigation .thirdlevel td.first {
	background: none;
	padding-left: 5px;
}
#navigation .thirdlevel td a {
	color: #ffffff;
	font-size: 11px;
	padding: 3px 5px 3px 5px;
	height: 20px;
}
#navigation .thirdlevel td a:hover {
	color: #D3D1D1;
}

#navigation .thirdlevel td.coreSelected {
	background: #0E5177;
	font-weight: bold;
}
#navigation .thirdlevel td.coreSelected a, #navigation .thirdlevel td.coreSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
	font-weight: bold;
}
#navigation .thirdlevel td.toolsSelected {
	background: #32477F;
	font-weight: bold;
}
#navigation .thirdlevel td.toolsSelected a, #navigation .thirdlevel td.toolsSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
}
#navigation .thirdlevel td.exchangeSelected {
	background: #7D1325;
	font-weight: bold;
}
#navigation .thirdlevel td.exchangeSelected a, #navigation .thirdlevel td.exchangeSelected a:hover {
	color: #FFFFFF;/*#D3D1D1;*/
	font-weight: bold;
}


