.tooltip_header {
	height: 0px;
}

.tooltip{
		_margin-top: 5px;
}

.tooltip_body {
	background: url('../images/dropdownmenushadow.jpg');
	background-color: #bec1c2;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	min-width: 140px;
	_width: 140px;
}

.tooltip_top_spacer{
	height: 20px;
	width: 10px;
	
}

.tooltip_body a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bolder;

}

.tooltip_body a:hover{
	color: #d01413;
	text-decoration: none;
	font-weight: bolder;
	background: url('../images/template.02.tabs_center-inactive.gif');
}