
.menu{
	margin:0;
	padding:0;
	width:120px;
	list-style:none;
	background:#5989c7;
	font-weight: normal;
}
.menu li{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	padding:0;
	height:20px;
	display:block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	font-weight: normal;
}
.menu li a{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align:left;
	height:20px;
	padding:0px 25px;
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	display:block;
	text-decoration:none;
	background-image: url(../pic/menubtn.GIF);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: normal;
}
.menu li a:hover{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color:#000000;
	background-image: url(../pic/menubtn.GIF);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	font-weight: bold;
}
.menu li a.active, .menu li a.active:hover{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	color:#000000;
	background-image: url(../pic/menubtn.GIF);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	font-weight: bolder;
}
.menu li a span{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	line-height:20px;
}