@charset "utf-8";
.aside-menu,.aside-menu *{
	list-style:none;
	padding:0px;
	margin:0px;
}

.aside-menu{
	border-top:1px solid #e7e7e7;
	width:204px;
	margin-bottom:10px;
}

.aside-menu li{
	border-bottom:#e7e7e7 solid 1px;
}

.aside-menu > li > ul{
	border-top:#e7e7e7 solid 1px;
}

.aside-menu a{
	padding:5px 0px;
	padding-left:5px;	
	display:block;
	color:#666666;
	text-decoration:none;
	background:url(aside-menu-arrow.gif) 199px center no-repeat;
}

.aside-menu > li:first-child{
	border-bottom:1px solid #e7e7e7;
	height:40px;
	margin:0px;
}

.aside-menu > li:first-child > div{
	padding-top:10px;
	text-align:center;
	color:#313131;
	font-size:16px;
	font-weight:bolder;
	font-family:'微軟正黑體';
}

.aside-menu ul li a{
	padding-left:15px;
}

.aside-menu a:hover,
.aside-menu .focus a{
	color:#FFF;
	background:url(aside-menu-arrow-hover.gif) #1c4e97 199px center no-repeat;
}

.aside-menu .has-child{
	border-bottom:0px;
}

.aside-menu .last-child{
	height:20px;
	border-bottom:0px;
	margin:0px;
}

.aside-menu .last-item{

}

.width-to-aside-menu{
	width:204px;
	margin:0px auto;
}