@charset "utf-8";
/* CSS Document */

.SecMenu{
	width:780px;
	height:62px;
	position:absolute;
	list-style:none;
	padding-left:3px;
	overflow:hidden;
}
.SecTitle {
	width:361px;
	height:60px;
}
.SelectTab{
	position:absolute;
	top:35px;
	left:484px;
	overflow:visible;
	width:100%;
}
#SMenu a{
	color:#000000;
	font-size:13px;
}
#SMenu a:hover{
	color:#666666;
}

#SMenu li{
	line-height:25px;
	text-align:center;
	width:108px;
	height:25px;
	background-image:url(img/button_2.gif);
	background-repeat:no-repeat;
	float:left;
	list-style:none;
	margin-left: -10px;
}
#SMenu a:hover li{
	background-image:url(img/button_1.gif);
}
#SMenu li:hover{
	background-image:url(img/button_1.gif);
}
#SMenu #SMenu_1 {
	margin-left: 0px;
}
#SMenu .unlast {
	background-image:url(img/button_3.gif);
}
#SMenu a:hover .unlast{
	background-image:url(img/button_4.gif);
}
#SMenu .unlast:hover{
	background-image:url(img/button_4.gif);
}
#SMenu a:hover .alast{
	background-image:url(img/button_4.gif);
}
#SMenu .alast:hover{
	background-image:url(img/button_4.gif);
}


#SMenu .aselect{
	background-image:url(img/button_1.gif);
	color:#FF0000;
}
#SMenu .aselect a{
	color:#FF0000;
}

#SMenu .alast{
	background-image:url(img/button_4.gif);
	color:#FF0000;
}
#SMenu .alast a{
	color:#FF0000;
}

