/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{background-color:#999999; width:778px; text-align:center; height:32px; margin-bottom:9px; border-bottom:#BFBFBF 1px solid;}
TD.first_navigationImage	{display:none; width:0px;}
TD.mid_navigationImage		{width:2px; background-image:url('../sepTopBar.gif'); background-repeat:no-repeat; background-position:top;}
TD.last_navigationImage		{display:none; width:0px;}

/* First Level */
TD.navigation				{text-align:center; background-color:#999999; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:3px;}
TD.navigationOver			{text-align:center; background-color:#FF6400; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:3px;}
TD.navigationOn				{text-align:center; background-color:#FF6400; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:3px;}
TD.navigationOnOver			{text-align:center; background-color:#FF6400; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:3px;}

TD.navigation				A.navigation,
TD.navigation 				A.navigation:hover	{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOver			A.navigation,
TD.navigationOver			A.navigation:hover	{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOn				A.navigation, 
TD.navigationOn				A.navigation:hover	{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOnOver			A.navigation, 
TD.navigationOnOver			A.navigation:hover	{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}


/* Second Level */
DIV.navigationSubContainer	{margin-top:2px; border-left:1px solid #FF6400; border-right:1px solid #FF6400; border-top:1px solid #FF6400;}

DIV.navigationSub			{background-color:#D3D3D3; color:#464747; border-bottom:1px solid #FF6400; font-weight:normal; font-size:100%; width:130px; padding-top:4px; padding-right:15px; padding-bottom:4px; padding-left:3px;}
DIV.navigationSubOver		{background-color:#C1C0C0; color:#282828; border-bottom:1px solid #FF6400; font-weight:normal; font-size:100%; width:130px; padding-top:4px; padding-right:15px; padding-bottom:4px; padding-left:3px;}

DIV.navigationSub			A.navigationSub,
DIV.navigationSub			A.navigationSub:hover	{color:#464747; text-decoration:none; display:block; width:100%; height:100%;}
DIV.navigationSubOver		A.navigationSub,
DIV.navigationSubOver		A.navigationSub:hover	{color:#282828; text-decoration:none; display:block; width:100%; height:100%;}

						
/* Sepecific CSS exapmle // BY ORDER - ONLY FRO FIRST LEVEL
First Level		
A.navigation1				{}
A.navigation1:hover		{}
A.navigationOn1			{}
A.navigationOn1:hover		{}

TD.navigation1				{}
TD.navigationOver1			{}
TD.navigationOn1			{}
TD.navigationOnOver1		{}
 */
 
 /* Sepecific CSS exapmle // BY CATEGORY ID
First Level		
A.navigationByID1				{}
A.navigationByID1:hover		{}
A.navigationOnByID1			{}
A.navigationOnByID1:hover		{}

TD.navigationByID1				{}
TD.navigationOverByID1			{}
TD.navigationOnByID1			{}
TD.navigationOnOverByID1		{}


Second Level
DIV.navigationSubContainerByID1	{}
A.navigationSubByID1			{}
A.navigationSubByID1:HOVER		{}

DIV.navigationSubByID1			{}
DIV.navigationSubOverByID1		{}
 */