묻고답하기

모르지오님 레이아웃(XEgrid Free Layout)을 사용중입니다.
메인메뉴바가 블랙인데 청색으로 바꿀려고 합니다.
제가 초보다보니 어디서 바꿔야 하는지 알수가 없네요.
어디를 수정해야 하는지 자세히 쉽게 설명좀 해주세요

<!--환경설정 인클루드-->
<include target="config.html" />

<div id="xegrid" style="font-size:12px; width:{$layout_info->site_width}px;">

<!--header-->
<div id="header" class="pngFix" style="height:{$layout_info->header_height}px;">
   <div id="logo">
      <!--로고-->
      <a href="{$layout_info->index_url}" >
      <block cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="로고" /></block>
      <block cond="!$layout_info->logo_image"><img src="img/logo/logo.png" alt="로고" /></block>
      </a>
   </div>             
  
   <div id="xgheadergrid" style="width:{$layout_info->headerin_width+240}px;">
      <block cond="$layout_info->display_headergrid == 'Y'">
      {$layout_info->header_area}
      </block>
      <div class="xgbox" style="width:245px">
        <!--옵션 메뉴 & 언어선택 인클루드-->
        <include target="plugins/omenu/omenu.html" />
        <include target="plugins/lang/lang.html" />
        <!--통합검색 인클루드-->
        <include target="plugins/search/search.html" />
      </div>   
   </div>
</div>
<!-- end header -->

<!-- header_main -->
<div id="header_main" class="pngFix" style="font-size:12px; width:{$layout_info->site_width}px;">
     <!--메인메뉴 인클루드-->
     <include target="plugins/gnbmenu/gnb.html" cond="$layout_info->display_mainmenu == 'gnb'" />
     <block cond="$layout_info->display_mainmenu == 'navigation'+ '" />    
  {$layout_info->navigation_area}
     </block>
     <!--사이트맵 인클루드-->
     <include target="plugins/sitemap/sitemap.html" />
</div>
<!-- end header_main -->

<!-- centermiddle -->
   <div id="xg2" style="font-size:12px; width:{$layout_info->site_width+5}px;" cond="$layout_info->display_xg2 == 'Y'">
       {$layout_info->xg2_area}
   </div>
<!-- end centermiddle -->

<!-- centermain -->
<div id="centermain" class="{$layout_info->layout_type}" style="width:{$layout_info->site_width}px;">
   <div id="centermain_dp">       
      <!-- sa -->
   <div id="sa" cond="$layout_info->layout_type != 'c'" style="width:{$layout_info->sa_width}px;">
      <div class="wrapper">                        
         <!-- 2차 세로 메뉴 인클루드 -->
         <div class="inside p" cond="$layout_info->display_lnb == 'lnb' && $menu_1st['list']">
             <include target="plugins/lnbmenu/lnb.html" />
         </div>
         <div class="inside p" cond="$layout_info->display_lnb == 'lnb_navigation'">
         {$layout_info->lnb_area}
         </div>
         <!-- 슬라이더 인클루드 -->
   <div class="inside" cond="$layout_info->sa_smallslider == 'sa'+ '">
              <include target="sliders/smallslider/sa.html">
         </div>
         {$layout_info->sa_area}
         </div>
      </div>
   <!-- end sa -->

   <!-- sb -->       
      <div id="sb" cond="$layout_info->layout_type == 'sa-c-sb'" style="width:{$layout_info->sb_width}px;">
         <div class="wrapper">                                              
          <!-- 사이드 B 위젯 박스 참고표 출력 -->
    <div class="inside" cond="$layout_info->sb_smallslider == 'sb'">
              <include target="sliders/smallslider/sb.html" />
         </div>
         {$layout_info->sb_area}
         </div>
      </div>
   <!-- end sb -->
     
   <!-- contens-->            
      <div id="contents">
         <div class="inside" cond="$layout_info->display_content_top == 'Y'">
   {$layout_info->content_top_area}
         </div>
   <div class="wrapper">         
           {$content}               
         </div>
      </div>
      <!--  end contens -->        
   <div class="clear"></div>                 
   </div><!-- end centermain_dp-->
</div>
<!-- end centermain -->

<!-- centerbottom -->
<div id="xg5" style="font-size:12px; width:{$layout_info->site_width+5}px;" cond="$layout_info->display_xg5 == 'Y'">
      {$layout_info->xg5_area} 
</div>
<!-- end centerbottom -->

