.x-launch-menu{	
	width:15px;
	height:14px;		
	float:left;
	clear:right;
}

.x-arrow{	
	
	border-top:1px solid #B5B8C8;	
	border-right:1px solid #B5B8C8;		
	border-bottom:1px solid #B5B8C8;	
	position:absolute;	
	
}

.x-arrow-img:hover{
	cursor:pointer;
	background: #BBD0E9 url(../images/arrow.gif) no-repeat center center;
	border-top:1px solid #CCD7E2;
	border-right:1px solid #CCD7E2;
} 

.x-arrow-img{
	
	cursor:pointer;
	float:right;
	border-left:1px solid #B5B8C8;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	background-attachment:fixed; 	
	background: #D6D6D6 url(../images/arrow.gif) no-repeat center center;
}

.x-arrow-border-left{
	position:absolute;
	margin:0px;
	padding:0px;
	border-left:1px solid #B5B8C8;
	visibility:hidden;
}


.x-arrow-border-top{
	position:absolute;
	margin:0px;
	padding:0px;
	border-top:1px solid #B5B8C8;
	background-color:red;
	visibility:hidden;
}

.x-key-resource{
	background: transparent url(../images/edit.png) no-repeat ;
}