/****************************** Accessible Side Navigation Bar **************************/

DIV.VerticalBarContainer			{}
DIV.VerticalBarContainerBottom		{display:none;}

UL.VerticalBarContainer				{margin:0px; padding:0px;}
UL.VerticalBarContainer LI			{list-style-image:none; list-style-type:none; font-weight:bold; font-size:12px; text-transform:uppercase;}


/* First Level */

LI.VerticalBarItem				{}
LI.VerticalBarItemOn			{}

A.VerticalBarItem:active, A.VerticalBarItemOn:active, A.VerticalBarItemOver:active, A.VerticalBarItemOnOver:active	{}

A.VerticalBarItem			{color:#999999; height:24px; background:url(../bgmenuitem.jpg) top left no-repeat; text-decoration:none; display:block; height:100%; padding:4px 10px 5px 28px; }
A.VerticalBarItem:hover	    {color:#ffffff; height:24px; background:url(../bgmenuitemhover.jpg) top left no-repeat; text-decoration:none; display:block; height:100%; padding:4px 10px 5px 28px;}
A.VerticalBarItemOn			{color:#ffffff; height:24px; background:url(../bgmenuitemhover.jpg) top left no-repeat; text-decoration:none; display:block; height:100%; padding:4px 10px 5px 28px;}
A.VerticalBarItemOn:hover	{color:#ffffff; height:24px; background:url(../bgmenuitemhover.jpg) top left no-repeat; text-decoration:none; display:block; height:100%; padding:4px 10px 5px 28px;}



/* Second Level */

UL.VerticalBarSubContainer		{margin:0px; padding:0px; background-color:#2a2a2a; padding-top:7px; padding-bottom:7px;}
UL.VerticalBarSubContainer LI	{list-style-image:none; list-style-type:none; border-style:none; font-weight:normal; font-size:11px; text-transform:none;}

LI.VerticalBarSubItem				{}
LI.VerticalBarSubItemOn				{}

A.VerticalBarSubItem:active, A.VerticalBarSubItemOn:active, A.VerticalBarSubItemOver:active, A.VerticalBarSubItemOnOver:active	{}

A.VerticalBarSubItem			{color:#999999; background:url(../menuitemsub.gif) left top no-repeat; text-decoration:none; display:block; height:100%; padding:7px 20px 7px 40px;}
A.VerticalBarSubItem:hover	    {color:#ffffff; background:url(../menuitemsubhover.gif) left top no-repeat; text-decoration:underline; display:block; height:100%; padding:7px 20px 7px 40px;}
A.VerticalBarSubItemOn		    {color:#ffffff; background:url(../menuitemsubhover.gif) left top no-repeat; text-decoration:underline; display:block; height:100%; padding:7px 20px 7px 40px;}
A.VerticalBarSubItemOn:hover	{color:#ffffff; background:url(../menuitemsubhover.gif) left top no-repeat; text-decoration:underline; display:block; height:100%; padding:7px 20px 7px 40px;}
