/* site select menu */

/* remove standard HTML list indenting, and display as normal blocks */
ul.siteselect,
ul.siteselect ul,
ul.siteselect li,
ul.siteselect a, ul.siteselect a img { 
  padding: 0;
  margin: 0;
  display: block;
  border:0;
}

/* use a fixed width for menu and submenus */
ul.siteselect,
ul.siteselect ul {
  width: 63px;
  height: 35px;
}

/* make li's into clean, moveable blocks */
ul.siteselect li {
  list-style-type: none; 
  position: relative;
}

/* Make list items do what they're supposed to in IE */
ul.siteselect a {
  width: 63px;
  height: 35px;
}

/* make sure any ul inside an li (a submenu) takes up zero normal flow */
ul.siteselect ul { 
  position: absolute;  
  top: 22px; 
  left: 0; 
  display: none;
}

/* siteselect bg images */	
ul.siteselect a {
	text-indent: -9999px; 
	text-decoration: none;
	background: url(/common/images/siteselect1.gif) 0 0 no-repeat;
	}
#siteselectCurrentIntl a {background-position:     0px 0px;}
#siteselectCurrentUS a   {background-position:  -126px 0px;}
#siteselectExpIntl a     {background-position:   -63px 0px;}
#siteselectExpUS a       {background-position:  -189px 0px;}

#siteselectCurrentIntl a:hover {background-position:     0px -35px;}
#siteselectCurrentUS a:hover   {background-position:  -126px -35px;}
#siteselectExpIntl a:hover     {background-position:   -63px -35px;}
#siteselectExpUS a:hover       {background-position:  -189px -35px;}
/* END: siteselect bg images */
