ul{
	list-style: none;
}

ul li{
padding-top:0;
}

/* -------->> jtip <<<---------------------------------------------------------------*/

#JT_arrow_right{
	background-image: url(../Images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:1px;
}

#JT {
	position: absolute;
	z-index:100;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #D35965;
	background-color: #fff;
}

#JT_copy{
	padding:5px 10px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	background-color:#D35965;

}

.JT_loader{
	background-image: url(../Images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:32px;
	height:16px;
}
