 /* common styling */
.balloon {
font-family: verdana, sans-serif; 
width:200px;
/* height:100px; */
margin:5px 5px;
}
.balloon ul {
padding:0; 
margin:0;
border:1px solid #990000;
list-style-type: none;
}
.balloon ul li {
float:center;
margin:0px;
width:144px;
/* height:150px; */
border:1px solid #990000;
background:#990000;
}
.balloon ul li a, .balloon ul li a:visited {
display:block;
text-decoration:none; 
width:150px; 
/* height:150px;  */
color:#000; 
background:#990000;
text-align:Center;
	BORDER-BOTTOM: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
}
.balloon ul li a img, .balloon ul li a:visited img {
border:1px solid #000000;
}

.balloon ul li dl {
visibility:hidden;
position:absolute;
}

table {
margin:-2px;
/* border:1px solid #990000; */
padding:0;
/* border-collapse:collapse; */
font-size:1em;
}

.balloon dl {width:200px; padding:0 0 20px 0; background:transparent url(css/bottom.gif) no-repeat bottom left; height:auto; margin:75px 5px;}
.balloon dt {margin:0; padding:3px; font-size:.75em; font-weight:bold; color: #000; background:transparent url(css/top.gif) no-repeat top left; text-align:center;}
.balloon dd {margin:0; padding:5px 15px; color:#000; font-size:10px; border:0px solid #000; border-width:0 1px; background:#fff url(css/info.gif) no-repeat bottom right;}
.balloon dd p {padding:0; margin:10px 0; line-height:1.5em;}
.balloon dl#web2 {background:transparent url(css/bottom2.gif) no-repeat bottom left; height:auto;}
.balloon dl#web3 {background:transparent url(css/bottom3.gif) no-repeat bottom left; height:auto;}
.balloon dl#web4 {background:transparent url(css/bottom4.gif) no-repeat bottom left; height:auto;}
.balloon dl#web5 {background:transparent url(css/bottom5.gif) no-repeat bottom left; height:auto;}
.balloon dl#web6 {background:transparent url(css/bottom6.gif) no-repeat bottom left; height:auto;}
.balloon dl#web2 dt {background:transparent url(css/top2.gif) no-repeat top left;}
.balloon dl#web3 dt {background:transparent url(css/top3.gif) no-repeat top left;}
.balloon dl#web4 dt {background:transparent url(css/top4.gif) no-repeat top left;}
.balloon dl#web5 dt {background:transparent url(css/top5.gif) no-repeat top left;}
.balloon dl#web6 dt {background:transparent url(css/top6.gif) no-repeat top left;}

/* specific to non IE browsers */
.balloon ul li:hover {
color:#000; 
position:relative;
}

.balloon ul li:hover dl {
visibility:visible;
top:-75px; 
left:12px;
}

.balloon ul li:hover dl em {
display:block;
position:absolute;
left: -35px;
top:25px;
width:36px; 
height:36px;
background:transparent url(css/pointer2.gif);
}

.balloon ul li:hover dl a {
color:#606;
background:transparent;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover {
text-decoration:none;
}