/* 메인 메뉴 (pxe_droppy_menu)
---------------------------------------------------------------------------------
@font-face {font-family:Nanum Gothic; src:url('http://www.samilchurch.com/webfont/Nanum Gothic.eot')}
*/
#nav { display: block; margin: 0; padding: 0; position:relative; z-index:100; }
#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: 130px; top:63px; }
#nav ul ul { left: 128px; top:-1px; }

/* Everything else is theming */
#nav { height:63px; background:url(../img/default/menubar_left.png); }
#nav span.menuR { position:absolute; width:10px; height:63px; top:0; right:-10px; background:url(../img/default/menubar_left.png); text-indent:-1000em; }
#nav *:hover { background-color: none; }
#nav li a { position:relative; margin:0 20px; _margin:0 10px; padding:13px 0 0 0; height:35px; text-align:center; color:#fff; display:block; font-size:13px !important; z-index:100; float:left; top:0px; font-weight:normal; text-decoration:none; font-weight:bold; line-height:38px; outline:0; selector-dummy:expression(this.hideFocus=true); }
#nav li a img { position:relative; top:-2px; }
#nav li a:hover { color:#000; }
*:first-child+html #nav li a img { top:-6px; }
#nav li a .vr { position:absolute; width:3px; height:63px; top:0; right:-20px; z-index:100; background: url("../img/default/vr.png"); display:block; }
#nav li.on a { color:#000!important; }
#nav li.hover a { background:url(../img/menu_hover.gif) no-repeat; color:#000; }

#nav ul {  }
#nav ul li { margin-bottom:-1px; border:1px solid #dfdfdf; background:#f9f9f9; color:#505050 }
#nav ul a { color:#505050; display:block; margin:0; padding:9px 0 0 12px!important; width:146px!important; height:21px!important; font-size:8pt !important; text-align:left; background:none !important; top:0!important; font-weight:normal!important; line-height:120%!important; }
#nav ul a span { position:absolute; top:10px; right:10px; }
#nav ul a:hover { background:#fff !important; color:#6b95b2!important; }
#nav ul .on { background:#fff; }

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */