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

	#shop_sub_menu a
		{
			display:block;
			width: 300px;
			padding: 0px 0px 0px 40px;
			line-height: 22px;
			text-decoration:none;
			font-size: 14px;
			color:#3e3c3e;
		}


	#shop_sub_menu a:link 
		{
			display:block;
			width: 300px;
			padding: 0px 0px 0px 40px;
			line-height: 22px;
			text-decoration:none;
			font-size: 14px;
			color:#3e3c3e;
		}
	#shop_sub_menu a:active
		{
			display:block;
			width: 300px;
			padding: 0px 0px 0px 40px;
			line-height: 22px;
			text-decoration:none;
			font-size: 14px;
			color:#3e3c3e;
		}
	#shop_sub_menu a:visited
		{
			display:block;
			width: 300px;
			padding: 0px 0px 0px 40px;
			line-height: 22px;
			text-decoration:none;
			font-size: 14px;
			color:#3e3c3e;
		}
	#shop_sub_menu a:hover
		{
			font-size: 1.0em;
			color:#ffffff;
			text-decoration:none;
			font-weight: bold;
		}


	#shop_sub_menu a.selectedpath
		{
			color:#000000;
			font-weight: bold;
			background: transparent url(down_arrow.png) no-repeat 3px 10px;
		}


	#shop_sub_menu a.selecteditem
		{
			color:#000000;
			font-weight: bold;
			background: transparent url(forward_arrow.png) no-repeat 3px 10px;
		}










	/*"""""""" (SUB) Container""""""""*/	
	#shop_sub_menu div
		{
		width: 200px;
		padding: 0px 0px 0px 0px;
		}
	
	/*"""""""" (SUB) Items""""""""*/	
	#shop_sub_menu div a	
	{	
		width: 180px;
		padding: 0px 0px 0px 60px;
		color:#3d3634;
		border-style:none;
		border-color:#cccccc;
		line-height: 20px;
		text-decoration:none;
		font-size: 0.8em;
		font-weight: normal;
	}


	#shop_sub_menu div a:hover
	{	
		font-weight: bold;
		text-decoration:none;
		font-size: 1.0em;
		background: transparent url(forward_arrow.png) no-repeat 3px 5px;
	}


	#shop_sub_menu div a.selecteditem
		{
			font-size: 1.0em;
			font-weight: bold;
			text-decoration:none;
			background: transparent url(forward_arrow.png) no-repeat 3px 5px;
		}
	#shop_sub_menu div a.selecteditem:hover
		{
			font-weight: bold;
			text-decoration:none;
			background: transparent url(forward_arrow.png) no-repeat 3px 5px;
		}

