/* Root Item images */

/*IE6 ul width fix - ul becomes 100% width if you don't specific the widths*/
.dropdownrootitem1ul{width:274px;}
.dropdownrootitem2ul{width:192px;}
.dropdownrootitem3ul{width:192px;}
.dropdownrootitem4ul{width:242px;}
/*IE6 ul width fix*/

a.dropdownrootitem1,
a.dropdownrootitem2,
a.dropdownrootitem3,
a.dropdownrootitem4,
a.dropdownrootitem1_over,
a.dropdownrootitem2_over,
a.dropdownrootitem3_over,
a.dropdownrootitem4_over
{
	display:block;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:50px;	
}

a:hover.dropdownrootitem1,
a:hover.dropdownrootitem2,
a:hover.dropdownrootitem3,
a:hover.dropdownrootitem4,
a:hover.dropdownrootitem1_over,
a:hover.dropdownrootitem2_over,
a:hover.dropdownrootitem3_over,
a:hover.dropdownrootitem4_over
{
	margin: 0;
}


a.dropdownrootitem1
{
	background:url(_gfx/nav/1.jpg) 0 0px no-repeat;
	width:274px;
}

a:hover.dropdownrootitem1
{
	background:url(_gfx/nav/1.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem2
{
	background-image:url(_gfx/nav/2.jpg);
	width:192px;
}

a:hover.dropdownrootitem2
{
	background:url(_gfx/nav/2.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem3
{
	background-image:url(_gfx/nav/3.jpg);
	width:192px;
}

a:hover.dropdownrootitem3
{
	background:url(_gfx/nav/3.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem4
{
	background-image:url(_gfx/nav/4.jpg);
	width:242px;
}

a:hover.dropdownrootitem4
{
	background:url(_gfx/nav/4.jpg) 0 -50px no-repeat;
}


/* Root Item images over - These classes are being used with javascript. */
a.dropdownrootitem1_over
{
	background:url(_gfx/nav/1.jpg) 0 -50px no-repeat;
	width:274px;
}

a:hover.dropdownrootitem1_over
{
	background:url(_gfx/nav/1.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.jpg) 0 -50px no-repeat;
	width:192px;
}

a:hover.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.jpg) 0 -50px no-repeat;
	width:192px;
}

a:hover.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.jpg) 0 -50px no-repeat;
}

a.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.jpg) 0 -50px no-repeat;
	width:242px;
}

a:hover.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.jpg) 0 -50px no-repeat;
}




/* Root Item images over */

/* Root Item images */

