body {/*页面样式*/
	margin: 0px;
	background-color:#FFFFFF;
}
#itemfileinner1{/*下拉菜单定位*/
	position:absolute;
	width:400px;
	left:0px;
	top:0px;
}
#itemfileinner2{/*下拉菜单定位*/
	position:absolute;
	right:25px;
	top:0px;
}
.itemfilecolor{/*下拉菜单字体样式*/
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
}
a.itemfilecolor:hover {/*下拉菜单字体悬停样式*/
	font-family: "宋体";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.itemblack{/*网站字体样式（黑）*/
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.itemred{/*网站字体样式（红）*/
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a.itemblue{/*网站字体样式（蓝）*/
	font-family: "宋体";
	font-size: 14px;
	color: blue;
	text-decoration: none;
}

a.itemagent{/*管理字体样式*/
	font-family: "宋体";
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#marquees marquee{
	font:bold;
	color:red;
	font-size: 14px;
}
.white {/*小类字体样式*/
	font-family: "宋体";
	font-size: 10pt;
	color: #FFFFFF;
}
.back{/*未选的菜单按钮字体*/
	font-size: 10pt;
	color: #FFFFFF;
	position:relative;
	top:7px;
	cursor:pointer;
	
}
.front{/*选中的菜单按钮字体*/
	font-size: 11pt;
	color: #FFFFFF;
	position:relative;
	font-weight: bold;
	top:1px;
}
