
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a
{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 
}

#cssmenu h1 {	
	font-size:20px;
	font-family:"Philosopher", "Jeju Gothic", "Nanum Gothic", Gulim, Arial !important;
}


#cssmenu {
  width: 100%;
  font-family: "Jeju Gothic", Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
		
#cssmenu ul li a.pipe { background: url(/img/product/pipe.png) no-repeat 6px center; }		
#cssmenu ul li a.drain { background: url(/img/product/drain.png) no-repeat 6px center; }		
#cssmenu ul li a.cable { background: url(/img/product/cable.png) no-repeat 6px center; }		
#cssmenu ul li a.duct { background: url(/img/product/duct.png) no-repeat 6px center; }		
#cssmenu ul li a.insulation { background: url(/img/product/insulation.png) no-repeat 6px center; }		
#cssmenu ul li a.r22 { background: url(/img/product/r22.png) no-repeat 6px center; }		
#cssmenu ul li a.subtools { background: url(/img/product/subtools.png) no-repeat 6px center; }		
#cssmenu ul li a.tools { background: url(/img/product/tools.png) no-repeat 6px center; }		
#cssmenu ul li a.tools2 { background: url(/img/product/tools2.png) no-repeat 6px center; }		
				
#cssmenu ul li a.docs { background: url(/img/sin/docs.png) no-repeat 6px center; }		
#cssmenu ul li a.docs1 { background: url(/img/sin/docs1.png) no-repeat 6px center; }		
#cssmenu ul li a.docs2 { background: url(/img/sin/docs2.png) no-repeat 6px center; }		
#cssmenu ul li a.docs3 { background: url(/img/sin/docs3.png) no-repeat 6px center; }		
#cssmenu ul li a.data { background: url(/img/sin/data.png) no-repeat 6px center; }		
				
#cssmenu ul li a.client1 { background: url(/img/member/client1.png) no-repeat 6px center; }		
#cssmenu ul li a.client2 { background: url(/img/member/client2.png) no-repeat 6px center; }		
#cssmenu ul li a.client3 { background: url(/img/member/client3.png) no-repeat 6px center; }		
#cssmenu ul li a.client4 { background: url(/img/member/client4.png) no-repeat 6px center; }		
#cssmenu ul li a.client5 { background: url(/img/member/client5.png) no-repeat 6px center; }		
#cssmenu ul li a.client6 { background: url(/img/member/client6.png) no-repeat 6px center; }		
#cssmenu ul li a.client7 { background: url(/img/member/client7.png) no-repeat 6px center; }		

.align-right {
  float: right;
}

#cssmenu > ul > li > a {
  padding: 20px  5px  20px  35px ;
  cursor: hand;
  z-index: 2;
  text-decoration: none;

}

#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}

#cssmenu ul ul li a {
  cursor: hand;
  border-bottom:3px solid #efefef;
  padding: 15px 20px 15px 30px;
  z-index: 1;
  text-decoration: none;
  color: #010;
  background: #FFF;
  font-family:"Jeju Gothic", Helvetica, Arial, sans-serif;
  
    line-height:18px;
	font-size:16px;
	text-align : left;
}

#cssmenu ul ul ul li {
	border-bottom:1px solid #ddd;
}
#cssmenu ul ul ul li a {
  cursor: hand;
  border-bottom:2px solid #efefef;
  padding: 10px 20px 10px 0px;
  z-index: 2;
  text-decoration: none;
  color: #000;
  background: #eee;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  font-family:"Jeju Gothic", Helvetica, Arial, sans-serif;
  line-height:14px;
  font-size:14px;
  text-align : right;
}

#cssmenu ul ul ul li:hover > a,
#cssmenu ul ul ul li.open > a,
#cssmenu ul ul ul li.active > a {
  background: #C2DFFF;
  color: #0041C2;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #357EC7;
  color: #ffffff;
} 
