﻿/* CSS Document */

#globalNav {
margin: 5px 9px;
  left: 0;
  width: 900;
  height: 38px;
  list-style-type: none;
}

#globalNav li {
  float: left;
  width: 147px;
}
 
#globalNav li a { 
  display: block;
  overflow: hidden; /* */
  width: 100%;
  height:0 !important; /* */
  height /**/: 38px;  /* */
  padding-top: 38px; /* */
  background-image: url(../../styleImages/globalNav3-english.gif);
  color: #ffffff;
}


#nav01 a { background-position: 0 0;}
#nav02 a { background-position: -147px 0;}
#nav03 a { background-position: -294px 0;}
#nav04 a { background-position: -441px 0;}
#nav05 a { background-position: -588px 0;}
#nav06 a { background-position: -735px 0;}

#nav01 a:hover { background-position: 0 -38px; }
#nav02 a:hover { background-position: -147px -38px; }
#nav03 a:hover { background-position: -294px -38px; }
#nav04 a:hover { background-position: -441px -38px; }
#nav05 a:hover { background-position: -588px -38px; }
#nav06 a:hover { background-position: -735px -38px; }

#nav01 a.stay { background-position: 0 -76px; }
#nav02 a.stay { background-position: -147px -76px; }
#nav03 a.stay { background-position: -294px -76px; }
#nav04 a.stay { background-position: -441px -76px; }
#nav05 a.stay { background-position: -588px -76px; }
#nav06 a.stay { background-position: -735px -76px; }