.header{
	width: 100%;
	height:55px;
    opacity: 1;
    background: #000719;
    background: -webkit-linear-gradient(top, #001037 0%, #000719 100%);
    background: linear-gradient(to bottom, #001037 0%, #000719 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001037', endColorstr='#000719', GradientType=0);
    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:#B1B0B1;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:#FDB504;}
.top_nav li:hover {background-color:#002435;}
.top_nav li.selected {background-color:#002435;}
.top_nav li.selected a{color:#FDB504;}
.top_search{ margin-top:12px;padding-right:5px;width:202px; height:33px;}
.top_search_input{ float:right; background:url(/images/blue/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:#fff; 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 */
}