/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar		{text-align:center; height:48px; margin-bottom:5px;}
TD.first_navigationImage	{display:none; width:0px;}
TD.mid_navigationImage		{width:8px; background-color:#ffffff;}
TD.last_navigationImage		{display:none; width:0px;}

/* First Level */
TD.navigation				{width:123px; text-align:center; color:#ffffff; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:0px; padding-bottom:9px; background-image:url('../bgTopBar.gif'); background-position:top center; background-repeat:no-repeat;}
TD.navigationOver			{width:123px; text-align:center; color:#63235E; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:0px; padding-bottom:9px; background-image:url('../bgTopBar.gif'); background-position:top center; background-repeat:no-repeat;}
TD.navigationOn				{width:123px; text-align:center; color:#63235E; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:0px; padding-bottom:9px; background-image:url('../bgTopBar.gif'); background-position:top center; background-repeat:no-repeat;}
TD.navigationOnOver			{width:123px; text-align:center; color:#63235E; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:0px; padding-bottom:9px; background-image:url('../bgTopBar.gif'); background-position:top center; background-repeat:no-repeat;}

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:#63235E; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOn				A.navigation, 
TD.navigationOn				A.navigation:hover	{color:#63235E; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOnOver			A.navigation, 
TD.navigationOnOver			A.navigation:hover	{color:#63235E; font-weight:bold; text-decoration:none; display:block;}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #E0E0E0;}

DIV.navigationSub			{background-color:#F6FAF4; color:#63235E; border-left:1px solid #E0E0E0; border-right:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:3px; padding-bottom:2px; padding-left:5px;}
DIV.navigationSubOver		{background-color:#F6FAF4; color:#44A634; border-left:1px solid #E0E0E0; border-right:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:3px; padding-bottom:2px; padding-left:5px;}

DIV.navigationSub			A.navigationSub,
DIV.navigationSub			A.navigationSub:hover	{color:#63235E; text-decoration:none; display:block; width:100%; height:100%;}
DIV.navigationSubOver		A.navigationSub,
DIV.navigationSubOver		A.navigationSub:hover	{color:#44A634; 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		{}
 */