body{
	font-size:9pt;
	color:#555555;
	padding-left:5px;
	margin-top:10px;
	background:#FFFFFF;
}
div{
	cursor:default;
	margin:0px;
	border:none;
}
.bigcell{
	color:#606060;
	cursor:pointer;
	height:30px;
	width:190px;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
	background:url(../images2/menu/big.gif) no-repeat;
}
.smallcell{
	float:left;
	cursor:pointer;
	height:25px;
	width:150px;
	font-size:9pt;
	line-height:25px;
	padding-left:20px;
	background:url(../images2/menu/small.gif) no-repeat;
}
.bigcell:hover{
	background:url(../images2/menu/big2.gif) no-repeat;
}
.smallcell:hover{
	background:url(../images2/menu/small2.gif) no-repeat;
}
.submenu{
	width:200px;
	display:none;
}
.class1{
	background:url(../images2/menu/big2.gif) no-repeat;
}
.class2{
	background:url(../images2/menu/small2.gif) no-repeat;
}
.menutitle{
	background:url(../images2/bjleft.gif);
	height:28px;
	margin-bottom:10px;
	line-height:25px;
	font-size:10pt;
	font-weight:bolder;
	text-align:center;
	color:#0000a0;
}
.line{
	height:10px;
	width:30px;
	background:url(../images2/menu/line.gif) no-repeat;
}
.line2{
	float:left;
	width:30px;
	height:25px;
	background:url(../images2/menu/line2.gif) no-repeat;
}
.clear{
	clear:both;
}
