/*----------- Start section "Country Selector" -----------*/
#intNav{
/* background: url(https://mswinmark.hs.llnwd.net/d1/prod/clusterb/v2/framework/pages/global/countryselector/countryselector_bottom.gif) no-repeat bottom left; */
background: url(../../../scripts/countryselector/images/base/countryselector_bottom.gif) no-repeat bottom left;
position: absolute;
bottom: 84px;
font-size: 11px;
left: 0;
width: 226px;
}
#intNav > dl {    
/* background: url(https://mswinmark.hs.llnwd.net/d1/prod/clusterb/v2/framework/pages/global/countryselector/countryselector_top.gif) no-repeat top left; */
background: url(../../../scripts/countryselector/images/base/countryselector_top.gif) no-repeat top left;

margin: 0;
text-align: left;
}
#intNav > dl > dd{
height:25px;
line-height: 25px;
display:none;
margin: 0;
}
#intNav > dl > dd#currentLocation{
display:block;
}
#intNav > dl > dd > a {
display: block;
padding: 0 7px;
width: 212px;
}
#intNav dd#currentLocation a{
/* background:transparent url(https://mswinmark.hs.llnwd.net/d1/prod/clusterb/v2/framework/pages/global/countryselector/arrow.png) no-repeat 207px top; */
background:transparent url(../../../scripts/countryselector/images/base/arrow.png) no-repeat 90% top;

}
#intNav dd#currentLocation a:hover {
/* background:transparent url(https://mswinmark.hs.llnwd.net/d1/prod/clusterb/v2/framework/pages/global/countryselector/arrow.png) no-repeat 207px bottom; */
background:transparent url(../../../scripts/countryselector/images/base/arrow.png) no-repeat 90% bottom;


}
/*----------- End section "Country Selector" -----------*/