/* 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: 119px;
}
#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: 124px;
}
#navigation #hawker_900xp .tab_shim {
	left: -119px;
}
#navigation #hawker_900xp .background {
	background: transparent url('/hawker/assets/images/global/navigation/900xp.png') no-repeat;
	left: -119px; 
}
#navigation > li.hawker_900xp > div h2 {
	background-position: -119px 0;
}
#navigation > li:hover #hawker_900xp h2,
#navigation > li.selected #hawker_900xp h2 {
	background-position: -119px -38px;
}

/* 750 */
#navigation #hawker_750 {
	width: 116px;
}
#navigation #hawker_750 .tab_shim {
	left: -243px;
}
#navigation #hawker_750 .background {
	background: transparent url('/hawker/assets/images/global/navigation/750.png') no-repeat;
	left: -243px;
}
#navigation > li.hawker_750 > div h2 {
	background-position: -243px 0;
}
#navigation > li:hover #hawker_750 h2,
#navigation > li.selected #hawker_750 h2 {
	background-position: -243px -38px;
}

/* 200 */
#navigation #hawker_200 {
	width: 115px;
}
#navigation #hawker_200 .tab_shim {
	left: -359px;
}
#navigation #hawker_200 .background {
	background: transparent url('/hawker/assets/images/global/navigation/200.png') no-repeat;
	left: -359px;
}
#navigation > li.hawker_200 > div h2 {
	background-position: -359px 0;
}
#navigation > li:hover #hawker_200 h2,
#navigation > li.selected #hawker_200 h2 {
	background-position: -359px -38px;
}

/* Tools */
#navigation #comparison_tools {
	width: 126px;
}
#navigation #comparison_tools .tab_shim {
	left: -474px;
}
#navigation #comparison_tools .background {
	background: transparent url('/hawker/assets/images/global/navigation/tools.png') no-repeat;
	left: -474px;
}
#navigation > li.comparison_tools > div h2 {
	background-position: -474px 0;
}
#navigation > li:hover #comparison_tools h2,
#navigation > li.selected #comparison_tools h2 {
	background-position: -474px -38px;
}

/* Experience */
#navigation #experience_hawker {
	width: 95px;
}
#navigation #experience_hawker .tab_shim {
	left: -600px;
}
#navigation #experience_hawker .background {
	background: transparent url('/hawker/assets/images/global/navigation/experience.png') no-repeat;
	left: -600px;
}
#navigation > li.experience_hawker > div h2 {
	background-position: -600px 0;
}
#navigation > li:hover #experience_hawker h2,
#navigation > li.selected #experience_hawker h2 {
	background-position: -600px -38px;
}

