@CHARSET "EUC-KR";

#list_normal
{
	height:18px;
	line-height:18px;
	padding: 2px 0 0 2px;
	font-size:11px;
	list-style-image:url(http://www.uajjang.com/images/icon/menu_li.gif);
	font-weight: normal;
	color: #696969;
	background-color:#ffffff;
}
#list_over
{
	height:18px;
	line-height:18px;
	padding: 2px 0 0 2px;
	font-size:11px;
	list-style-image:url(http://www.uajjang.com/images/icon/menu_cur.gif);
	font-weight: bold;
	color: #874eab;
	background-color:rgb(242,236,247);
}

/* ---------------------------------------------------------------------------- *\
	CATEGORY
		Ä«Å×°í¸® ¸ñ·Ï°ú ÆË¾÷ ¸Þ´ºÀÇ ½ºÅ¸ÀÏÀ» Á¤ÀÇ ÇÑ´Ù.
			- ÆÐ¼ÇÀâÈ­, ºäÆ¼, ºê·£µå¼¥
		navi.jsp
	
	DIV.categoryÀÇ Å©±â µî ¿ÜºÎ È¯°æ¿¡ ¿µÇâÀ» ¹Þ´Â ºÎºÐÀº uabase.css¿¡¼­ Á¤ÀÇ ÇÏµµ·Ï ÇÑ´Ù.
		uabase.css
			#uaContent .category
\* ---------------------------------------------------------------------------- */
DIV.category DIV.navi_title { padding-bottom: 17px; padding-left:7px; }
DIV.category DIV.navi_itemshop_title { padding-bottom:5px; padding-left:8px; }
DIV.category DIV.navi_brandhop_title { padding-bottom: 7px; padding-left:8px; cursor: pointer; }
DIV.category DIV.navi_notice { padding-top: 20px; }

DIV.category UL.navi_menu {	margin: 2px 0 2px 8px; list-style-type: none; }
DIV.category UL.navi_menu LI { cursor: pointer;	line-height: 18px; }
DIV.category UL.navi_menu LI.current { color: #9b58af;	font-weight: bold;  }
DIV.category UL.navi_menu LI.focus { color: #9b58af; font-weight: bold; background-color: #f2ecf7; }

/* ---------------------------------------------------------------------------- *\
	CATEGORY POPUP MENU
\* ---------------------------------------------------------------------------- */
DIV.category DIV.popup_menu { 
	position: absolute; 
	display: none; 
	width: 129px; 
	z-index: 100;
}
DIV.category DIV.popup_menu DIV.menuArrow {
	position: absolute; 
	float: left; 
	width: 7px; 
	padding-top: 12px; 
	z-index: 101;
}
DIV.category DIV.popup_menu UL.popup_menu {
	position: absolute; 
	float: left; 
	margin-left: 6px;
	border: 1px solid #d5d5d5;
	padding: 10px 5px 10px 5px;
	width: 185px;
	background-color: white;
	z-index: 100;
	overflow-x: hidden;
}
DIV.category DIV.popup_menu UL.popup_menu LI { cursor: pointer;	width:175px; padding: 2px 0 0 10px; }
DIV.category DIV.popup_menu UL.popup_menu LI.current { color: #9b58af;	font-weight: bold;  }
DIV.category DIV.popup_menu UL.popup_menu LI.focus { color: #9b58af; font-weight: bold; background-color: #f2ecf7; }
DIV.category DIV.popup_menu UL.popup_menu LI IMG { margin-right: 5px; }

/* ------------------------------------------------------------- *\
	Notice
		navi_notice.jsp
\* ------------------------------------------------------------- */
DIV.category UL.navi_menu LI.ntc {
	background-image: url(/images/icon/list_02.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 2px 0 5px 20px;
	border-bottom: 1px solid #eeeeee;
}

/* ------------------------------------------------------------- *\
	BEST BRANDS
\* ------------------------------------------------------------- */
DIV.category TABLE.navi_best_brand { border: 1px solid #dddddd; border-bottom: 0; } 
DIV.category TABLE.navi_best_brand TD { cursor: pointer; text-align: center; width: 171px; height: 30px; border-bottom: 1px solid #dddddd; } 
DIV.category TABLE.navi_best_brand TD:hover {background:url(/images/shopping/menu/menu_over.gif) no-repeat 0 0} 
/*DIV.category TABLE.navi_best_brand TD:hover { border: 1px solid #9b58af; } */

/* ------------------------------------------------------------- *\
	BRAND LIST POPUP
\* ------------------------------------------------------------- */
DIV.category TABLE.navi_brand_list {
	position: absolute; 
	display: none; 
	background-color: white; 
	border: 3px solid #8c43b8; 
	padding: 10px 10px 10px 5px;
	z-index: 100;	
}
DIV.category TABLE.navi_brand_list TBODY {}
DIV.category TABLE.navi_brand_list UL { list-style-type: none; }
DIV.category TABLE.navi_brand_list LI { padding: 0 10px; width: 210px; height: 20px; cursor: pointer; }
DIV.category TABLE.navi_brand_list UL LI:hover { background-color:rgb(242,236,247);	font-weight: bold; color: #874eab; }
DIV.category TABLE.navi_brand_list UL LI.current { font-weight: bold; color: #874eab; }
DIV.category TABLE.navi_brand_list UL LI.focus { background-color:rgb(242,236,247); font-weight: bold; color: #874eab; }
DIV.category TABLE.navi_brand_list TD { padding: 0 5px; }
DIV.category TABLE.navi_brand_list TD.navi_brand_list_sep {	border-left: 1px solid #874eab; }