*
{
margin:0;
padding:0;
}
       
html,body
{
color:#000000;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;	
margin:0;
padding:0;
width:100%;
height:100%;
border: none;
}

.submenu_europe
{
display:none;
list-style-type: none;
}

.europe:hover .submenu_europe
{ 
width:125px;
display:inline;
position:absolute;
z-index:2;
margin-left:-90px;
margin-top:10px;
}  

.europe:hover .submenu_europe li
{	  
text-align:center;
width:125px;
display:block;
background-color:#ffffff;
border:#14396b 1px groove;
list-style-position:outside;
}

a
 {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
 text-decoration: none;
 } 
  
a:hover
 {
 text-decoration: underline;
 }
