/* CSS Document */ /* menuนักศึกษา เจ้าหน้าที่ อาจารย์ บุคคลทั่วไป */ #menu1{ width:537px; height: 50px; } #menu1 ul{ list-style:none; text-align:center; } #menu1 li{ list-style:none; display:block; float:left; } #menu1 li a{ display:block; float:left; } #menu1 li a span{ display:none; } #menu1 li a:hover{ text-decoration:none; } #menu1 li a.student{ background:url(../mbasocial/images/menu/student1.png) no-repeat; width:125px; height:50px; } #menu1 li a:hover.student{ background:url(../mbasocial/images/menu/student.png) no-repeat; } #menu1 li a.staff{ background:url(../mbasocial/images/menu/staff1.png) no-repeat; width:144px; height:50px; } #menu1 li a:hover.staff{ background:url(../mbasocial/images/menu/staff.png) no-repeat; } #menu1 li a.teacher{ background:url(../mbasocial/images/menu/teacher1.png) no-repeat; width:120px; height:50px; } #menu1 li a:hover.teacher{ background:url(../mbasocial/images/menu/teacher.png) no-repeat; } #menu1 li a.personal{ background:url(../mbasocial/images/menu/personal1.png) no-repeat; width:148px; height:50px; } #menu1 li a:hover.personal{ background:url(../mbasocial/images/menu/personal.png) no-repeat; } .borderall { font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif; font-size: 14px; font-weight: normal; color: #00F; border: 1px solid #000; } .txt-cbl14 { font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif; font-size: 14px; font-weight:bold; color: #03F; } .border { font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif; font-size: 16px; font-weight: bold; color: #000; border: 1px dotted #000; background-color: #09F; } .bgtop{ background-image: url(../mbasocial/images/bgregister/bgregister_01.png); } .bgcenter{ background-image: url(../mbasocial/images/bgregister/bgregister_02.png); } .bgfoot{ background-image: url(../mbasocial/images/bgregister/bgregister_03.png); } .bgcaptcha{ background-image: url(../mbasocial/images/bg/bgcaptcha.png); } .txt-captcha { font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif; font-size: 14px; font-weight:normal; color: #666; font-style: italic; }