@charset "utf-8";
/* CSS Document */


table#submenu{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	}
	
	table#submenu td{
		line-height:160%;
		padding:10px 0;
		background:url(../../img/main/dotline.gif) no-repeat left bottom;
		}

	table#submenu td p{
		padding-left:13px;
		background:url(../../img/main/ic_arrow_red.gif) no-repeat 4px 9px;
		}


		/* submenu link color --------------- */
		table#submenu a:link{
			color:#666664;
			text-decoration:none;
			}
			
		table#submenu a:visited{
			color:#666664;
			text-decoration:none;
			}
			
		table#submenu a:hover{
			color:#333333;
			text-decoration:underline;
			}

		table#submenu a:active{
			color:#333333;
			}			

