/* 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: 37px 0 0 0;*/
	padding: 5px 0 0 0;
	height: 32px;	
	overflow: hidden;
	/*height: 0px;*/
	position: relative;
	z-index: 101;
}

a:hover.dropdownrootitem1,
a:hover.dropdownrootitem2,
a:hover.dropdownrootitem3,
a:hover.dropdownrootitem4,
a:hover.dropdownrootitem5,
a:hover.dropdownrootitem6
{margin: 0;}

a.dropdownrootitem1, a:hover.dropdownrootitem1, a.dropdownrootitem1_over
{
	display: none
}

a.dropdownrootitem2, a:hover.dropdownrootitem2, a.dropdownrootitem2_over
{
	background:url(_gfx/nav/2.gif) 0 0 no-repeat;
	width:181px;
}

a.dropdownrootitem3, a:hover.dropdownrootitem3, a.dropdownrootitem3_over
{
	background:url(_gfx/nav/3.gif) 0 0px no-repeat;
	width:180px;
}

a.dropdownrootitem4, a:hover.dropdownrootitem4, a.dropdownrootitem4_over
{
	background:url(_gfx/nav/4.gif) 0 0 no-repeat;
	width:180px;
}

a.dropdownrootitem5, a:hover.dropdownrootitem5, a.dropdownrootitem5_over
{
	background:url(_gfx/nav/5.gif) 0 0 no-repeat;
	width:180px;
}

a.dropdownrootitem6, a:hover.dropdownrootitem6, a.dropdownrootitem6_over
{
	background:url(_gfx/nav/6.gif) 0 0 no-repeat;
	width:179px;
}

a:hover.dropdownrootitem1, a.dropdownrootitem1_over,
a:hover.dropdownrootitem2, a.dropdownrootitem2_over,
a:hover.dropdownrootitem3, a.dropdownrootitem3_over,
a:hover.dropdownrootitem4, a.dropdownrootitem4_over,
a:hover.dropdownrootitem5, a.dropdownrootitem5_over,
a:hover.dropdownrootitem6, a.dropdownrootitem6_over
{background-position: 0 -37px !important;}

div.navTop
{
    text-align: center;
}


div.navTop a,
a div.navTop
{
    color: #c7c7c8 !important;
    text-decoration: none;
    text-transform: uppercase;   
    font-size: 11px;
}

div.navTop a:hover,
a:hover div.navTop,
div.navTop a.dropdownrootitem1_over,
div.navTop a.dropdownrootitem2_over,
div.navTop a.dropdownrootitem3_over,
div.navTop a.dropdownrootitem4_over,
div.navTop a.dropdownrootitem5_over,
div.navTop a.dropdownrootitem6_over
{
    color: #fff !important;
}