
/* CLASSES FOR INFO LINKS */

.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
    background-color: #999999;
	font-size:;
	z-index: 100;
	margin-left: 35px;
	margin-top: -40px;
	}
	

 .hovertip_target:hover {
	text-decoration: none;
	cursor: help;
}
.nav, .nav * {
	margin:0;
	padding:0;
}
#cloud{
	float: left;
	position:absolute;
	line-height:1.0;
	width:250px; 
	height:50px; 
	padding:; 
}

.nav {
	float: left;
	position:absolute;
	line-height:1.0;
	width:136px; 
	height:338px;
	padding:0px; 
}
.nav ul {
    width:160px;	
	list-style:none;	
	background:#fff; /*IE6 needs this*/
}
.nav li {
	float: left;
	list-style:none;	
	position:relative;
}
.nav a {
	color: #fff; 
	text-decoration:none;
	display:block;
}


ul.hovertip li {
	display:inline;
	list-style:none;
}
ul.hovertip li a{ text-decoration:none;}

ul.hovertip {
	width:auto;
	height:auto; 
	padding:10px; 
	background-color: #FFFFFF; 
	color: #CCCCCC; 
	font-size:11px; 
	font-weight:bold; 
	display:block
}


a.size1 { text-decoration: none;font-family:Arial, Helvetica, sans-serif;color:#FFFFFF;font-size: 12px; line-height: 25px;font-weight: bold;}


a.size1:hover {
	color: #000000;
}

a.size-sub1 {

	font-size:12px;
	color:#0066FF;
}
a.size-sub1:hover {
	color:#0066FF;
	text-decoration:underline;
}

a.size2 { text-decoration: none;font-family:Arial, Helvetica, sans-serif; font-style:italic; color:#FFFFFF;font-size: 11px;font-weight: bold;}


a.size2:hover {
	color: #333333;
	
}

a.size-sub2 {
	width:400px;
	height:auto;
	font-size:11px;
	color: #CCCCCC;
	background-color:#999999;
}

/** END CLASSES FOR INFO LINKS **/

