#elLetterSelect { position: absolute;  z-index: 1; left: 500px; 
		  top: 44px; visibility: hidden; border: 2px solid #102040;
		  background: #ffb; padding: 0; text-align: center; }

#elCaseSelect { position: absolute; z-index: 2; left: 500px; top: 64px;
		visibility: hidden; border: 2px solid #102040; background: #ffb;
		padding: 0; text-align: center; }

#elLevelSelect { position: absolute; z-index: 3; left: 560px; top: 44px;
		 visibility: hidden; border: 2px solid #102040; background: #ffb;
		 padding: 0; text-align: center; }

#elLetterSelect table { border-spacing: 0; }
#elCaseSelect table { border-spacing: 0; }
#elLevelSelect table { border-spacing: 0; }

#el-table { float:left; margin: 10px; border-spacing: 0; }

.el-menu { font-size: 13pt; font-weight: bold; display:block; text-align: center }
.imenu { font-size: 16pt; }

.el-cbox1 { font-size: 12pt; border: 1px solid #102040; text-align: center;
	    background: #fff; width:90px; height: 25px }
.el-cbox2 { border-top: 1px solid #102040; border-bottom: 1px solid #102040;
	    border-right: 1px solid #102040; background: #ddd; 
            width: 12px; height: 25px }

.el-title { text-align: center; background: #c0c0f0; 
            border-bottom: 1px solid gray; }
.el-sep { width:8px }
.el-sep5 { width:5px }
