.submenu .item:hover{
	background-color:#eee;
}
.submenu .selected{
	font-size:14px;
	top:1px;
	height:22px;
	line-height:22px;	
	position:relative;	
	z-index:11 !important;
	background-color:#FFF !important;
	color: #0066CC !important;
	border-bottom:0px solid #fff;		
}
#integration_json{
	margin:4px;
	padding:10px;	
}

.submenu{
	width:800px;
	border-collapse:collapse;
}
.submenu .item{
	margin-right:-4px;
	padding:10px;
	padding-left:20px;	
	padding-right:20px;		
	background-color:#A9A9A9;
	color: black;
	border:1px solid #666;
	border-radius:2px 22px 2px 2px ;	
	font-weight:bold;
	position:relative;
	cursor:pointer;
	z-index:11 !important;
	width:83px;
	height:18px;	
	line-height:18px;		
	top:9px;
	float:left;
}

