/****************************** Side Navigation Bar **************************/
TABLE.VerticalBarContainer		{width:187px;}
TD.VerticalBarContainer			{}

/* First Level */
DIV.MenuRowMainContainer 		{}

DIV.menuRowContainer,			
DIV.menuRowContainerOver,		
DIV.menuRowContainerOn,		
DIV.menuRowContainerOnOver		{background: transparent url('../arrow_SideBar.gif') right center no-repeat; color:#000; font-weight:bold; font-size:12px }

A.menuRowright					{display:block; padding:12px 22px 12px 5px;width:187px}
A.menuRowright:link, 
A.menuRowright:visited			{color:#323232; font-weight:normal}
A.menuRowright:focus, 
A.menuRowright:active, 
A.menuRowright:hover			{color:#0094D6; font-weight:normal}

DIV.menuRowContainerOn A.menuRowright:link, 
DIV.menuRowContainerOn A.menuRowright:visited	{color:#323232; font-weight:bold}
DIV.menuRowContainerOn A.menuRowright:focus, 
DIV.menuRowContainerOnOver A.menuRowright:active,
DIV.menuRowContainerOnOver A.menuRowright:hover		{color:#323232; font-weight:bold}


SPAN.menuRowSeperatorTop		{background-color:#8CB9E0; height:1px; width:180px; overflow:hidden;font-size: 1px; display: block}
SPAN.menuRowSeperatorTopByOrder1	{display:none;}
SPAN.menuRowSeperatorBottom		{display:none;  /*overflow:hidden;*/ }

/* Second Level */
DIV.menuSubRowContainer,			
DIV.menuSubRowContainerOver,		
DIV.menuSubRowContainerOn,
DIV.menuSubRowContainerOnOver	{background:#ffffff; color:#FF9524; font-weight:normal; font-size:12px; }

A.menuSubRow					{ display:block; padding:3px 36px 3px 5px; width:187px}
A.menuSubRow:link, 
A.menuSubRow:visited			{color:#ff9621; font-weight:normal}
A.menuSubRow:focus, 
A.menuSubRow:active, 
A.menuSubRow:hover				{color:#323232; font-weight:normal}

DIV.menuSubRowContainerOn A.menuSubRow:link, 
DIV.menuSubRowContainerOn A.menuSubRow:visited 			{color:#ff9621; font-weight:bold}
DIV.menuSubRowContainerOnOver A.menuSubRow:focus, 
DIV.menuSubRowContainerOnOver A.menuSubRow:active, 
DIV.menuSubRowContainerOnOver A.menuSubRow:hover			{color:#ff9621; font-weight:bold}

    
