/* Root Item images */

/*IE6 ul width fix - ul becomes 100% width if you don't specific the widths*/
.dropdownrootitem1ul{width:108px;}
.dropdownrootitem2ul{width:108px;}
.dropdownrootitem3ul{width:108px;}
.dropdownrootitem4ul{width:108px;}
.dropdownrootitem5ul{width:108px;}
.dropdownrootitem6ul{width:108px;}
.dropdownrootitem7ul{width:108px;}
.dropdownrootitem8ul{width:108px;}
.dropdownrootitem9ul{width:108px;}


/*IE6 ul width fix*/

a.dropdownrootitem1,
a.dropdownrootitem2,
a.dropdownrootitem3,
a.dropdownrootitem4,
a.dropdownrootitem5,
a.dropdownrootitem6,
a.dropdownrootitem7,
a.dropdownrootitem8,
a.dropdownrootitem9,

a.dropdownrootitem1_over,
a.dropdownrootitem2_over,
a.dropdownrootitem3_over,
a.dropdownrootitem4_over,
a.dropdownrootitem5_over,
a.dropdownrootitem6_over,
a.dropdownrootitem7_over,
a.dropdownrootitem8_over,
a.dropdownrootitem9_over
{
	display:block;
	padding: 30px 0 0 0; /* the top padding = the first number is the button height*/
	overflow: hidden;
	height: 0px !important;
	border-bottom: 0 none;
	height /**/:30px;	/* this is the button height*/
}

a:hover.dropdownrootitem1,
a:hover.dropdownrootitem2,
a:hover.dropdownrootitem3,
a:hover.dropdownrootitem4,
a:hover.dropdownrootitem5,
a:hover.dropdownrootitem6,
a:hover.dropdownrootitem7,
a:hover.dropdownrootitem8,
a:hover.dropdownrootitem9,
a:active.dropdownrootitem1,
a:active.dropdownrootitem2,
a:active.dropdownrootitem3,
a:active.dropdownrootitem4,
a:active.dropdownrootitem5,
a:active.dropdownrootitem6,
a:active.dropdownrootitem7,
a:active.dropdownrootitem8,
a:active.dropdownrootitem9,
a:focus.dropdownrootitem1,
a:focus.dropdownrootitem2,
a:focus.dropdownrootitem3,
a:focus.dropdownrootitem4,
a:focus.dropdownrootitem5,
a:focus.dropdownrootitem6,
a:focus.dropdownrootitem7,
a:focus.dropdownrootitem8,
a:focus.dropdownrootitem9,

a:hover.dropdownrootitem1_over,
a:hover.dropdownrootitem2_over,
a:hover.dropdownrootitem3_over,
a:hover.dropdownrootitem4_over,
a:hover.dropdownrootitem5_over,
a:hover.dropdownrootitem6_over,
a:hover.dropdownrootitem7_over,
a:hover.dropdownrootitem8_over,
a:hover.dropdownrootitem9_over
a:focus.dropdownrootitem1_over,
a:focus.dropdownrootitem2_over,
a:focus.dropdownrootitem3_over,
a:focus.dropdownrootitem4_over,
a:focus.dropdownrootitem5_over,
a:focus.dropdownrootitem6_over,
a:focus.dropdownrootitem7_over,
a:focus.dropdownrootitem8_over,
a:focus.dropdownrootitem9_over
{
	margin: 0;
}


a.dropdownrootitem1
{
	background:url(_gfx/nav/1.gif) 0 0px no-repeat ;
	width:108px;
}

a:hover.dropdownrootitem1, a:focus.dropdownrootitem1
{
	background:url(_gfx/nav/1.gif) 0 -30px no-repeat;
}

a.dropdownrootitem2
{
	background-image:url(_gfx/nav/2.gif);
	width:108px;
}

a:hover.dropdownrootitem2, a:focus.dropdownrootitem2
{
	background:url(_gfx/nav/2.gif) 0 -30px no-repeat;
}

a.dropdownrootitem3
{
	background-image:url(_gfx/nav/3.gif);
	width:108px;
}

a:hover.dropdownrootitem3, a:focus.dropdownrootitem3
{
	background:url(_gfx/nav/3.gif) 0 -30px no-repeat;
}

a.dropdownrootitem4
{
	background-image:url(_gfx/nav/4.gif);
	width:108px;
}

a:hover.dropdownrootitem4, a:focus.dropdownrootitem4
{
	background:url(_gfx/nav/4.gif) 0 -30px no-repeat;
}

a.dropdownrootitem5
{
	background-image:url(_gfx/nav/5.gif);
	width:108px;
}

a:hover.dropdownrootitem5, a:focus.dropdownrootitem5
{
	background:url(_gfx/nav/5.gif) 0 -30px no-repeat;
}

a.dropdownrootitem6
{
	background-image:url(_gfx/nav/6.gif);
	width:108px;
}

a:hover.dropdownrootitem6, a:focus.dropdownrootitem6
{
	background:url(_gfx/nav/6.gif) 0 -30px no-repeat;
}

a.dropdownrootitem7
{
	background-image:url(_gfx/nav/7.gif);
	width:108px;
}

a:hover.dropdownrootitem7, a:focus.dropdownrootitem7
{
	background:url(_gfx/nav/7.gif) 0 -30px no-repeat;
}

a.dropdownrootitem8
{
	background-image:url(_gfx/nav/8.gif);
	width:108px;
}

a:hover.dropdownrootitem8, a:focus.dropdownrootitem8
{
	background:url(_gfx/nav/8.gif) 0 -30px no-repeat;
}

a.dropdownrootitem9
{
	background-image:url(_gfx/nav/9.gif);
	width:108px;
}

a:hover.dropdownrootitem9, a:focus.dropdownrootitem9
{
	background:url(_gfx/nav/9.gif) 0 -30px no-repeat;
}

/* Root Item images over - These classes are being used with javascript. */
a.dropdownrootitem1_over
{
	background:url(_gfx/nav/1.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem1_over, a:focus.dropdownrootitem1_over
{
	background:url(_gfx/nav/1.gif) 0 -30px no-repeat;
}

a.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem2_over, a:focus.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.gif) 0 -30px no-repeat;
}

a.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem3_over, a:focus.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.gif) 0 -30px no-repeat;
}

a.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem4_over, a:focus.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.gif) 0 -30px no-repeat;
}

a.dropdownrootitem5_over
{
	background:url(_gfx/nav/5.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem5_over, a:focus.dropdownrootitem5_over
{
	background:url(_gfx/nav/5.gif) 0 -30px no-repeat;
}

a.dropdownrootitem6_over
{
	background:url(_gfx/nav/6.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem6_over, a:focus.dropdownrootitem6_over
{
	background:url(_gfx/nav/6.gif) 0 -30px no-repeat;
}

a.dropdownrootitem7_over
{
	background:url(_gfx/nav/7.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem7_over, a:focus.dropdownrootitem7_over
{
	background:url(_gfx/nav/7.gif) 0 -30px no-repeat;
}

a.dropdownrootitem8_over
{
	background:url(_gfx/nav/8.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem8_over, a:focus.dropdownrootitem8_over
{
	background:url(_gfx/nav/8.gif) 0 -30px no-repeat;
}

a.dropdownrootitem9_over
{
	background:url(_gfx/nav/9.gif) 0 -30px no-repeat;
	width:108px;
}

a:hover.dropdownrootitem9_over, a:focus.dropdownrootitem9_over
{
	background:url(_gfx/nav/9.gif) 0 -30px no-repeat;
}
/* Root Item images over */

/* Root Item images */
