/* English specific suppliment to hawker.css in support of Hawker App_Theme */
#navigation > li > div h2 {
	background-image: url('/hawker/assets/images/en/navigation_background.png');
}

#navigation > li > div {
	height: 38px;
}


#navigation > li {
	position: relative;
	z-index: 1;
}

#navigation .dropdown a,
#navigation a:hover{
	color: #000;
}


/* 4000 */
#navigation #hawker_4000 {
	width: 121px;
}
#navigation #hawker_4000 .background {
	background: transparent url('/hawker/assets/images/global/navigation/4000.png') no-repeat;
}
#navigation > li:hover #hawker_4000 h2,
#navigation > li.selected #hawker_4000 h2{
	background-position: 0 -38px;
}

/* 900XP */
#navigation #hawker_900xp {
	width: 129px;
}
#navigation #hawker_900xp .tab_shim {
	left: -121px;
}
#navigation #hawker_900xp .background {
	background: transparent url('/hawker/assets/images/global/navigation/900xp.png') no-repeat;
	left: -121px;
}
#navigation > li.hawker_900xp > div h2 {
	background-position: -121px 0;
}
#navigation > li:hover #hawker_900xp h2,
#navigation > li.selected #hawker_900xp h2 {
	background-position: -121px -38px;
}

/* 750 */
#navigation #hawker_750 {
	width: 116px;
}
#navigation #hawker_750 .tab_shim {
	left: -250px;
}
#navigation #hawker_750 .background {
	background: transparent url('/hawker/assets/images/global/navigation/750.png') no-repeat;
	left: -250px;
}
#navigation > li.hawker_750 > div h2 {
	background-position: -250px 0;
}
#navigation > li:hover #hawker_750 h2,
#navigation > li.selected #hawker_750 h2 {
	background-position: -250px -38px;
}

/* 400XP */
#navigation #hawker_400xp {
	width: 113px;
}
#navigation #hawker_400xp .tab_shim {
	left: -366px;
}
#navigation #hawker_400xp .background {
	background: transparent url('/hawker/assets/images/global/navigation/400xp.png') no-repeat;
	left: -366px;
}
#navigation > li.hawker_400xp > div h2 {
	background-position: -366px 0;
}
#navigation > li:hover #hawker_400xp h2,
#navigation > li.selected #hawker_400xp h2 {
	background-position: -366px -38px;
}

/* Tools */
#navigation #comparison_tools {
	width: 126px;
}
#navigation #comparison_tools .tab_shim {
	left: -479px;
}
#navigation #comparison_tools .background {
	background: transparent url('/hawker/assets/images/global/navigation/tools.png') no-repeat;
	left: -479px;
}
#navigation > li.comparison_tools > div h2 {
	background-position: -479px 0;
}
#navigation > li:hover #comparison_tools h2,
#navigation > li.selected #comparison_tools h2 {
	background-position: -479px -38px;
}

/* Experience */
#navigation #experience_hawker {
	width: 90px;
}
#navigation #experience_hawker .tab_shim {
	left: -605px;
}
#navigation #experience_hawker .background {
	background: transparent url('/hawker/assets/images/global/navigation/experience.png') no-repeat;
	left: -605px;
}
#navigation > li.experience_hawker > div h2 {
	background-position: -605px 0;
}
#navigation > li:hover #experience_hawker h2,
#navigation > li.selected #experience_hawker h2 {
	background-position: -605px -38px;
}
