BODY {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	background-color:#e0e0e0;
}
#page {
	width:1004px;
	margin:0 auto;
	background-color:white;
}
#header {
	HEIGHT: auto;
	CLEAR: both;
}

#logo {
}
#Header_Container_Banner {
	width:980px;
	height:135px;
	margin-top:5px;
}


#locationer {
	height:45px;
	border-bottom:1px #e0e0e0 solid;
	border-top:5px #c3c3c3 solid;
	line-height:45px;
	padding-left:2em;
	background:url(/Templets/images/jian.gif) no-repeat 1em center;
}
#locationer a{
	text-decoration:none;
	color:#000;
		 }

/*投票的样式*/
#but_VoteSubmit,#but_ViewVote {   /*提交按钮、查看结果按钮*/
	border:none;
	background:url(/Templets/imgs/btnBG.gif) no-repeat;
	width:93px;
	height:25px;
	text-align:center;
}
		 
/* 最新公告*/	
#home_notice0 {
	float:right;
	margin-top:1em;
	color:#FA4F05;
	line-height:27px;
	font-weight:bold;
	width:70px;
	height:25px;
}
#home_notice{
	float:right;
	margin-right:10px;
	margin-top:1em;
	font-weight:bold;
	color:#FA4F05;
	width:330px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	position:relative;
	}
#home_notice ul {
	left:0px;
	position:absolute;
	width:3000px
	}
#home_notice li{height:25px; display:inline;}
#home_notice a{
	color:#FA4F05;
	text-decoration:none;
}
#home_notice a:hover{
	text-decoration:underline;
}

/*问卷调查*/
#VoteFormMain {
	margin-top:10px;
}
#VoteFormMain ul {
	margin:10px 10px 15px 10px;
}
/*分页*/
#ak_Pager {}
#ak_Pager span{ margin-right:0.5em;}
#ak_Pager a{ text-decoration:underline;}

/*链接区块*/
#linkArea{
	clear:both;
	height:45px;
	padding-left:100px;
	border:1px solid #F7C459;
	background:url(/Templets/imgs/link.jpg) no-repeat left center;
}
#linkArea li{
	float:left;
	margin-top:8px;
	text-align:center;
	width:110px;
}

/* 底部样式*/
#footer {
	clear:both;
	background-color:#E8E8E8;
	background:url(/Templets/imgs/logo_small.jpg) no-repeat 26px 5px;
	height:50px;
	line-height:45px;
	padding-left:8em;
	font-size:12px;
	font-family:Arial;
}
#footer #footer_left {
	float:left;
	margin-left:20px;
	margin-top:12px;
}
#footer #footer_right{
	float:right;
	margin-top:10px;
	color:white;
	margin-right:8px;
	text-align:right;
	}

/* 下拉菜单 */
#main_menu {
	height:33px;
	background-color:#003377;
	line-height:33px;
}
#main_menu #searcher {
	float:right;
	color:white;
	margin-right:20px;
	padding-left:2em;
	width:240px;
}
#searcher table td{
	height:33px;
}
/*LEVEL ONE*/
ul.dropdown                         { position: relative; margin-left:20px;}
ul.dropdown li                      { zoom: 1; float:left;text-align:center;}
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown a:hover		            {
	outline:none;
	color:white;
	}
ul.dropdown li a                    {  
	width:4em;
	color:white;
	text-decoration:none;
	padding:0px 10px;
	height:31px;
	display:block;
}
ul.dropdown .sub_menu li a          {  
	padding:0px;
}
ul.dropdown li.hover, ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: white; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width:100px; visibility: hidden; position: absolute; top: 100%; left: 0; bottom:0; }
ul.dropdown ul li 					{ color: #000;float: none; background:url(/Templets/lgsy/images/di80.png);}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 2px;}
ul.dropdown ul ul li 				{ color: #000;float: none; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
