div.TopNav { position: relative; top: 20px; left: 620px; }
div.OrderStatus { position: relative; top: 0px; left: 650px; }

td.navgrey { 
	background-color: #CCC;
	display: block;
}

a.navmain:link { 
	font-size: 12px; 
	font-family: Tahoma;
	text-decoration: none;
	color: #333;
}
a.navmain:visited { 
	font-size: 12px; 
	font-family: Tahoma;
	text-decoration: none;
	color: #333;
}
a.navmain:hover { 
	font-size: 12px; 
	font-family: Tahoma;
	text-decoration: underline;
	color: #336;
}
a.navmain:active { 
	font-size: 12px; 
	font-family: Tahoma;
	text-decoration: none;
	color: #333;
}

td.sidebar {
	display: block;
	background-color: #1D3467;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	}

.font_white_12 { 
	font-size: 12px; 
	font-family: Tahoma;
	color: #FFF;
	line-height: 1em
}
.font_white_14 { 
	font-size: 14px; 
	font-family: Tahoma;
	color: #FFF;
}

#slideshow {
    position:relative;
    height:250px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

table.nav { 
	background-color: #336;
	background-image:url('/images/header4.jpg');
	height: 64px;
	width: 726px;
}

