@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#class_nav li{
	background-image: url(../images/class.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 0px;
	}
#class_nav a.main_class{
	display: block;
	text-decoration: none;
	line-height: 60px;
	font-size: 14px;
	width: 100%;
	padding-left: 0px;
	background-image: url(../images/class.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 65px;
	overflow: hidden;
	font-weight: bold;
	text-indent: 20px;
	color: #333333;
}
#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: 0px;
}
#class_nav ul li {
	width: 100%;
	background-image: url(../images/class.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

#class_nav ul li a{
	
	line-height: 60px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 65px;
	width: auto;
	overflow: hidden;
	font-weight: normal;
	text-indent: 35px;
	color: #333333;
		background-image: url(../images/subclass_icon.gif);
	background-repeat: no-repeat;
	background-position:15px 22px;
}
#class_nav ul li a.subactive_link{
	color: #B00E40;
	text-decoration: none;
}
#class_nav ul li a:hover{
	text-decoration: none;
	color: #B00E40;
}
/*#class_nav ul.class_nav_s{
display:none;
}*/
