@charset "utf-8";
/* CSS Document */

header{ background: #0155c9; height: 57px; line-height: 57px;}
.top{ position:relative; width: 1000px; height: 57px;}

.logo{ position: absolute; left: 22px; top:8px}

nav{ position: absolute; left: 200px; top:0px; color: #fff; font-size: 20px;}
nav li { float: left;}
nav li a{ display: block; height: 44px; line-height: 44px; text-align: center; margin-right: 25px; padding: 0 10px; font-size: 16px; color: #ffffff; text-decoration: none;}
nav li a:visited {color: #fff;}
nav li a:hover{ border-bottom: 4px solid #f06000; background:#f06000; color: #fff; text-decoration: none;}
nav li.current a {border-bottom: 4px solid #f06000; color: #fff; text-decoration: none;}

.logon { height: 57px; background: #ec6c00; background:none; color: #fff; float:right; text-align: center;}
.logon A { color: #fff; line-height:44px; font-size:14px; padding:0 17px; padding-top:13px; display: inline-block;}
.logon A:hover { text-decoration: none; background:#003276;}

.msgBox { display: none; padding: 20px; border: 5px solid #f0f0f0; background: #fff; min-width: 300px;}
.msgBox .msgTitle { font-size: 16px; color: #ec6c00;}

