/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{background-color:#9babcf; text-align:center; height:22px; width:100%;margin-top:9px;margin-bottom:4px;}
TD.first_navigationImage	{background-image:url('../TopNavRight.gif');background-repeat:no-repeat;background-position:right top;width:4px;/*display:none; width:0px; background-image:none;*/}
TD.mid_navigationImage		{width:0px; background-color:#bcbcbc;}
TD.last_navigationImage		{background-image:url('../TopNavLeft.gif');background-repeat:no-repeat;background-position:left top;width:5px;}

/* First Level */
TD.navigation				{text-align:center; color:#012f76; font-weight:bold; font-size:12px; Cursor:pointer; padding:2px 10px 2px 10px;}
TD.navigationOver			{text-align:center; color:#fff; font-weight:bold; font-size:12px; Cursor:pointer; padding:2px 10px 2px 10px;}
TD.navigationOn				{text-align:center; color:#fff; font-weight:bold; font-size:12px; Cursor:pointer; padding:2px 10px 2px 10px;}
TD.navigationOnOver			{text-align:center; color:#012f76; font-weight:bold; font-size:12px; Cursor:pointer; padding:2px 10px 2px 10px;}

TD.navigation				A.navigation,
TD.navigation 				A.navigation:hover	{color:#012f76; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOver			A.navigation,
TD.navigationOver			A.navigation:hover	{color:#fff; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOn				A.navigation, 
TD.navigationOn				A.navigation:hover	{color:#fff; font-weight:bold; text-decoration:none; display:block;}
TD.navigationOnOver			A.navigation, 
TD.navigationOnOver			A.navigation:hover	{color:#012f76; font-weight:bold; text-decoration:none; display:block;}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #9babcf;}

DIV.navigationSub			{background-color:#e4e5e5; color:#012a6a; border-left:1px solid #9babcf; border-right:1px solid #9babcf; border-bottom:1px solid #9babcf; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:5px; padding-bottom:2px; padding-left:3px;}
DIV.navigationSubOver		{background-color:#e4e5e5; color:#6481c2; border-left:1px solid #9babcf; border-right:1px solid #9babcf; border-bottom:1px solid #9babcf; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:5px; padding-bottom:2px; padding-left:3px;}

DIV.navigationSub			A.navigationSub,
DIV.navigationSub			A.navigationSub:hover	{color:#012a6a; text-decoration:none; display:block; width:100%; height:100%;}
DIV.navigationSubOver		A.navigationSub,
DIV.navigationSubOver		A.navigationSub:hover	{color:#6481c2; 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		{}
 */