/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{width:778px; text-align:center; height:24px; border-top:#498bc2 2px solid; border-bottom:#498bc2 2px solid; background-image:url('../stripTopBar_top.gif'); background-repeat:repeat-x; background-position:top;}
TD.first_navigationImage	{display:none; width:0px;}
TD.mid_navigationImage		{display:none; width:0px;}
TD.last_navigationImage		{display:none; width:0px;}

/* First Level */
TD.navigation				{text-align:center; color:#024177; font-weight:bold; font-size:12px; Cursor:pointer; padding:4px 10px 3px 10px; background-image:url("../stripTopBar_bottom.gif"); background-repeat:repeat-x; background-position:bottom;}
TD.navigationOver			{text-align:center; background-color:#a5c6e2; color:#024177; font-weight:bold; font-size:12px; Cursor:pointer; padding:4px 10px 3px 10px;}
TD.navigationOn				{text-align:center; background-color:#a5c6e2; color:#024177; font-weight:bold; font-size:12px; Cursor:pointer; padding:4px 10px 3px 10px;}
TD.navigationOnOver			{text-align:center; background-color:#a5c6e2; color:#024177; font-weight:bold; font-size:12px; Cursor:pointer; padding:4px 10px 3px 10px;}

TD.navigation				A.navigation,
TD.navigation 				A.navigation:hover	{color:#024177; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOver			A.navigation,
TD.navigationOver			A.navigation:hover	{color:#024177; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOn				A.navigation, 
TD.navigationOn				A.navigation:hover	{color:#024177; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOnOver			A.navigation, 
TD.navigationOnOver			A.navigation:hover	{color:#024177; font-weight:bold; text-decoration:none; display:block;}


/* Second Level */
DIV.navigationSubContainer	{border-top:2px solid #4a8bc1;}

DIV.navigationSub			{background-color:#b7d5ef; color:#024177; border-left:1px solid #4a8bc1; border-right:1px solid #4a8bc1; border-bottom:1px solid #4a8bc1; font-weight:normal; font-size:100%; width:130px; padding:4px 15px 4px 3px;}
DIV.navigationSubOver		{background-color:#e7f1fa; color:#2c2c2c; border-left:1px solid #4a8bc1; border-right:1px solid #4a8bc1; border-bottom:1px solid #4a8bc1; font-weight:normal; font-size:100%; width:130px; padding:4px 15px 4px 3px;}

DIV.navigationSub			A.navigationSub,
DIV.navigationSub			A.navigationSub:hover	{color:#024177; text-decoration:none; display:block; width:100%; height:100%;}
DIV.navigationSubOver		A.navigationSub,
DIV.navigationSubOver		A.navigationSub:hover	{color:#2c2c2c; 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		{}
 */