#dsc_menu{
	position: relative;
	left: -26px;
	width: 655px;
	height: 45px;
	overflow: hidden;
	background: #fff;
	z-index: 100;
}
#dsc_menu ul{
	position: relative;
	padding: 0;
	display: block;
	width: 655px;
	list-style: none;
}
#dsc_menu ul li{
	float: left;
	width: 92px;
	height: 45px;
	border-left: 1px solid #ccc;
	background: #264760;
}
#dsc_menu ul li a,
#dsc_menu ul li a:visited,
#dsc_menu ul li a:hover{
	display: inline-block;
	width: 100%;
	height: 45px;
	text-decoration: none;
	font: 12px Verdana, Geneva, "DejaVu Sans", sans-serif;
}
#dsc_menu ul li a,
#dsc_menu ul li a:visited{
	background: #264760;
	color: #fff;
}
#dsc_menu ul li a:hover{
	background: #192c37;
	color: #f7ba45;
}
#dsc_menu ul li a:active{
	color: #fff;
}
#dsc_menu ul li a#cur{
	background: #a25a26;
	text-shadow: 0px -1px 0 #000;
}
#dsc_menu ul li a#cur:hover{
	color: #fff;
}

#dsc_menu ul li a:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#dsc_menu ul li a span {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.sea_list{
	list-style-type: none;
	padding: 0 !important;
}
.sea_list li{
	padding: 0 0 0.5em 0;
}

a.sp_lnk {
	overflow: hidden;
	zoom: 1;
	font: bold 14px Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin: 1.5em 0 1em 0;
	text-decoration: none;
	border-bottom: 1px dashed #039;
}
a.sp_lnk:hover {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px dashed #f00;
}
a.sp_lnk .tri{
	float: left;
	width: 14px;
	height: 14px;
	padding-top: 2px;
	font: bold 12px Verdana, Geneva, "DejaVu Sans", sans-serif;
	text-decoration: none;
}

.sp_cnt {font: normal 14px "Trebuchet MS", Helvetica, sans-serif; display:none;}

ul.sp_list{
	list-style-type: none; padding:0.5em;
}

.txt h4 {
	font: bold 16px Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin: 0.5 0 1em 0;
	color: #000;
}
.txt h5 {
	font: bold 14px Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin: 1.5em 0 1em 0;
	color: #000;
}
.txt h6 {
	font: bold 12px Verdana, Geneva, "DejaVu Sans", sans-serif;
	margin: 0.5em 0;
	color: #000;
}
ul.prep{
	padding-top: 0.5em;
}
ul.prep li{
	list-style-type: none;
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0.5em 0 !important;
}
ul.prep li img{
	width: 100px;
	height: 120px;
	float: left;
	margin-right: 1em;
	background: #ccc;
}
.news ul{
	list-style-type: none;
	padding: 0 !important;

}
.news ul li span{
	font-weight: bold;
}
.news ul li{
	list-style-type: none;
	padding: 0.5em;
}

.news ul li:nth-child(odd){
	background: #99f2;
}
.news .year {
	border-top: solid #999 1px;
	margin-top: 1em;
	background: #fff !important;
	text-align: center;
	font: bold 16px arial;
	color: #999;
}
.news .year:first-child {
	margin-top: 0px;
	border-top: none;
}