@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	float: left;
}
#class_nav li{
	background-image: url(../images/class.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
#class_nav a.main_class{
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-size: 12px;
	width: 100%;
	padding-left: 0px;
	height: 30px;
	overflow: hidden;
	font-weight: normal;
	text-indent: 30px;
	color: #333333;
}
#class_nav a.active_link{
	text-decoration: underline;
}
#class_nav a.main_class:hover{
	color: #FFF;
	background-color: #015093;
		text-decoration: none;
}
#class_nav ul{
	margin: 0px;
	clear: both;
	border: 2px solid #C00108;
}
#class_nav ul li {
	width: 100%;
	background-image: url(../images/sub_class.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

#class_nav ul li a{
	line-height: 31px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 31px;
	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 8px;
}
#class_nav ul li a.subactive_link{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00108;
}
#class_nav ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C00108;
}
/*#class_nav ul.class_nav_s{
display:none;
}*/
