#vmenu { /* Common style */
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY:verdana;  letter-spacing:-1;
	font-weight: bold;
}

#vmenu ul { /* 2nd+ level items */
	padding: 5px;
	margin: 0px;
	list-style: none;
	width: 150px;
	z-index: 99;
	overflow: visible;
	position: absolute;
	background-color: #efefef; 
	border: 3px solid #ff6600;
}

#vmenu li.has-children { /* Root with children */
	position: relative;
	height: 20px;
	width: 190px;
	display:block;
	background: url('/include/images/ctg_bg.gif') repeat right;
}

#vmenu li ul li.has-children { /* 2nd+ level with children */
	position: relative;
	width: 150px;
	height: 20px;
	display:block;	
}

#vmenu li.has-children:hover  { /* Root with children - hover */
	color: #ff8c00;
	background: #ffffff url('/include/images/ctg_on_bg.gif') no-repeat right; 
}

#vmenu li > a.has-children:hover, #vmenu li:hover > a.has-children:link, #vmenu li:hover > a.has-children:visited   { /* Root with children - hover */
	color: #ff6600;
	background: none;
}

#vmenu li ul li.has-children:hover { /* 2nd+ level item with children - hover */
	color: #ff8c00;
	background: #faf4ed url('') no-repeat 98%; 
}

#vmenu #vmenu li ul li a.has-children:hover, #vmenu li ul li:hover a.has-children:link, #vmenu li ul li:hover a.has-children:visited { /* 2nd+ level item with children - hover */
	color: #ff8c00;
	background: none; 
}

#vmenu li { /* Root without without children */
	position: relative;
	width: 190px;
	height: 18px;
	display: block;
}

#vmenu li ul li { /* 2nd+ level without children */
	position: relative;
	height: 20px;
	width: 150px;
	display: block;
}

#vmenu li:hover { /* Root wihout children - hover */
	color: #ff8c00;
	background-color: #ffffff;
	background: url('') repeat-x right; 
}

#vmenu a:hover { /* Root wihout children - hover */
	color: #ff8c00;											/* ¸¶¿ì½º ¿À¹ö½Ã ±ÛÀÚ»ö»óÁöÁ¤ */
	background: none;
	font-weight: bold;
}

#vmenu li ul li:hover, #vmenu li ul li a:hover { /* 2nd+ level wihout children - hover */
	color: #ff6600;
	background-color: #faf4ed;
	background: url('/include/images/sub_bg.gif') repeat-x center;
}

#vmenu li.h-sep { /* Horizontal separator */
	margin: 0;
	padding: 0;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	background: url('') repeat-x center;
}

#vmenu li.h-sep:hover { /* Horizontal separator */
	background: url('') repeat-x center;
}

#vmenu ul li {  /* 2nd+ level items */
	background-color: #ffffff; 
	font-size: 11px; 
	background: url('/include/images/sub_bg_00.gif') repeat-x center;
}

#vmenu a { /* 2nd+ level items (a tag) */
    text-decoration:none; 
	color: #848484;                                       /* ±ÛÀÚ»ö»óÁöÁ¤ */
    display:block;
    padding: 4px;
	padding-left: 17px;
}

#vmenu li ul li a { /* 2nd+ level items (a tag) */
	padding-left: 5px;
}

#vmenu ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 190px;
}

#vmenu li ul li ul { /* submenu offset relating to root items */
    display: none; 
    position: absolute; 
    top:0; 
    left: 170px;
}

#vmenu li:hover > ul { /* Show children */
    display: block; 
}

li>ul { /* Something IE related? :) */
	top: auto;
	left: auto;
}

