div.navTop
{
	width: 100%;
	font-weight: bold;
}

div.navBottom
{
	width: 100%;
}

table.navRow
{
	width: 100%;
	max-width: 100%;
}
	
td.navCellTop
{
	font-size: 14px;
	color: #F69E74;
	width: 5px;
}
	
td.navCellBottom
{
	color: #F69E74;
	width: 5px;
}
	
td.navSpacerTop
{
	width: 20px;
	min-width: 5px;
}
	
td.navSpacerBottom
{
	width: 15px;
	min-width: 3px;
}
	
td.navSeparatorTop
{
	background-color: #F69E74;
	width: 2px;
}
	
td.navSeparatorBottom
{
	background-color: #F69E74;
	width: 1px;
}
	
img.navSeparatorTop
{
	width: 2px;
}
	
img.navSeparatorBottom
{
	width: 1px;
}

img.arrowTop
{
	width: 100%;
	height: 18px;
}

img.arrowBottom
{
	width: 100%;
	height: 9px;
}

a.nav
{
	text-decoration: none;
}

a.nav:link, a.nav:visited
{
	color: #CCCCCC;
}

a.nav:hover, a.nav:active
{
	color: #FFFFFF;
}

