@charset "utf-8";
.aside-menu,.aside-menu *{
	list-style:none;
	padding:0px;
	margin:0px;
}

.aside-menu{
	background:url(aside-menu2.png) repeat-y;
	width:204px;
	margin-bottom:10px;
}

.aside-menu li{
	border-bottom:#dfdfdf solid 1px;
}

.aside-menu > li > ul{
	border-top:#dfdfdf solid 1px;
}

.aside-menu a{
	padding:5px 0px 5px 15px;	
	display:block;
	color:#666666;
	text-decoration:none;
	background:url(aside-menu-arrow.gif) 2px center no-repeat;
}

.aside-menu > li {
	margin:0px 12px;
}

.aside-menu > li:first-child{
	background:url(aside-menu1.png) top no-repeat;
	height:47px;
	border-bottom:0px;
	margin:0px;
}

.aside-menu > li:first-child > div{
	padding-top:13px;
	text-align:center;
	color:#07a1d2;
	font-size:16px;
	font-weight:bolder;
	font-family:'微軟正黑體';
}

.aside-menu ul li a {
	padding-left:30px;
	background:url(aside-menu-arrow.gif) 20px center no-repeat;
}

.aside-menu a:hover,
.aside-menu .focus a{
	color:#07a1d2;
}

.aside-menu .has-child{
	border-bottom:0px;
}

.aside-menu .last-child{
	background:url(aside-menu3.png) bottom no-repeat;
	height:20px;
	border-bottom:0px;
	margin:0px;
}

.aside-menu .last-item{
	border-bottom:0px;
}

.width-to-aside-menu{
	width:198px;
	margin:0px auto;
}
