묻고답하기

모르지오님 레이아웃(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 남기남
수ㅇㅏ~★ 검색결과를 클릭 했을 경우 그 페이지에 그대로 보이게 하는 방법 [1] 2013.04.25 by 송동우
크르릉33 일반 PHP에서 템플릿변수 사용하기 [3] 2013.04.25 by 송동우
권캐리 레이아웃 가로폭 변동 질문입니다. [2] file 2013.04.25 by 송동우
다크진 댓글 입력란에 한글키가 안먹히네요 ㅜㅜ [1] 2013.04.25 by 푸시아
qqwqqw1212 게시판 새창 질문 [1] 2013.04.25 by 송동우
10000kg 출석부 연속출석일에 대해 문의 드립니다. file  
잠탱v 목록에서 IP주소를 보이게 하려면?  
진달래1 XE 위키 깨지는 현상 [1] 2013.04.25 by 몽실아빠
뮤르시엘라고 참여게시판처럼 만들려면 어떻게 해야할까요? [1] 2013.04.25 by KANTSOFT
Aloneann xe 첫 설치후에 어드민 로그인 하는방법.. [1] file 2013.04.25 by KANTSOFT
_writer 업데이트가 사라지지 않습니다. [1] file 2013.04.25 by 니는뜬데이~
날마다좋은날 xe1.5에서 1.7.3.2로 업데이트시 호환돼는 php버젼은 어떻게 바뀔까요? [1] 2013.04.25 by KANTSOFT
그린그린그린 홈페이지 전체에 자꾸 글쓰기가 안되네요.. [1] 2013.04.25 by 니는뜬데이~
lililiillililiil 중복아이디 입력시 입력된 폼 값 유지하기 질문드립니다.  
ㄲㅏㅊㅣ xe 디버깅 방법 문의 [1] file 2013.04.25 by KANTSOFT
다크진 회원가입 하면 "다른 페이지로 탐색하시겠습니까"  
다크진 게시글 작성하면 리스트로 가게 하기? [1] 2013.04.25 by 송동우
징궈니 xe를 잘 사용하다가 도메인을 구입 후 ..... [1] 2013.04.25 by YEARNING
김흥태2 - [1] 2013.04.25
byJW 팝업을 2개 띄우려고 하는데 문제가 있습니다.