/* ================================================================ 
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.
=================================================================== */
 
 /* common styling */
.balloon ul li {
width:150px;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-2px;
border:0;
padding:0;
border-collapse:collapse;
}

.balloon dl {width:450px; padding:10px; no-repeat bottom left; height:auto;}
.balloon dt {margin:0; padding:10px; no-repeat top left; text-align:center;}
.balloon dd {margin:0; padding:10px; border:1px solid #000; background:#fff no-repeat bottom right;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
position:relative;
cursor: pointer;
cursor:hand;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl {
visibility:visible;
top:-50px;
left:50px;
cursor:default;
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:none;
}
