div.clear_but
{
	display:table-cell;
	margin-left:4px;
	float:right;
	width:40px;
	height:10px;
	padding:1px;
	border-radius:4px;
	-moz-border-radius: 4px;
	text-align:center;
	cursor:pointer;
	line-height:10px;
	font-size: 7pt; 
	font-weight:bold; 
	margin-right:2px;
	
}
div.menu  
{	
	cursor:pointer;
	width:160px;
	height:26px;
	text-align:center;
	line-height:26px;
	float:left;
	border-top:none;
	margin-right:4px;
	margin-bottom:10px;
	border-radius:6px;
	overflow:hidden;
	-moz-border-radius: 6px;
}
div.sdown 
{ 
	float:right; 
	margin-top:2px; 
	margin-left:4px;
}