/* CSS Document */

.style1 {font-family: Geneva, Arial, Helvetica, sans-serif}
body {
	background-image: url(../images/cloud_2.gif);
}
.style3 {font-size: 16px; color: #714279; font-family: "Comic Sans MS", Georgia, "Times New Roman";}
a {
	font-family: Comic Sans MS, Georgia, Times New Roman;
	color: #70437A;
}
a:visited {
	color: #70437A;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2187C9;
}
a:active {
	text-decoration: none;
	color: #70437A;
}
.style8 {font-size: 18}
.style11 {font-size: 18; font-family: Geneva, Arial, Helvetica, sans-serif;}
.style13 {font-size: 12px}
.style15 {font-size: 9px}
.style16 {
	color: #2485C9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

ul {
  font-family: font-size: 16px; color: #714279; font-family: "Comic Sans MS", Georgia, "Times New Roman";
 margin: 0;
  padding: 0;
  list-style: none;
  z-index:1000;
 
}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #714279;
  padding: 7px 22px 9px 22px;
  background: #94bcdf;
  margin-left: 0px;
  white-space: nowrap;
  cursor:pointer;
  
}
ul li a:hover { color:#2187c9; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { 
 
}
li:hover li a:hover { 

 }

