@charset "utf-8";
/* CSS Document */

.mainDiv
{
  width:160px;
}
.topItem
{
  width:180px; height:23px; margin:0 8px; background-image:url(../images/n1title.jpg); background-repeat:no-repeat; text-indent:20px; font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#FFFFFF; font-weight:bold; line-height:23px; cursor:hand;
 
}


.dropMenu
{width:174px; height:auto; margin:5px 11px 5px 11px;
}

.subMenu
{
   display:none;
   line-height:26px;
}
.subItem
{
   padding:5px 20px 0 20px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
   background-image:url(../images/ele_1_li_bg.jpg); background-repeat:no-repeat;
   height:26px;
   line-height:26px;
   width:174px;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding:5px 20px 0 20px;
   background-image:url(../images/ele_1_li_bg.jpg); background-repeat:no-repeat;
   height:26px;
   line-height:26px;
   width:174px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black; 
}
#inch{ width:600px;}
#inch ul{ margin-left:30px;}
#inch ul li{ padding:5px; border:1px solid #e8e8e8; margin-left:30px; margin-bottom:5px}