/*** Complex Horizontal Navigation ***/
.tnav ul li
{
	margin: 0;
}
.tnav ul li a
{

	text-decoration: none;

	margin: 0 -1px 0 0;
	padding: 0px 4px 0px 4px;
	BORDER-RIGHT: #000 2px solid;
	BORDER-LEFT: #000 2px solid;
    COLOR: #e07;
}
.tNAV
{
	padding: 0;		/*	IE5/Win will resize hnav to fit the heights of its
						inline children that have vertical padding. So this
						incorrect case selector will remove that padding */
}
.TNAV ul li a
{
	height: 1%;		/*	holly hack for IE5/Win because 5.0 doesn't recognize 
						inline padding by default */
}
html>body .TNAV
{
	padding: 3px 0 4px 0;	/* Fix for Safari which is case-insensitive */
	height: auto;
}
.tnav ul li a:hover
{
	text-decoration: none;
	
}
.tnav ul li a#selected
{
	text-decoration: none;
	BORDER-BOTTOM: #ffffff 2px solid;
    

}
.tnav ul li span
{
	display: none;
}


