/* BASIC css start */
#leftMenu { float:left; width:160px; position:fixed; top:180px; z-index:100;color:#2c2c2c; }
#lnb { position:relative; width:160px; background:#fff;}
#lnb ul{ }
#lnb > ul > li { height:30px; position:relative; }
#lnb > ul > li a { display:block; height:30px; font-size:13px; line-height:30px;color:#2c2c2c; }
#lnb > ul > li a:hover{ text-decoration: line-through; }
#lnb > ul > li .depth2 { display:none; position:absolute; top:10px; left:80px; padding:14px 0; background-color:#fff;border:1px solid #363636; z-index:10; width:70%;}
#lnb > ul > li .depth2 .arrow { position:absolute; top:-1px; left:-15px;display:block;width:15px; height:4px; background:#363636; }
#lnb > ul > li .depth2 li { padding:0 20px; line-height:18px; }
#lnb > ul > li .depth2 li a { display:block; height:23px; font-size:13px; line-height:23px }

#leftMenu .line { display:block; width:30px; height:1px; background-color:#a0a0a0; margin:30px 0; }
/* BASIC css end */

