.header{
	width: 100%;
	height:55px;
    opacity: 1;
    background: #260039;
    border-bottom: 1px solid #000;
	/* font-family:Verdana, Geneva, sans-serif; */
}
.top{margin:0;height:55px;width:100%;overflow: hidden;}
.top_logo{margin-left:10px;}
.top_nav{ height:55px; margin:0 0 0 0px;width:auto;overflow: hidden;}
.top_nav ul{margin: 0 0 0 20px;	padding: 0;}
.top_nav li{float: left;list-style: none;font-size:16px;color:#2869ad;text-align: center;padding:5px 12px;line-height:50px;}
.top_nav li img {width:32px; height:32px;margin:10px 4px 0 0;}
.top_nav li a{ text-decoration:none; color:#fff;}
.top_nav li a:hover{ color:#fff;}
.top_nav li:hover {background-color:#4a096b;}
.top_nav li.selected {background-color:#4a096b;}
.top_nav li.selected a{color:#fff;}
.top_search{ margin-top:12px;padding-right:5px;width:202px; height:33px;}
.top_search_input{ float:right; background:url(/images/search_bg.jpg) no-repeat; width:202px; height:33px;}
.top_search_input input{ float:left; height:33px; background:none; border:1px none; line-height:33px; padding:0 0 0 5px; color:#000; width:150px;}
.top_search_input span{ float:right;margin:0px;padding:0px;}
.top_search_input span input{ background:none;margin:0px;padding:0px; width:45px; height:33px; cursor:pointer;}


a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}