@charset "utf-8";
/* CSS Document */

h2 {
	font-size:12pt;
	font-weight:bold;
	color:#FFF;
	padding-left:15px;
	background-color:#2782ce;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	width:98%;
	margin-top:0px;
	letter-spacing:1px
}


.newsh {
	margin-bottom:5px;
}

.hor_menu {
	height:30px;
	margin-bottom:10px;
	padding:2px;
	font-size:1.1em
}

.hor_menu li {border:1; margin:0; padding:0; list-style:none;}
.hor_menu ul {border:1; margin:0; padding:0; list-style:none;}

.hor_menu  ul{
    border-bottom:solid 1px #DDD;
    height:29px;
    padding-left:20px;
}

.hor_menu  li{
    float:left;
    margin-right:2px;
}
.tab a:link, .tab a:visited{
    display:block;
    float:left;
    height:30px;
    background:url(../img/tab-round.png) no-repeat right -30px;
    color:#2782ce;
    font-weight:bold;
    text-decoration:none;
    padding-right:14px;
}
.tab a span{
    display:block;
    float:left;
    height:30px;
    background:url(../img/tab-round.png) no-repeat left -30px;
    padding-left:14px;
    line-height:30px;
    cursor:pointer
}
.tab a:hover{
    background:url(../img/tab-round.png) no-repeat right -60px;
	border-bottom:none;
	color:2782ce !important;
}
.tab a:hover span{
    background:url(../img/tab-round.png) no-repeat left -60px;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover{
    background:url(../img/tab-round.png) no-repeat right 0px;
}
.active a span, .active a:hover span{
    background:url(../img/tab-round.png) no-repeat left 0px;
}

