/* CSS Document */

/* ------------------------------------------------------------

tennant.com
author : dan platt @ www.tennantco.com
updated: 05.07.08

this contains the menu definitions for the welcome page

------------------------------------------------------------ */
#welcomenav
{
	/*language selection navigation on welcome page style*/
	margin: 10px 0 0 25px;
	padding: 0;
	height: 250px;
}

#welcomenav img
{
	/*the image style inside the welcome navigation*/
	margin: 0 10px 0 0;
	padding: 0;
}

#welcomenav ul
{
	margin: 0;
	padding: 0;
	width: 175px;
	position: absolute;
	visibility: hidden;
	top: 427px; /*Old IE BROWSERS*/
	voice-family: "\"}\"";
	voice-family: inherit;
	top: 422px; /*Other BROWSERS*/
}

#english
{
	/*english drop-down style*/
	left: 25px;
}

#french
{
	/*french drop-down style*/
	left: 83px;
}

#german
{
	/*german drop-down style*/
	left: 145px;
}

#dutch
{
	/*dutch drop-down style*/
	left: 204px;
}

#italian
{
	/*italian drop-down style*/
	left: 280px;
}

#spanish
{
	/*spanish drop-down style*/
	left: 338px;
}

#portuguese
{
	/*portuguese drop-down style*/
	left: 397px;
}

#japanese
{
	/*japanese drop-down style*/
	left: 427px;
}

#chinese
{
	/*chinese drop-down style*/
	left: 488px;
}

#english li, #french li, #german li, #dutch li, #italian li, #spanish li, #portuguese li, #japanese li, #chinese li
{
	/*styles list items for the specifies IDs*/
	margin: 0px;
	padding: 0px;
	/*text-indent: -9999px;*/
	list-style: none;
	height: 13px;
}

#english li a, #french li a, #german li a, #dutch li a, #italian li a, #spanish li a, #portuguese li a, #japanese li a, #chinese li a
{
	/*styles links inside of list items for the specifies IDs*/
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-decoration: none;
	font: normal 10px/14px arial, helvetica, san-serif;
	color: #666;
}

#english li a:hover, #french li a:hover, #german li a:hover, #dutch li a:hover, #italian li a:hover, #spanish li a:hover, #portuguese li a:hover, #japanese li a:hover, #chinese li a:hover
{
	/*styles links inside of list items for the specifies IDs*/
	text-transform: uppercase;
	text-decoration: none;
	color: #0088BD;
	border:none;
}

#english #na-en, #english #na-en a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_na-en.gif) no-repeat 0 0;
}
#english #eu-en, #english #eu-en a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-en.gif) no-repeat 0 0;
}
#english #ex-en, #english #ex-en a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_ex-en.gif) no-repeat 0 0;
}
#english #au-en, #english #au-en a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_au-en.gif) no-repeat 0 0;
}

#french #na-fr, #french #na-fr a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_na-fr.gif) no-repeat 0 0;
}
#french #eu-fr, #french #eu-fr a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-fr.gif) no-repeat 0 0;
}

#german #eu-de, #german #eu-de a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-de.gif) no-repeat 0 0;
}

#dutch #eu-ne, #dutch #eu-ne a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-ne.gif) no-repeat 0 0;
}

#italian #eu-it, #italian #eu-it a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-it.gif) no-repeat 0 0;
}

#spanish #na-es, #spanish #na-es a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_na-es.gif) no-repeat 0 0;
}
#spanish #eu-es, #spanish #eu-es a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_eu-es.gif) no-repeat 0 0;
}
#spanish #ex-es, #spanish #ex-es a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_ex-es.gif) no-repeat 0 0;
}

#portuguese #ex-pt, #portuguese #ex-pt a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_ex-pt.gif) no-repeat 0 0;
}

#japanese #jp, #japanese #jp a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_jp.gif) no-repeat 0 0;
}

#chinese #cn, #chinese #cn a
{
	width: 275px;
	background: transparent url(/assets/images/btn_wel_cn.gif) no-repeat 0 0;
}


#english #na-en a:hover, #english #eu-en a:hover, #english #ex-en a:hover, #english #au-en a:hover, #french #na-fr a:hover, #french #eu-fr a:hover, #german #eu-de a:hover, #dutch #eu-ne a:hover, #italian #eu-it a:hover, #spanish #na-es a:hover, #spanish #eu-es a:hover, #spanish #ex-es a:hover, #portuguese #ex-pt a:hover, #japanese #jp a:hover, #chinese #cn a:hover
{
	background-position: 0 -13px;
}

