@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);
				/* Reset */
				.menu,
				.menu ul,
				.menu li,
				.menu a {
					margin: 0;
					padding: 0;
					border: none;
					outline: none;
					z-index: 1000;
				}

				/* Menu */
				.menu {	
					height: 40px;
					width: 600px;
					

					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px;
					
					z-index:1500 !important;
				}

				.menu li {
					position: relative;
					list-style: none;
					float: left;
					display: block;
					height: 40px;
					
				}

				/* Links */

				.menu li a {
					display: block;
					padding: 0 14px;
					line-height: 28px;
					text-decoration: none;
					
					margin-top:9px;
					
					border-left: 1px solid #FFF;
					border-right: 1px solid #EEE;

					font-family: "Jeju Gothic", Helvetica, Arial, sans-serif;
					font-size: 15px;

					color: #000;
					text-shadow: 1px 1px 1px #FFF;

					-webkit-transition: color .2s ease-in-out;
					-moz-transition: color .2s ease-in-out;
					-o-transition: color .2s ease-in-out;
					-ms-transition: color .2s ease-in-out;
					transition: color .2s ease-in-out;
					
					z-index:2500 !important;
				}

				.menu li:first-child a { border-left: none; }
				.menu li:last-child a{ border-right: none; }

				.menu li:hover > a { color: #F00; }

				/* Sub Menu */

				.menu ul {
					position: absolute;
					top: 40px;
					left: 0;

					opacity: 0;
					
					background: #EEE;
					
					background: -webkit-linear-gradient(top, #FFF 0%,#EEE 100%);
					background: -moz-linear-gradient(top, #FFF 0%,#EEE 100%);
					background: -o-linear-gradient(top, #FFF 0%,#EEE 100%);
					background: -ms-linear-gradient(top, #FFF 0%,#EEE 100%);
					background: linear-gradient(top, #FFF 0%,#EEE 100%);
	
					-webkit-border-radius: 0 0 5px 5px;
					-moz-border-radius: 0 0 5px 5px;
					border-radius: 0 0 5px 5px;

					-webkit-transition: opacity .25s ease .1s;
					-moz-transition: opacity .25s ease .1s;
					-o-transition: opacity .25s ease .1s;
					-ms-transition: opacity .25s ease .1s;
					transition: opacity .25s ease .1s;
					
					z-index:2500 !important;
				}

				.menu li:hover > ul { opacity: 1; }

				.menu ul li {
					height: 0;
					overflow: hidden;
					padding: 0;

					-webkit-transition: height .25s ease .1s;
					-moz-transition: height .25s ease .1s;
					-o-transition: height .25s ease .1s;
					-ms-transition: height .25s ease .1s;
					transition: height .25s ease .1s;
					
					z-index:2500 !important;
				}

				.menu li:hover > ul li {
					height: 36px;
					overflow: visible;
					padding: 0;
				}

				.menu ul li a {
					width: 100px;
					padding: 4px 0 4px 40px;
					margin: 0;

					border: none;
					border-bottom: 1px solid #EEE;
					
					font-size:12px;
				}

				.menu ul li:last-child a { border: none; }

				/* Icons */

				.menu a.shopping { background: url(http://img.wkwo.com/img/shopping/shopping.png) no-repeat 6px center; }
				.menu a.shopping_list { background: url(http://img.wkwo.com/img/shopping/shopping_list.png) no-repeat 6px center; }
				.menu a.shopping_sales { background: url(http://img.wkwo.com/img/shopping/shopping_sales.png) no-repeat 6px center; }		
				.menu a.shopping_conclusion { background: url(http://img.wkwo.com/img/shopping/shopping_conclusion.png) no-repeat 6px center; }		
				.menu a.shopping_cart { background: url(http://img.wkwo.com/img/shopping/shopping_cart.png) no-repeat 6px center; }		
				.menu a.shopping_delivery { background: url(http://img.wkwo.com/img/shopping/shopping_delivery.png) no-repeat 6px center; }		
				.menu a.shopping_project { background: url(http://img.wkwo.com/img/project.png) no-repeat 6px center; }
				
				.menu a.pipe { background: url(http://img.wkwo.com/img/product/pipe.png) no-repeat 6px center; }		
				.menu a.drain { background: url(http://img.wkwo.com/img/product/drain.png) no-repeat 6px center; }		
				.menu a.cable { background: url(http://img.wkwo.com/img/product/cable.png) no-repeat 6px center; }		
				.menu a.duct { background: url(http://img.wkwo.com/img/product/duct.png) no-repeat 6px center; }		
				.menu a.insulation { background: url(http://img.wkwo.com/img/product/insulation.png) no-repeat 6px center; }		
				.menu a.r22 { background: url(http://img.wkwo.com/img/product/r22.png) no-repeat 6px center; }		
				.menu a.subtools { background: url(http://img.wkwo.com/img/product/subtools.png) no-repeat 6px center; }		
				.menu a.tools { background: url(http://img.wkwo.com/img/product/tools.png) no-repeat 6px center; }		
				.menu a.tools2 { background: url(http://img.wkwo.com/img/product/tools2.png) no-repeat 6px center; }		
				
				.menu a.docs { background: url(http://img.wkwo.com/img/sin/docs.png) no-repeat 6px center; }		
				.menu a.docs1 { background: url(http://img.wkwo.com/img/sin/docs1.png) no-repeat 6px center; }		
				.menu a.docs2 { background: url(http://img.wkwo.com/img/sin/docs2.png) no-repeat 6px center; }		
				.menu a.docs3 { background: url(http://img.wkwo.com/img/sin/docs3.png) no-repeat 6px center; }		
				.menu a.data { background: url(http://img.wkwo.com/img/sin/data.png) no-repeat 6px center; }		
				
				.menu a.client1 { background: url(http://img.wkwo.com/img/member/client1.png) no-repeat 6px center; }		
				.menu a.client2 { background: url(http://img.wkwo.com/img/member/client2.png) no-repeat 6px center; }		
				.menu a.client3 { background: url(http://img.wkwo.com/img/member/client3.png) no-repeat 6px center; }		
				.menu a.client4 { background: url(http://img.wkwo.com/img/member/client4.png) no-repeat 6px center; }		
				.menu a.client5 { background: url(http://img.wkwo.com/img/member/client5.png) no-repeat 6px center; }		
				.menu a.client6 { background: url(http://img.wkwo.com/img/member/client6.png) no-repeat 6px center; }		
				.menu a.client7 { background: url(http://img.wkwo.com/img/member/client7.png) no-repeat 6px center; }		
				