/* 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/Green/nav/1.gif);
	width:89px;
}

a:hover.dropdownrootitem1, a.dropdownrootitem1_over
{
	background:url(_gfx/Green/nav/1.gif) 0 -48px no-repeat;
	width:89px;
}

a.dropdownrootitem2
{
	background-image:url(_gfx/Green/nav/2.gif);
	width:188px;
}

a:hover.dropdownrootitem2, a.dropdownrootitem2_over
{
	background:url(_gfx/Green/nav/2.gif) 0 -48px no-repeat;
	width:188px;
}

a.dropdownrootitem3
{
	background:url(_gfx/Green/nav/3.gif) 0 0px no-repeat;
	width:109px;
}

a:hover.dropdownrootitem3, a.dropdownrootitem3_over
{
	background:url(_gfx/Green/nav/3.gif) 0 -48px no-repeat;
	width:109px;
}

a.dropdownrootitem4
{
	background-image:url(_gfx/Green/nav/4.gif);
	width:122px;
}

a:hover.dropdownrootitem4, a.dropdownrootitem4_over
{
	background:url(_gfx/Green/nav/4.gif) 0 -48px no-repeat;
	width:122px;
}

a.dropdownrootitem5
{
	background-image:url(_gfx/Green/nav/5.gif);
	width:111px;
}

a:hover.dropdownrootitem5, a.dropdownrootitem5_over
{
	background:url(_gfx/Green/nav/5.gif) 0 -48px no-repeat;
	width:111px;
}

a.dropdownrootitem6
{
	background-image:url(_gfx/Green/nav/6.gif);
	width:120px;
}

a:hover.dropdownrootitem6, a.dropdownrootitem6_over
{
	background:url(_gfx/Green/nav/6.gif) 0 -48px no-repeat;
	width:120px;
}

div#dropdownmenu
{
	background: url(_gfx/Green/nav/mainnav_left.jpg) 0 0 no-repeat;
}

#dropdownmenu ul ul /*for IE6 */
{
	border-bottom: 1px solid #506238;
	border-top: 1px solid #506238;
}

a.dropdownitemlevel1, a.dropdownitemhaschildlevel1, a.dropdownitemlevel2
{
	color:#303529;
	border-top: 1px solid #c0c5a6;
	border-bottom: 1px solid #848f66;
	border-left: 1px solid #506238;
	border-right: 1px solid #506238;
	background: #aeb58d;
}

a:hover.dropdownitemlevel1, a:hover.dropdownitemhaschildlevel1, a:hover.dropdownitemlevel2{
	background: #3c4131 url(_gfx/Green/nav/mainnav_over.gif) 0 0 repeat-x;
	border-top: 1px solid #c0c5a6;
}

a.dropdownitemhaschildlevel1
{
	background-image:url(_gfx/Green/nav/arrow_right_dropdown.gif);
	background-position: 97% 50%;
	background-repeat:no-repeat;
}
