﻿body {
}

	#AccountNav
	{
		float:left;
		width:100%;
		font-size:93%;
		line-height:normal;
		border-bottom:solid 2px gray;
		border-right:solid 2px white;
		margin-bottom:5px;

	}
	
	#AccountNav ul 
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#AccountNav li
	{
		float:left;
		background:url("images/tabrightH.gif") no-repeat right top;
		margin:0;
		padding:0;
		font-weight:bolder;
	}
	
	#AccountNav li a
	{
		display:block;	
		background:url("images/tableftH.gif") no-repeat left top;
		padding:5px 15px;
		color:White;		
	}
	
	#AccountNav a:hover
	{
		background-image:url("images/tableftH_on.gif")		
	}
	
	#AccountNav li:hover
	{
		background-image:url("images/tabrightH_on.gif")
	}
	
	#SecondaryNav
	{
		float:left;
		width:100%;
		font-size:93%;
		line-height:normal;
		border-bottom:solid 2px gray;
		border-right:solid 2px white;
		margin-bottom:5px;

	}
	
	#SecondaryNav ul 
	{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#SecondaryNav li
	{
		float:left;
		background:url("images/SecondaryTabRightH.gif") no-repeat right top;
		margin:0;
		padding:0;
		font-weight:bolder;
	}
	
	#SecondaryNav li a
	{
		display:block;	
		background:url("images/SecondaryTabLeftH.gif") no-repeat left top;
		padding:5px 15px;
		color:White;		
	}
	
	#SecondaryNav a:hover
	{
		background-image:url("images/tableftH_on.gif")		
	}
	
	#SecondaryNav li:hover
	{
		background-image:url("images/tabrightH_on.gif")
	}
	
	.SalesOrderNav
	{
	    float:left;
		background:url("images/SecondaryTabSolidH.gif");
		margin:0;
		padding:0;
		font-weight:bolder;
		width:160px;
		text-align:center;
	}
	
    .InvoiceNav
	{
	    float:left;
		background:url("images/SecondaryTabSolidH.gif");
		margin:0;
		padding:0;
		font-weight:bolder;
		width:160px;
		text-align:center;
	}