﻿.dummy
{
    display : none;
}

#wgnb
{
    height : 27px;
    width : 100%;
    padding : 4px 0px 4px 0px;
    z-index : 100;
    position : fixed; 
    
    background : url('/images/event/2012/06/04/bg_event_gnb_1_35.gif') repeat-x;
}
    #wgnb #wgc
    {
        width : 1000px;
        margin : 0px auto 0px auto;
    }
    
    #wgnb #wgc #wgleft
    {
        display : block;
        float: left;
        width : 300px;
        height : 27px;
        padding : 0px 0px 0px 0px;
    }
        #wgnb #wgc #wgleft #wtitle
        {   
            display : block;
            width : 210px;
            height : 27px;
            
            background : url('/images/event/2012/06/04/img_logo_dmevent_210_27.jpg') no-repeat;
        }
            #wgnb #wgc #wgleft #wtitle #linkTitle
            {   
                display : block;
                width : 210px;
                height : 27px;
                
                font-size : 10px;
            }
    
    #wgnb #wgc #wgright
    {
        display : block;
        float: right;
        width : 349px;
        height : 24px;
        padding : 3px 0px 0px 0px;
    }
        #wgnb #wgc #wgright #btnGNBLogin
        {
            display : block;
            float : right;
            width : 55px;
            height : 21px;
            background : url('/images/event/2012/06/04/button_login_55_21.gif') no-repeat;
            
            cursor : hand;
            
        }
        
        #wgnb #wgc #wgright #btnHomeGo
        {
            display : block;
            float : right;
            width : 73px;
            height : 21px;
            background : url('/images/event/2012/06/04/button_home_73_21.gif') no-repeat;
            
            cursor : hand;
            
        }
        
        #wgnb #wgc #wgright .blank3
        {
            display : block;
            float : right;
            width : 10px;
            height : 21px;
        }
        
        #wgnb #wgc #wgright #DdownEventList
        {
            display : block;
            float : right;
            width : 169px;
            height : 19px;
            padding : 1px;
            text-align : left;
            
            background-color : #cfcfcf;
            
        }
        
        #wgnb #wgc #wgright #DdownEventList #DdownEventListSelected
        {
            width : 161px;
            height : 19px;
            padding : 0px 0px 0px 8px;
                
            background-color : #ffffff;
                
            cursor : hand;
        }
            #wgnb #wgc #wgright #DdownEventList #DdownEventListSelected .otext
            {
                display : block;
                width : 161px;
                height : 19px;
                line-height : 19px;
                    
                color : #787878;
                background : url('/images/event/2012/06/04/button_dropdown_13_13.gif') 143px center no-repeat;
                    
                font-weight : bold;
            }
            
        #wgnb #wgc #wgright #DdownEventList #DdownEventListItems
        {
            position : absolute;
            display : none;
            width : 169px;
            padding : 1px 1px 0px 1px;
            
            background-color : #cfcfcf;
            margin-left: -1px;
            z-index : 1000;
            cursor : hand;
        }
            #wgnb #wgc #wgright #DdownEventList #DdownEventListItems .eitem
            {
                display : block;
                height : 19px;
                line-height : 19px;
                background-color : #ffffff;
                
                border-bottom : 1px solid #cfcfcf;
                
            }
                #wgnb #wgc #wgright #DdownEventList #DdownEventListItems .eitem .otext
                {
                    width : 161px;
                    height : 19px;
                    padding : 0px 0px 0px 8px;
                
                }
       