/* CSS Document */

a.menu0{
	height: 20px;
	padding-left:4px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#c0c0c0;
	border-bottom:1px #c0c0c0 dotted;
	margin-bottom:4px;
}
a.menu0 a:active, a.menu1 a:hover {
	text-decoration:underline;
}

a.menu1{
	background-image:url(imgs/dots.gif);
	background-repeat:no-repeat;
	background-position: 4px top;
	height: 20px;
	padding-left:8px;
	display:block;
	text-decoration:none;
	border-bottom:1px #c0c0c0 dotted;
	margin-bottom:4px;
}
a.menu1 a:active, a.menu1 a:hover {
	text-decoration:underline;
}

a.menu2 {
	background-image:url(imgs/biao_1.gif);
	background-repeat:no-repeat;
	background-position: 8px top;
	height: 20px;
	padding-left:20px;
	display:block;
	text-decoration:none;
	border-bottom:1px #c0c0c0 dotted;
	margin-bottom:4px;
}
a.menu2:active, a.menu2:hover {
	text-decoration:underline;
}


a.menu3 {
	background-image:url(imgs/biao_1.gif);
	background-repeat:no-repeat;
	background-position: 20px top;
	height: 20px;
	overflow:hidden;
	padding-left:32px;
	display:block;
	text-decoration:none;
	border-bottom:1px #c0c0c0 dotted;
	margin-bottom:4px;
}
a.menu3:active, a.menu3:hover {
	text-decoration:underline;
}

a.menu4 {
	background-image:url(imgs/biao_1.gif);
	background-repeat:no-repeat;
	background-position: 32px top;
	height: 20px;
	overflow:hidden;
	padding-left:44px;
	display:block;
	text-decoration:none;
	border-bottom:1px #c0c0c0 dotted;
	margin-bottom:4px;
}
a.menu4:active, a.menu4:hover {
	text-decoration:underline;
}
