@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 90%;
	margin: auto;
	margin-top: 20px;
}
#class_nav li{
	width: 100%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BA0807;
	}
#class_nav a.main_class{
	display: block;
	text-decoration: none;
	line-height: 34px;
	font-size: 15px;
	width: 100%;
	padding-left: 0px;
	height: 36px;
	overflow: hidden;
	font-weight: normal;
	text-indent: 15px;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED1F1E;
	/*background-image: url(../images/class_ico.png);
	background-repeat: no-repeat;
	background-position: right center;*/
}
#class_nav a.active_link{
	text-decoration: underline;
}
#class_nav a.main_class:hover{
	text-decoration: underline;

}
#class_nav ul{
	margin: 0px;
	clear: both;
	padding-bottom: 10px;
}
#class_nav ul li {
	width: 100%;
	background-position: center top;
}

#class_nav ul li a{
			border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: 12px;
	line-height: 34px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 36px;
	width: auto;
	overflow: hidden;
	font-weight: normal;
	text-indent: 30px;
	background:#f1f1f1;
}
#class_nav ul li a.subactive_link{
	color: #FF6600;
	text-decoration: none;
}
#class_nav ul li a:hover{
	text-decoration: none;
	color: #FF6600;
}
/*#class_nav ul.class_nav_s{
display:none;
}*/
