
.dropRight { position: relative; overflow: visible; margin:0;
	width: 32px; height: 30px; 
	font-size:14px; padding: 2px 0px 0px;
	display: inline-block; text-align: center; cursor: pointer; 
	color: Gray; /*background-color: WhiteSmoke;*/ }
.dropRight:hover .dropRightConten { display: inline-block; }


.dropRightConten { position: absolute; left: 31px; top: 0px; 
	width:auto; min-width: 120px; max-height:40px; padding:0; z-index:1;
	background-color: White; display: none; }

.dropRightConten > div { display:inline-block; position:relative;
	width: 40px; height: 30px; padding: 6px 0px 0px; 
	font-size:18px; text-align: center; 
	cursor: pointer; color: White; background-color: DarkGray; }

.dropRightConten > div:hover { background-color: Black; }




/*
.dropRight > div:nth-child(2) { position: absolute; left: 32px; top: 0px; 
	width:auto; min-width: 80px; max-height:40px; padding:0; z-index:1;
	background-color: White; }

.dropRight > div:nth-child(2) > div { display:inline-block; position:relative;
	width: 40px; height: 30px; padding: 6px 0px 0px; 
	font-size:18px; text-align: center; 
	cursor: pointer; color: Gray; background-color: WhiteSmoke; }

.dropRight > div:nth-child(2) > div:hover { background-color: LightGray; }
*/