<!-- footer -->
<div id="footer" class="pngFix" style="font-size:12px; width:{$layout_info->site_width}px;">
      <div id="footmod">
               <ul class="plain">
                  <li loop="$bottom_menu->list=>$key, $val"><a href="{$val['href']}" <block cond="$val['open_window']=='Y'">onclick="window.open(this.href);return false;"</block>>{$val['link']}</a></li>
               </ul><!-- end 하단 메뉴 -->
         <div id="gotop" style="top:5px; right:0px;">            
            <a href="#header" class="gotop">Scroll To Top</a>
         </div><!-- end gotop -->
      </div><!-- end footmod -->
  
   <div id="footersection">
         <!--로고-->
         <a class="bottom_logo pngFix" href="{$layout_info->bottom_logo_url}" target="_blank">
         <block cond="$layout_info->bottom_logo"><img src="{$layout_info->bottom_logo}" alt="로고" /></block>
         <block cond="!$layout_info->bottom_logo"><img src="img/logo/logo_bottom.png" alt="로고" /></block>
         </a>
         <a class="bottom_logo2 pngFix" href="{$layout_info->bottom_logo2_url}" target="_blank">
         <block cond="$layout_info->bottom_logo2"><img src="{$layout_info->bottom_logo2}" alt="로고" /></block>
         <block cond="!$layout_info->bottom_logo2"><img src="img/logo/logo_bottom.png" alt="로고" /></block>
         </a>
         <div id="cp">      
            <div class="copy">
         Copyright &copy;
         <span>{$layout_info->copyright}</span> 2011 All rights reserverd.
         <a href="http://xe-art.com" target="_blank" title="by xe-art.com">by xe-art.com</a>
            </div><!-- end copy -->
            <p cond="$layout_info->copyright2">{$layout_info->copyright2}</p>
         </div><!-- end cp-->
      </div><!-- end footersection-->
      <div id="credit">
        <ul class="plain">
          <li>{$layout_info->credit}</li>
        </ul>
      </div><!-- end footmod -->
</div><!-- end footer -->      

</div>

 
<!--[if lte IE 6]>
   <script type="text/javascript" src="js/pngFix.min.js"></script>
   <script type='text/javascript'>
      DD_belatedPNG.fix('.pngFix, img, a.next, a.prev, .pagination a, .section a');
   </script>
<![endif]-->

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
이병현161 페이지 생성... [1] 2011.07.05 by 비나무
2donggalbi 텍스트 무작위로 표기하는법  
울혼 큰일났네요. 이거 어떻게 해결하는지 아시는 분 답변 부탁드려요 [1] 2011.07.05 by ForHanbi
이병현161 index.php [1] 2011.07.05 by 김구고
대웅 황당한 db 용량 해결법 좀 알려주세요. [1] 2011.07.05 by 모조키
이진영302 php 파일에서 로그인 정보 얻기.. [1] 2011.07.05
이병현161 게시물 추출 외 질문 몇가지..  
정하엄마 제로보드4에서 글쓰기 후에 이동페이지 설정방법 [1] 2011.07.05 by ezi
YuYu_ XE 설치 시 HTTP 404 에러가 납니다.  
후르방 배너/통합검색/자바 관련 질문입니다!!  
영구만세 카테고리를 선택하면 부메뉴가 깨지는 현상 [1] 2011.07.05 by 영구만세
라펠 공식사이트 홈페이지자랑게시판 모바일 사진크기 [1] 2011.07.05 by 김구고
H-BNB 도움좀 부탁합니다. [1] 2011.07.04 by 날개!
나의해 초보질문. 제대로 인식을 못해요 [2] 2011.07.04 by 모조키
곰돌이3 xe 사이트 운영중인데요. 로그인이 되지 않아요. [1] 2011.07.04 by 김구고
배정호310 구글 광고넣기...고수분들은 보면아실거같은대..도와주세요 [1] 2011.07.04 by 김구고
토드정 썸네일 출력이 안됩니다. [3] 2011.07.04 by 토드정
H-BNB 송동우님 읽어봐주세요.  
배정호310 제발 아무나 답변좀해주세요 몇일째 이러고잇어요 ㅜㅜㅜㅜㅜㅜㅜㅜ  
이호상627 DB 선택창에서 mySql 을 선택할 수 없습니다.  
H-BNB 모조키님 읽어봐주세요 [2] 2011.07.04 by 모조키
율리안 제로보드 가운데 정렬ㅠㅠ [1] 2011.07.04 by ForHanbi
alljoy 서버요청중.....메세지 [1] 2011.07.04 by 낮은 자
jjjnnn 회원가입폼이 내용에 박히게?하려면 어떻게 하나요 [1] 2011.07.04 by 모조키
H-BNB 송동우님 읽어봐주세요.(감사합니다) [1] 2011.07.04 by 모조키
낮은 자 레이아웃의 문제입니다. [1] 2011.07.04 by ForHanbi
아냐저자랴져여 [최근글, 인기글, 최근댓글 위젯] 문제 해결해주세요~ [1] 2011.07.04 by 낮은 자
안수완 게시판의 리스트에서 제목을 클릭시  
오대영582 이미지 여러개 올릴때 [3] 2011.07.04 by 낮은 자
rocktizen 업데이트후 레이아웃이... [1] 2011.07.04 by 낮은 자