﻿@charset "utf-8";/* CSS Document */
body,div,address,blockquote,iframe,ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,p,pre,table,caption,th,td,form,legend,fieldset,input,button,select,textarea{margin:0;padding:0;font-weight:normal;font-family:inherit}
ol,ul,li{list-style:none;}
img{margin:0;padding:0;border:none}
table{border-collapse:collapse;}
.cls{clear:both;}
.notxt{text-indent:-9999px;}
body{font-size:14px;font-family:Tahoma;font-family:Arial, Hel,Microsoft YaHei;}
/*a{color:#F1FFFF;text-decoration:none;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#e0d0aa;text-decoration:none;}
i { font-style:normal;}*/



.menu{
	width:100%;
	/*background-color:#999;*/
	margin-left:20px;
	}
.menu ul{
	list-style:none;
	}
.menu li{
	display:block;
	float:left;
	width:80px;
	height:25px;
	overflow:visible;
	margin:0 0 0 20px;_margin:0 0 0 14px;

	
	}
.menu li a{
	padding:0;
	display:block;
	width:80px;
	height:25px;
	font-size:14px;
	font-weight:bold;
	color:#C18E44;
	}
.menu li a.hover{
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	color:#C18E44;
	}