
/* Styles for greece navigation */

#top-greece {
   background-color: transparent;
   padding: 0;
   border: none;
   height: 31px;
   margin: 0;
   position: absolute;
   top: 112px;
   left: 317px;
}

#top-greece li {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
}
	
#top-greece ul {
   background-color: transparent;
   padding: 0;
   margin: 0;
}

#top-greece 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-greece a.greece {
   background-position: 0 0;
}

#top-greece a.greece:link, 
#top-greece a.greece:visited {
   width:6px;
   background: 20px -108px
               url("../greece.jpg")
               no-repeat;
	/*background-color: #d00000;*/
}

#top-greece a.greece:hover, 
#top-greece a.greece:focus {
   width:6px;
   background: 20px -141px
               url("../greece.jpg")
               no-repeat;
	/*background-color: #d00000;*/
}	

	
#top-greece li a:link span, 
#top-greece li a:visited span {
   display: none;
}


#top-greece li a:hover span, 
#top-greece li a:focus span {
   font-size: 1.09em;
   line-height: 19px;
   font-weight: normal;
   text-align: left;
   color: #000;
   background: url("../greece.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:  5px;
   left: 5px;
}
