.padnavi {
   margin-top: 20px;
   padding-left: 10px;
   }

div.navigator {
   display: inline;
   float: left;
   margin-left: 4px;
   width: 181px;
   background: #E4E9ED;
   }

div.navigator ul {
   background: transparent;
   list-style: none;
   margin: 0;
   width: auto;
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 181px;
   }

html>body div.navigator ul {
   width: 181px;
   }

div.navigator li {
   position: relative;
   list-style: none;
   border-bottom: 1px solid #D5DCE3;
   line-height: 17px;
   }

div.navigator li:hover {
   background: #FF9933;
   color: #FFFFFF;
   }

div.navigator li.submenu {
   background: transparent url(../images/main/navi_down.gif) 98% center no-repeat;
   }

div.navigator li.submenu:hover {
   background: #FF9933;
   }

div.navigator li a {
   display: block;
   padding: 0 0 2px 5px;
   text-decoration: none;
   font-weight: bold;
   width: 181px;
   voice-family: "\"}\"";
   voice-family: inherit;
   width: 174px;
   }

html>body div.navigator li a {
   width: 174px;
   }

div.navigator li a:hover {
   background: #FF9933;
   color: #FFFFFF;
   text-decoration: none;
   }

div.navigator li a, div.navigator li a:link, div.navigator li a:visited {
   text-decoration: none;
}

div.navigator>ul a {
   width: auto;
   }

div.navigator ul ul {
   position: absolute;
   top: 20px;
   left: 0px;
   display: none;
   background: #E4E9ED url(../images/main/navi_bg.gif);
   border-bottom: 5px solid #D5DCE3;
   }

div.navigator ul ul li a {
   margin: 0 0 0 -16px;
   voice-family: "\"}\"";
   voice-family: inherit;
   margin: 0; /* real value for all other browsers */
   }

html>body div.navigator ul ul li a {
   margin: 0; /* real value for all other browsers */
   }

div.navigator ul.level1 li.submenu:hover ul.level2 {
   display:block;
   }
