#keyword_suggestion {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1000;
	width:auto;
	min-width:115px;
	height:auto;
	color:#171961;
	background:url('../../cms/images/menu/contextMenuBackgroundInactive.png') repeat-y;
	}
#keyword_suggestion a {
	display:block;
	padding:3px;
	float:left;
	clear:both;
	width:auto;
	width:109px;
	height:auto;
	overflow:hidden;
	text-decoration:none;
	color:#171961;
	font-size:11px;
	border-bottom:1px dotted #171961;
	}
#keyword_suggestion a:hover {
	background:url('../../cms/images/menu/contextMenuBackgroundActive.png');
	}
div.keywords_top,
div.keywords_bottom {
	width:auto;
	min-width:115px;
	height:18px;
	background:url('../../cms/images/menu/contextMenuHeader.png') no-repeat;
	float:left;
	clear:both;
	}
div.keywords_bottom {
	background:url('../../cms/images/menu/contextMenuFooter.png') no-repeat;
	height:2px;
	}
