@charset "utf-8";

.widgetContainer,
.widgetNavigator,
#widgetNavigator_body{
    margin: 0;padding: 0;
}
.widgetNavigator a:hover,
.widgetNavigator a:active,
.widgetNavigator a:focus{text-decoration: none;}
.widgetNavigator a,
.widgetNavigator a:visited{text-decoration: none;color:#555;}

.widgetNavigator li{
    list-style: none;
}
/*메뉴*/
#widgetNavigator_body{
    font-size: 12px;font-family: 나눔고딕,맑은고딕,돋움;font-weight: bold;color:#333;line-height: 33px;
}
/*1depth 메뉴*/
#widgetNavigator_body li{
    display: inline;
    float: left;
    line-height: 33px;height: 33px;
}
#widgetNavigator_body li div{
    line-height: 16px;margin-top: 8px;
    padding: 0 25px;
    border-right: 1px solid #eee;
}
/*1depth 메뉴*/
#widgetNavigator_body .first{
    margin-left: 0px;
}
#widgetNavigator_body .last{
    border-right: 0;
}
#widgetNavigator_body li.active a{
    color: #000;
    font-size: 18px;
}
#widgetNavigator_body  li  ul.off{
    display: none;
}
/*2depth 메뉴 ul*/
#widgetNavigator_body li ul{
    position: absolute;
    padding:0;margin: 0;
    border: 1px solid #eee;
    float: none;width: 120px;
}
/*2depth 메뉴*/

#widgetNavigator_body .widgetNavigator_sub{
    padding: 0 10px;
    margin: 0;
    height: 30px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    font-weight: normal;
    background-color: #fff;
    cursor: pointer;
    width:100px;
}

/*메뉴 hover*/
#widgetNavigator_body li ul li.on{
    background-color: pink;
}