@charset "utf-8";

/*全局样式*/
body{margin:0; padding:0;background-color:transparent; overflow:scroll;overflow-x:hidden;}
body { *overflow:hidden;}

/*菜单大类样式*/
.left_title{display:inline-block;background:url(/web/Public/images/sprites/sprites.gif) no-repeat -223px -231px;width:142px; height:30px; font-size:14px;color:#006699; margin-bottom:3px; margin-top:0px;padding:10px 0 0 0;text-indent:10px;cursor:pointer;}
	.first{ background-position:0 -1px; background-repeat:no-repeat; margin-bottom:2px; margin-top:25px;}
	.title span{ display:block; height:20px; padding-top:8px; padding-left:33px; background-repeat:no-repeat; background-position:12px 7px; color:#0d5878; cursor:pointer;}
/*菜单小类样式*/
	.items div{width:102px; overflow:hidden;height:22px;padding-top:8px;background:url(/web/Public/images/sprites/sprites.gif) no-repeat -225px -274px;padding-left:35px;}
		.items div:hover{color:#FF6215; background:url(/web/Public/images/sprites/sprites.gif) no-repeat -225px -320px;}
	.items a{ float:left;outline:none;font-size:12px;text-decoration:none; display:block;blr:expression_r(this.onFocus=this.blur());cursor:pointer;}
		.items a:hover{color:#FF6215;}
	.items span{ float:left; cursor:pointer; background-image:url(left/newwin.gif); height:10px; width:10px; margin-left:5px; margin-top:2px; background-repeat:no-repeat;}

	.item{ color:#555555;}
	.item_current{color:#FF6215; font-weight:bold;}
	
	
	
	
	

	
