@charset "UTF-8";
/* CSS Document */ 

#tabs_grade > ul {
	display:inline-block; 
	list-style:none; 
	width:100%; 
	padding:0; 
	margin:0;
}
#tabs_grade > ul > li {
	display:inline-block; 
	padding:0; 
	padding-right:20px; 
	margin:0; 
}


#tabs-grd8, #tabs-grd9, #tabs-grd10, #tabs-grd11, #tabs-grd12  { 
	background-image:url(../images/y-down.png); 
	margin-top:-4px; 
	background-repeat:no-repeat; 
	background-position: 0% 0%; 
	padding-top:20px; 	
}

#tabs-grd8 {
	background-position: 5% 0%;
}
#tabs-grd9 {
	background-position: 24% 0%;
}
#tabs-grd10 { 
	background-position: 43% 0%;
}
#tabs-grd11 {
	background-position: 62% 0%;
}
#tabs-grd12 {
	background-position: 81% 0%;
}

.grade_list { 
	display:block; 
	overflow:hidden; 
	padding: 5px 0x 10px 0; 
	border-top:#999 1px dotted; 
	padding-top:15px; 
	margin:10px 0 30px 0; 
	clear:both;
}
.grade_num  { 
	background-color:#ffcc00; 
	float:left; 
	display:inline-block; 
	width:30px; 
	height:30px; 
	margin-right:10px; 
}
.grade_nums {
	display:table-cell; 
	vertical-align:middle; 
	text-align:center; 
	line-height:20px; 
	font-size:20px; 
	width:30px; 
	height:30px;
}
.grade_desc { 
	display:inline-block; 
	float:left; 
	width:240px;
}







