/* Root Item images */

a.dropdownrootitem1,
a.dropdownrootitem2,
a.dropdownrootitem3,
a.dropdownrootitem4,
a.dropdownrootitem5,
a.dropdownrootitem6,
a.dropdownrootitem1_over,
a.dropdownrootitem2_over,
a.dropdownrootitem3_over,
a.dropdownrootitem4_over,
a.dropdownrootitem5_over,
a.dropdownrootitem6_over
{
	display:block;
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px;
}

a:hover.dropdownrootitem1,
a:hover.dropdownrootitem2,
a:hover.dropdownrootitem3,
a:hover.dropdownrootitem4,
a:hover.dropdownrootitem5,
a:hover.dropdownrootitem6
{
	margin: 0;
}

a.dropdownrootitem1
{
	background-image:url(_gfx/nav/1.gif);
	width:89px;
}

a:hover.dropdownrootitem1, a.dropdownrootitem1_over
{
	background:url(_gfx/nav/1.gif) 0 -48px no-repeat;
	width:89px;
}

a.dropdownrootitem2
{
	background-image:url(_gfx/nav/2.gif);
	width:188px;
}

a:hover.dropdownrootitem2, a.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.gif) 0 -48px no-repeat;
	width:188px;
}

a.dropdownrootitem3
{
	background:url(_gfx/nav/3.gif) 0 0px no-repeat;
	width:109px;
}

a:hover.dropdownrootitem3, a.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.gif) 0 -48px no-repeat;
	width:109px;
}

a.dropdownrootitem4
{
	background-image:url(_gfx/nav/4.gif);
	width:122px;
}

a:hover.dropdownrootitem4, a.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.gif) 0 -48px no-repeat;
	width:122px;
}

a.dropdownrootitem5
{
	background-image:url(_gfx/nav/5.gif);
	width:111px;
}

a:hover.dropdownrootitem5, a.dropdownrootitem5_over
{
	background:url(_gfx/nav/5.gif) 0 -48px no-repeat;
	width:111px;
}

a.dropdownrootitem6
{
	background-image:url(_gfx/nav/6.gif);
	width:120px;
}

a:hover.dropdownrootitem6, a.dropdownrootitem6_over
{
	background:url(_gfx/nav/6.gif) 0 -48px no-repeat;
	width:120px;
}