/*
Ö÷ÌâÃû£ºdefault
*/

body { background:url("bg1.jpg") #fff repeat-x center top }

/* //////////////////////////////////// */

.webName{ color:#fff }
.webUrl a{ color:#fff }
.webUrl a:hover{ color:#ffff00 }

/* //////////////////////////////////// */

#mainNav{
	margin:auto; padding:8px 0 0;
	width:986px; height:49px; line-height:49px; overflow:hidden;
	background:url("nav-bg.png") no-repeat;
}
#mainNav ul{ margin:auto; width:900px; height:28px; line-height:28px; text-align:center }
#mainNav li{
	float:left; display:inline;
	margin-right:20px;
	width:82px; height:28px; line-height:28px; text-align:center;
}
#mainNav li a{ display:block; width:82px; height:28px; color:#555; font-size:14px; font-weight:bold }
#mainNav li a:hover{ background:url("nav-hover.gif") no-repeat; color:#fff; text-decoration:none }
#mainNav li.cur a{ background:url("nav-hover.gif") no-repeat; color:#fff }

/* //////////////////////////////////// */

.bar{
	padding:0 10px;
	height:35px; line-height:35px;
	font-size:14px; font-weight:bold; color:#0076a3;
	background:#B2D3F5 url("bar.jpg");
}
.bar a{ color:#0076a3 }
.bar a:hover{ color:#990000; text-decoration:none }
.bar-l{ float:left; font-size:14px }
.bar-r{ float:right; line-height:35px; font-size:12px }
.bar-r a{ color:#996699 }
