﻿@charset "utf-8";
/* CSS Document */

#class_nav {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#class_nav li{
	background-image: url(img/class_hover.gif);
	width: 100%;
	background-repeat: no-repeat;
	background-position: left 0px;
	}
#class_nav a.main_class{
	display: block;
	text-decoration: none;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	padding-left: 0px;
	background-image: url(img/class.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 32px;
	overflow: hidden;
	font-weight: bold;
	text-indent: 55px;
	color: #6153A0;
}
#class_nav a.active_link{
	color: #FF6600;
	font-weight: bold;
}
#class_nav a.main_class:hover{
	color: #FF6600;
}
#class_nav ul{
	margin: 0px;
	clear: both;
	padding-bottom: 10px;
}
#class_nav ul li {
	width: 100%;
	background-image: url(img/sub_class.gif);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
}

#class_nav ul li a{
	background-image: url(img/sub_class.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	clear: both;
	display: block;
	height: 32px;
	width: auto;
	overflow: hidden;
	font-weight: normal;
	text-indent: 60px;
	color: #DF772A;
	font-family: Arial, Helvetica, sans-serif;
}
#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;
}*/
