/* ------------------------------ Header --------------------------------- */

        #inner_header h1 {
            background: url(../images/header_logo.png) 24px 25px no-repeat;
            width: 338px;
            height: 0;
            padding-top: 201px;
            overflow: hidden;
            display: block;
            float: left;
            line-height: 1;
        }

/* -- */

        #inner_header div#top_links {
            height: 38px;
            line-height: 36px;
            overflow: hidden;
            width: auto;
            margin: 6px 0 0 0;
            padding: 0 16px;
            text-align: right;
            -moz-border-radius-bottomleft:8px;
            -webkit-border-bottom-left-radius:8px;
            -moz-border-radius-bottomright:8px;
            -webkit-border-bottom-right-radius:8px;    
            color: #e9e8ec;
            background: #4B4165;
            display: inline-block;
            float: right;
            font-size: 13px;
        }

        #inner_header div#top_links span {
            color: #6c6482;
        }

        #inner_header div#top_links a {
            color: #fbd666;
            padding-bottom: 1px;
            border-bottom: 1px dotted #857265;
        }

        #inner_header div#top_links a:hover {
            border-bottom: 1px solid #857265;
        }
        
        #inner_header div#top_links input.login {
            border:1px solid #BBBBBB;
            font-size:12px;
            padding:2px 2px 2px 2px;
            margin-bottom: 2px;
            vertical-align:middle;
            background: #f5f3fb;
            font-size: 11px;
            width:128px;            
            -moz-border-radius:2px;
            -webkit-border-radius:2px;            
        }

/* -- */

        #inner_header ul#nav {
            margin: 115px 0 0 0;
            overflow: hidden;
            width: auto;
            float: right;
            display: block;
            clear: right;
        }

        #inner_header ul#nav li {
            list-style: none;
            display: block;
            float: left;
            margin-left: 15px;
        }

        #inner_header ul#nav li a {
            color: #fff;
            font-size: 18px;
            border: none;
            float: left;
            padding: 9px 15px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;    
        }

        #inner_header ul#nav li.current a {
            background: #4b4165;
        }

        #inner_header ul#nav li a:hover {
            background: #4b4165;
        }

        #inner_header ul#nav li.current a,
        #inner_header ul#nav li.current a:hover {
            background: #4b4165;
        }
