/*
ÀÌ ¸¶Å©¾÷ ¹®¼­´Â ¾Æ·¡ Á¦°øÀÚ¿¡ ÀÇÇØ ÀÛ¼º ¹× ¼öÁ¤, ¹èÆ÷ µÇ¾ú½À´Ï´Ù
Markup : Hyunhw Jung
Website: http://www.premiumxe.com
Email : clubnb2@naver.com
*/

/* Main Menu (Navigation)
---------------------------------------------------------------------------------*/
 #nav { display: block; margin: 0; padding: 0; position:relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float:left; position: relative; }
  #nav { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding:0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li a { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */
#nav ul { width: 186px; }
#nav ul ul { left: 184px; }

/* Everything else is theming */
#nav { top:0; left:0; font:bold 12px Tahoma; }
#nav *:hover { background-color: none; }
#nav li a { width:186px; height:41px; text-align:center; color:#648534; display:block; text-align:left; background:url(images/bg_menuOff.gif) no-repeat left top; text-align:center; line-height:340%; }
#nav li.on a { background:url(images/menu_hover.gif) no-repeat; color:#fff; }
#nav li.hover a { background:url(images/menu_hover.gif) no-repeat; color:#fff; }

#nav li.tools a {  }4F819F
#nav li.tools a:hover {  }

    #nav ul { top:41px; }
    #nav ul li { border-bottom:1px solid #222; border-right:1px solid #222; border-left:1px solid #222; background:#373737; color:#fff }
	#nav ul a { color:#fff; display:block; width:172px; height:21px; padding-bottom:none; padding-top:9px; padding-left:12px; font:8pt µ¸¿ò; letter-spacing:-1px; text-align:left; background:none !important; }
	#nav ul a span { position:absolute; top:10px; right:10px; }
	#nav ul a:hover { background:#444 !important; }
	#nav ul .on { background:url(images/2nd_menu_on.gif); }

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */