@charset "UTF-8";
/* CSS Document */

a.bullets{color:#4E4E42; text-decoration:none;}

a.bullets:hover{text-decoration:underline;}

a.tt_a {color:#3399CC; text-decoration:none;}

a.tt_a:hover {color:white; text-decoration:underline;}


.popups, .popups2{
  	display:none;
}

li.pop_trigger {
	 position:relative;
	 text-decoration:none;
     z-index:24;
	 color:#4E4E42;
	 width:auto;
	 height:auto;
}

li.pop_trigger:hover{ z-index:25; background:; cursor:pointer;}

li.pop_trigger:hover div.popups {
  position:absolute;
	width:auto;
	height:auto;
	color:white;
	font-size:10pt;
	display:block;
	opacity:0.95;
	
}

li.pop_trigger:hover div.popups2 {
  	position:absolute;
	width:auto;
	height:auto;
	color:white;
	font-size:10pt;
	display:block;
	opacity:0.95;
	
}


		#pop1 {	margin-top:-110px; left:-75%; padding:0;}
		#pop2 {	margin-top:-140px; left:-75%; padding:0;}
		#pop3 {	margin-top:-140px; left:-75%; padding:0;}
		#pop4 {	margin-top:-165px; left:-42%; padding:0;}
		#pop5 {	margin-top:-120px; left:-42%; padding:0;}
		#pop6 {	margin-top:-135px; left:-42%; padding:0;}
		#pop7 {	margin-top:-140px;}
		#pop8 {	margin-top:-130px;}

.tt_text {
	position:relative;
	width:235px;
	height:auto;
	padding:0 10px 10px 10px;
}

#tt_top {position:relative; width:250px; height:15px; background:url(../images/tt_img/tooltip_top.gif) no-repeat;  }

#tt_mid {position:relative; width:250px; height:auto; background:url(../images/tt_img/tooltip_mid.gif) repeat-y;}

#tt_bottom {position:relative; width:250px; height:31px; background:url(../images/tt_img/tooltip_bottom.gif) no-repeat;}
