.map {
	width: 450px;
	height: 300px;
	border: 2px solid #99cc00;
	overflow: hidden;
}
.mapCont {
	width: 575px;
	height: 300px;
	border: 2px solid #99cc00;
	overflow: hidden;
}

.tooltip {
	font-family: "Lucida Sans", "Lucida Sans Unicode", arial;
	font-size: 9pt;
	width: 170px;
	overflow: hidden;
	color: #FF9900;
}
.tooltip  a {
	color: #FF9933;
}

.tooltip .top{
    background: url(../images/bubble.png) no-repeat;
    height: 5px;
    overflow: hidden;
}

.tooltip .middle{
	background: url(../images/bg.png) repeat;
	background-position: -173px top;
	padding: 0px 5px;
	color: #FFFFFF;
}

.tooltip .middle img{
    margin: 5px 0px;
    clear: both;
}

.tooltip .bottom{
    background: url(../images/bubble.png) no-repeat;
    height: 25px;
    background-position: left bottom;
    overflow: hidden;
}

.tooltip .IE6 {
    background: url(../images/bubble.gif) no-repeat;
}

.tooltip .BOTTOMIE6 {
    background: url(../images/bubble.gif) no-repeat left bottom;
}

.tooltip .MIDDLEIE6 {
    background: #1A1A1A;
}

