/* trigger button */
#download_now1, #download_now2, #download_now3, #download_now4{
	background:transparent url(/img/design/htmlimg_menu1.png) no-repeat scroll 0 0;
	display:block;
	height:76px;
	margin-bottom:30px;
	overflow:hidden;
	text-indent:-999em;
	width:200px;
	padding-left:35px;
	cursor:pointer;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#ffde00;
}
.pos1{ position:absolute; top:8px; left:137px; z-index:2001;}
.pos2{ position:absolute; top:96px; left:0; z-index:2002;}
.pos3{ position:absolute; top:167px; left:209px; z-index:2003;}
.pos4{ position:absolute; top:60px; left:360px; z-index:2004;}
#download_now1 span, #download_now2 span, #download_now3 span, #download_now4 span{ color:#fff; font-size:11px; font-weight:normal;}
/* mouseover state */
#download_now1:hover, #download_now2:hover, #download_now3:hover, #download_now4:hover {
	background-position:0 -76px ;		
}

/* clicked state */
#download_now1:focus, #download_now2:focus, #download_now3:focus, #download_now4:focus {
	background-position:0 -76px;
}
/*.columnContainer #mainstart #menuMain .tooltip{margin-left:-115%; margin-top:-37%;}*/
/* tooltip styling */
.tooltip {
	position:relative;
	z-index:2005;
	display:none;
	background:none;
	height:280px;
	padding:40px 0 10px 0;
	margin-left:-640px;
	margin-left:-115%;
	margin-top:-205px;
	margin-top:-37%;
	width:186px;
	font-size:11px;
	color:#fff;
	overflow:hidden;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}
.tooltip ul{ margin:10px 0 10px 35px; padding:0; list-style:square; color:#FFF; text-align:left;}
.tooltip li{ padding:4px 0;}
.tooltip a {
	color:#fff;
	font-size:12px;
}
.tooltip li a:hover{ text-decoration:underline;}
.tooltip table{ margin:0; padding:0; border:none; border-spacing:0;}
.tooltip table td{ margin:0; padding:0; border:none;}
.tooltip .submenu{
	margin:0;
	padding:0;
	background:url(/img/design/htmlimg_submid.png) left center repeat-y;
	}
