<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 86%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#class_nav li{
	background-image: url(../images/class.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 0px;
	}
#class_nav a.main_class{
	display: block;
	text-decoration: none;
	line-height: 24px;
	font-size: 12px;
	width: auto;
	padding-left: 0px;
	background-image: url(../images/class--.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 26px;
	overflow: hidden;
	font-weight: normal;
	text-indent: 15px;
}
#class_nav a.active_link{
	background-image: url(../images/class_hover--.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FF3300;
}
#class_nav a.main_class:hover{
	background-image: url(../images/class_hover--.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FF3300;
}
#class_nav ul{
	margin: 0px;
	clear: both;
	padding-bottom: 10px;
}
#class_nav ul li {
	width: 100%;
	background-image: url(../images/sub_class--.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}

#class_nav ul li a{
	background-image: url(../images/subclass_icon--.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 36px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 36px;
	padding-left: 40px;
	width: auto;
	overflow: hidden;
	font-weight: normal;
}
#class_nav ul li a.subactive_link{
	color: #FF3300;
	text-decoration: none;
}
#class_nav ul li a:hover{
	text-decoration: underline;
}
/*#class_nav ul.class_nav_s{
display:none;
}*/
</pre></body></html>