@charset "utf-8";
/* CSS Document */

ul.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	letter-spacing:1px;
	text-transform: uppercase;
	list-style:none;
	font-weight:bold;

}

li.item a{
width:100px;
height:60px;
color: #FFFFFF;
text-decoration:none;
display:inline;
margin-left:2px;
margin-right:2px;
float:left;


}

li.item a:hover {
color: #000000;

}


table#welcome {

width:826px;
height:180px;
margin-left:auto;
margin-right:auto;

}

table#welcome p{

font-size:16px;
font-family: "Monotype Corsiva";
line-height:20px;
letter-spacing:1px;
}

a.tooltip{
position:relative;
text-decoration:none;
}
a.tooltip:hover{
background-color:transparent;
}
a.tooltip span{
display: none;
}
a.tooltip:hover span{
display:block;
position:absolute;
z-index:20;
top:1.3em;
left:-10em;
width:500px;
height:600px;
padding:5px;

}
a.tooltip span img{
border:1px solid #000000;
}



