﻿	/*
	*	@author:	wsky
	*	@date:	2008-6
	*	@site:	http://wsky.cnblogs.com
	*
	*/
/*通用头部*/


div#TopMenu{
	color:white;padding-left:50px;
}
	/*logo*/
	div#Logo{
		margin-top:5px;margin-left:0px
	}
	/*大类导航*/
	div#Daohang{
		margin-top:60px;padding-right:10px
	}
		div#Daohang a{
			color:black;padding-right:10px;padding-left:10px;
			text-decoration:none;font-size:14px;font-family:幼圆
		}
		div#Daohang a:hover{
			color:red
		}
	/*子菜单*/
		div#TopMenu a{
			color:white;padding-left:15px;padding-right:15px;
			text-decoration:none
		}
		div#TopMenu a:hover{
			text-decoration:underline
		}
	/*背景*/
	div#TopBar1{
		background-image:url('../images/top_bar_1.gif');background-position:right bottom;
		background-repeat:no-repeat;height:80px;
	}
	div#TopBar2{
		background-image:url('../images/top_bar_3.gif');background-position:right center;
		background-repeat:no-repeat;height:49px;line-height:45px
	}
	div#TopBar3{
		background-image:url('../images/top_bar_2.gif');background-position:left center;
		background-repeat:no-repeat;width:81px;height:49px
	}