/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/balloons.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

body { behavior:url("../../css/csshover2.htc"); }

div.balloon {
	display: block;
	text-decoration: none;
/*	cursor: pointer;*/
}

div.balloon dl {
visibility:hidden;
position:absolute;
}


.balloon dl {
	width:200px; 
	padding:0 0 10px 0; 
	background: url(../images/interface/balloon/bottom.gif) no-repeat bottom left;
	height:auto;
}
.balloon dt {
	margin:0; 
	padding:4px;
	background: url(../images/interface/balloon/top1.gif) no-repeat top left;
	background-color:#FFFFFF;
	text-decoration: none;
}
.balloon dd {
	margin:0;
	padding:5px 15px;
	background: #fff url(../images/interface/balloon/info.gif) repeat-y bottom right;
}
.balloon dd p {
	padding:0;
	margin:-100px 0;
	background: none;
	border: none;
	text-decoration: none;
}

div.balloon:hover {
	color:#000; 
	position:relative;
	cursor: pointer;
	cursor: hand;
}

div.balloon:hover dl {
	visibility:visible;
	color:#000;
	top: 0;
	left: -199px;
	top: -100px;
	cursor:hand;
}

/*
div.balloon:hover dl em {
display:block;
position:absolute;
right:-60px;
top:150px;
width:61px; 
height:39px;
background:transparent url(../images/interface/balloon/pointer.gif);
}*/

