
/* Styles for spain navigation */

#top-spain {
   background-color: transparent;
   padding: 0;
   border: none;
   height: 31px;
   margin: 0;
   position: absolute;
   top: 97px;
   left: 250px;
}

#top-spain li {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
}
	
#top-spain ul {
   background-color: transparent;
   padding: 0;
   margin: 0;
}

#top-spain a {
   font: bold 0.93em sans-serif;
   color: #000;
   text-decoration: none;
   padding: 0;
   border: none;
   margin: 0px;
   height: 8px;
   display: block;
   float: left;
}

	
	
#i1 #top-spain a.spain {
   background-position: 0 0;
}

#top-spain a.spain:link, 
#top-spain a.spain:visited {
   width:8px;
	/*background-color: #d00000;*/
}

#top-spain a.spain:hover, 
#top-spain a.spain:focus {
   width:8px;
   background: 10px 10px
               url("../spain.jpg")
               no-repeat;
	/*background-color: #d00000;*/
}	

	
#top-spain li a:link span, 
#top-spain li a:visited span {
   display: none;
}


#top-spain li a:hover span, 
#top-spain li a:focus span {
   font-size: 1.09em;
   line-height: 19px;
   font-weight: normal;
   text-align: left;
   color: #000;
   background: url("../spain.jpg");
   background-repeat: no-repeat;
   background-position: 0 0;
   background-color: transparent;
   padding: 2px 5px 2px 10px;
   border: none;
   margin: 0;
   width: 228px;
   height: 58px;
   display: block;
   position: absolute;
   top: 4px;
   left: 4px;
}
