@charset "utf-8";
/* CSS Document */

.header{background:rgba(51, 92, 141, 0.2); color:#a4c5ee; padding:5px 10px; position:absolute; right:50px; top:4px; overflow:visible; z-index:99; border-radius:4px  }
.header .header_logo{background:url(../imgs/header-bg.jpg) no-repeat; min-height:60px }
.header .right { position:absolute; top:6px; right:0px}
.header .right a{ color:#fff}
.header .dark{background:#295287}
.header img.logo{ display:block;};/*float:left; padding-left:36px*/}
.header h1{padding:0; margin:0}
.header .right ul{margin:0px 0 2px 0; padding:0px; list-style:none; float:right}
.header .right > ul > li{padding:3px 12px; border-left: 1px solid #a4c5ee; float:left}
.header .right li.first{border-left: 0px solid #a4c5ee}

