#mb_context_menu{
	position: absolute;
	width: 140px;
	background-color: #CBCBCB;
	border: 1px solid #999999;
	display: none;
	cursor: default;
	font-size: 12px;
}
#mb_context_menu_title{
	position: relative;
	height: 16px;
	padding-top:2px;
	width: 130px;
	margin-left: 5px;
	font-weight: bolder;
	border-bottom: 1px solid #999999;
	overflow: hidden;
	cursor: default;
}
#mb_context_menu_content{
	position: relative;
	margin-top: 0px;
	background-image: url(./images/content_bg.gif);
	width:140px;
	background-repeat: repeat-y;
	overflow: hidden;
}
.mb_context_menu_item_text{
	position: absolute;
	top:0px;
	left: 30px;
	width: 105px;
	height: 20px;
	padding-top:5px;
	overflow: hidden; 
}
.mb_context_menu_item{
	position: relative;
	height: 25px;
}
.mb_context_menu_item_active{
	position: relative;
	background-image: url(./images/active_item.gif);
	height: 22px;
	padding-top: 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.test_icon{
	position: absolute;
	top:0px;
	left:0px;
	width:25px;
	height:25px;
	background-color: transparent;
	background-image: url(./images/test_icon.gif);
	background-repeat: no-repeat;
	background-position: center;
}