.hovertip {
	position: absolute;
  display: none; /* in case javascript is disabled */
	width: 210px;
	height:100px;
  background: url('../images/sub-bg.png') no-repeat;
	font-size: 11px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
	}
.hovertip_target {
				 font-style: italic;
}
 .hovertip_target:hover {
						text-decoration: none;
					  cursor:help;
}
.nav, .nav * {
	margin:0;
	padding:0;
}
#cloud{
	float: left;
	position:absolute;
	line-height:1.0;
	background:	url('bg.gif') no-repeat;
	width:380px; 
	height:333px; 
	padding:80px 40px 40px 40px; 
}
.nav {
	float: left;
	position:absolute;
	line-height:1.0;
	width:310px; 
	height:333px;
	padding:0px; 
}

.nav ul {
    width:160px;	
	list-style:none;	
	background:#fff; 
}



.nav li {
	float: left;
	list-style:none;	
	position:relative;
}
.nav a {
	color: #fff; 
	text-decoration:none;
	display:block;
}
.nav li ul {
	left:0;
	top:-999em;
	width: 180px;
	padding-top:50px;
	height:190px;
	background: url('sub-bg.png') no-repeat;
	position:absolute;
	list-style:none;
	z-index:100;
	text-align: center;
	}


ul.hovertip li {
	display:inline;
	list-style:none;
}
ul.hovertip li a{ text-decoration:none; font-style:italic}
ul.hovertip {
	width:145px; 
	padding: 20px 5px 0 5px; 
	height:75px; 
	display:block}


