diff --git a/common/css/default.css b/common/css/default.css
index 5934d60ba..26c898618 100644
--- a/common/css/default.css
+++ b/common/css/default.css
@@ -29,6 +29,8 @@ a { text-decoration:none;}
a:hover { text-decoration:underline;}
address { font-style:normal;}
+.iePngFix { behavior:url(./common/js/iePngFix.htc);}
+
/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; height:1em; line-height:1em; background:#ffffff;}
.inputTypeText:hover,
diff --git a/modules/install/tpl/js/iePngFix.htc b/common/js/iePngFix.htc
similarity index 88%
rename from modules/install/tpl/js/iePngFix.htc
rename to common/js/iePngFix.htc
index 3c495eff7..aebc2fb9e 100644
--- a/modules/install/tpl/js/iePngFix.htc
+++ b/common/js/iePngFix.htc
@@ -8,7 +8,7 @@
// For details, see: http://creativecommons.org/licenses/LGPL/2.1/
// This must be a path to a blank image. That's all the configuration you need.
-if (typeof blankImg == 'undefined') var blankImg = '../img/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
+if (typeof blankImg == 'undefined') var blankImg = './common/tpl/images/blank.gif'; // 1x1px 짜리 투명 이미지(blank.gif)의 경로를 변경.
var f = 'DXImageTransform.Microsoft.AlphaImageLoader';
function filt(s, m)
@@ -61,4 +61,4 @@ function doFix()
doFix();
-
\ No newline at end of file
+
diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css
index 75b21c33e..62eca237b 100644
--- a/modules/admin/tpl/css/admin.css
+++ b/modules/admin/tpl/css/admin.css
@@ -24,9 +24,6 @@ body { margin:0; }
.inputTypeTextArea { border:1px solid #c9c9c9; padding:3px; background:#ffffff; font-size:1em; }
.inputTypeDate { width:10em; border:1px solid #c9c9c9; padding:3px; height:1em; line-height:1em; background:#ffffff;}
-/* Internet Explorer 6 PNG Bug Fix */
-.iePngFix { behavior:url(../js/iePngFix.htc);}
-
/* Special Class Selector */
.fr { float:right;}
.fl { float:left;}
diff --git a/modules/admin/tpl/css/admin_layout.css b/modules/admin/tpl/css/admin_layout.css
index 8e69903c7..d173af75a 100644
--- a/modules/admin/tpl/css/admin_layout.css
+++ b/modules/admin/tpl/css/admin_layout.css
@@ -19,7 +19,7 @@ IE7 Only
* { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
html, body { }
html { width:100%; position:relative;}
-body { font-size:.75em; width:100%; background:#2f2f2f; margin:0em;}
+body { font-size:.75em; width:100%; background:#2f2f2f; margin:0;}
img { border:none;}
label { cursor:pointer;}
select { height:1.6em;}
@@ -35,9 +35,6 @@ address { font-style:normal;}
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea { border:1px solid #c9c9c9; padding:3px; background:#ffffff;}
-/* Internet Explorer 6 PNG Bug Fix */
-.iePngFix { behavior:url(../js/iePngFix.htc);}
-
/* Special Class Selector */
.fr { float:right;}
.fl { float:left;}
@@ -54,13 +51,16 @@ address { font-style:normal;}
/* ----- Header | End ----- */
#cBody { position:relative; clear:both; padding:0px 18px 0px 198px; margin:-71px 0 -38px 0; overflow:hidden; background:#ffffff url(../images/menuBg.gif) repeat-y;}
+
#gNavigation { float:left; width:180px; padding:71px 0 200px 0; margin-right:18px; margin-left:-198px; _margin-left:-99px;}
#gNavigation h2 { margin-bottom:8px;}
#gNavigation ul { width:180px;}
-#gNavigation ul li { width:180px; height:30px; background:url(../images/menuBg.png) no-repeat left top; behavior:url(../js/iePngFix.htc);}
+#gNavigation ul li { width:180px; height:30px; background:url(../images/menuBg.png) no-repeat left top; } /* behavior:url(./common/js/iePngFix.htc);}*/
#gNavigation ul li.on { background-position:left -30px; margin-top:-2px; _background:url(../images/menuBgIeFix.png) no-repeat left top;}
#gNavigation ul li.on a { color:#ffffff; font-weight:bold;}
#gNavigation ul li a { display:block; padding:9px 0 0 28px; height:21px; color:#606060;}
+#gNavigation ul li a:hover { background:url(../images/menuBgIeFix.png) no-repeat; margin-top:-2px; font-weight:bold; color:#ffffff; text-decoration:none;}
+#gNavigation ul li.on a:hover { background:url(../images/menuBgIeFix.png) no-repeat; margin-top:0; font-weight:bold; color:#ffffff; text-decoration:none;}
#gNavigation .menuEdit { float:left; padding:15px 0 0 26px;}
#content { float:left; width:100%; padding:71px 0 100px 0;}
diff --git a/modules/admin/tpl/js/iePngFix.htc b/modules/admin/tpl/js/iePngFix.htc
deleted file mode 100644
index 99b66f774..000000000
--- a/modules/admin/tpl/js/iePngFix.htc
+++ /dev/null
@@ -1,65 +0,0 @@
-