﻿@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 100%;
	margin: auto;
}
#class_nav li {
	background-image: url(../images/class.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
}
#class_nav a.main_class {
	display: block;
	text-decoration: none;
	line-height: 45px;
	font-size: 14px;
	width: auto;
	height: 45px;
	overflow: hidden;
	font-weight: normal;
	text-indent: 30px;
	width: 100%;
	color: #636363;
}
#class_nav a.main_class2 {
	display: block;
	text-decoration: none;
	line-height: 45px;
	font-size: 14px;
	width: auto;
	height: 45px;
	overflow: hidden;
	font-weight: bold;
	text-indent: 30px;
	width: 100%;
	color:#115499;
}
#class_nav a.main_class:hover {
	text-decoration: none;
	color: #636363;
	background-image: url(../images/class_hover.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#class_nav ul {
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
}
#class_nav ul li {
	width: 100%;
	background-image: url(../images/sub_bg--.jpg);
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: left 0px;
}
#class_nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 24px;
	text-indent: 48px;
	width: 170px;
	overflow: hidden;
	font-weight: normal;
	color: #434343;
	background-image: url(../images/subclass_icon.gif);
	background-repeat: no-repeat;
	background-position: 28px 4px;
}
#class_nav ul li a:hover {
	text-decoration: underline;
	color: #FF3300;
}
#class_nav ul.class_nav_s {
	display: none;
}
