.dropdownrootitem1ul{width:76px;}
.dropdownrootitem2ul{width:105px;}
.dropdownrootitem3ul{width:110px;}
.dropdownrootitem4ul{width:135px;}
.dropdownrootitem5ul{width:100px;}
.dropdownrootitem6ul{width:114px;}
.dropdownrootitem7ul{width:120px;}
/*IE6 ul width fix*/

/* This does not work in IE6
#dropdownmenu > ul > li > a
{
	display:block;
	text-indent: -4000px;
}
*/

a.dropdownrootitem1, 
a.dropdownrootitem2, 
a.dropdownrootitem3, 
a.dropdownrootitem4, 
a.dropdownrootitem5, 
a.dropdownrootitem6, 
a.dropdownrootitem7,
a.dropdownrootitem1_over,
a.dropdownrootitem2_over,
a.dropdownrootitem3_over,
a.dropdownrootitem4_over,
a.dropdownrootitem5_over,
a.dropdownrootitem6_over,
a.dropdownrootitem7_over
{
  	display:block;
    overflow: hidden;
    padding: 60px 0 0 0;
    height: 0px !important;
    height /**/:60px;
}

a.dropdownrootitem1 {background-image:url(_gfx/nav/1.gif);	width:76px;}
a:hover.dropdownrootitem1 {background:url(_gfx/nav/1.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem2{	background:url(_gfx/nav/2.gif) 0 0 no-repeat;	width:105px;}
a:hover.dropdownrootitem2{	background:url(_gfx/nav/2.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem3{	background-image:url(_gfx/nav/3.gif);	width:110px;}
a:hover.dropdownrootitem3{	background:url(_gfx/nav/3.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem4{	background-image:url(_gfx/nav/4.gif);	width:135px;}
a:hover.dropdownrootitem4{	background:url(_gfx/nav/4.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem5{	background-image:url(_gfx/nav/5.gif);	width:100px;}
a:hover.dropdownrootitem5{	background:url(_gfx/nav/5.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem6{	background-image:url(_gfx/nav/6.gif);	width:114px;}
a:hover.dropdownrootitem6{	background:url(_gfx/nav/6.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem7{	background-image:url(_gfx/nav/7.gif);	width:120px;}
a:hover.dropdownrootitem7{	background:url(_gfx/nav/7.gif) 0 -60px no-repeat;	margin: 0;}

/* Root Item images over - These classes are being used with javascript. */
a.dropdownrootitem1_over {	background:url(_gfx/nav/1.gif) 0 -60px no-repeat;	width:76px;}
a:hover.dropdownrootitem1_over {	background:url(_gfx/nav/1.gif) 0 -60px no-repeat;	margin: 0; }

a.dropdownrootitem2_over {	background:url(_gfx/nav/2.gif) 0 -60px no-repeat;	width:105px;}
a:hover.dropdownrootitem2_over {	background:url(_gfx/nav/2.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem3_over {	background:url(_gfx/nav/3.gif) 0 -60px no-repeat;	width:110px;}
a:hover.dropdownrootitem3_over {	background:url(_gfx/nav/3.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem4_over {	background:url(_gfx/nav/4.gif) 0 -60px no-repeat;	width:135px;}
a:hover.dropdownrootitem4_over {	background:url(_gfx/nav/4.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem5_over {	background:url(_gfx/nav/5.gif) 0 -60px no-repeat;	width:100px;}
a:hover.dropdownrootitem5_over {	background:url(_gfx/nav/5.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem6_over {	background:url(_gfx/nav/6.gif) 0 -60px no-repeat;	width:114px;}
a:hover.dropdownrootitem6_over {	background:url(_gfx/nav/6.gif) 0 -60px no-repeat;	margin: 0;}

a.dropdownrootitem7_over {	background:url(_gfx/nav/7.gif) 0 -60px no-repeat;	width:120px;}
a:hover.dropdownrootitem7_over {	background:url(_gfx/nav/7.gif) 0 -60px no-repeat;	margin: 0;}