.nav_category a:focus { outline:none; }
.nav_category { width:auto; margin:0px; overflow:hidden; }
.nav_category li { padding:0px; text-indent:0px; font-weight:bold; line-height:35px; position:relative; width:240px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; background:url("images/s_menu.png") no-repeat; }
.nav_category li a:link, .nav_category li a:visited { display:block; padding-left:30px; background:url("images/point_04.png") no-repeat 14px 50%; color:#565656;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; width:200px; }
.nav_category li.selected a, .nav_category li a:hover { color:#0F75BC; text-decoration:none;background:url("images/point_05.png") no-repeat 14px 50%; }
.nav_category ul { display:none; padding:0px; }
.nav_category ul li { _width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-indent:20px; padding:0px; border-bottom:0px #dcdcdc dotted; font-weight:normal; }
.nav_category ul li a:link, .nav_category ul li a:visited { border:none; border-radius:0; background:none; color:#666; font-size:11px; padding-left:10px;}
.nav_category ul li a:hover { color:#0F75BC; }
.nav_category ul li.selected > a { background:#eee; font-weight:bold; }
