#dd_nav
{
	float:left;
	display:inline;
	margin:8px 0 0 11px;
	width:210px;
}
#dd_nav li
{
	float:left;
	list-style-type:none;
	height:27px;
	width:100%;
	background:url(/tohoimg/line_01.jpg) repeat-x 0 26px;
	position: relative;
}
#dd_nav li a
{
	float:left;
	margin:8px 0 0 3px;
	color:#111;
	text-align:left;
	text-decoration:none;
	padding-left:20px;
	background:url(/tohoimg/mark_01.jpg) no-repeat 0 0px;
}

/*
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items * /
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
 */	
li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	background:#E4E4E4;
	list-style: none;
	border-bottom: 1px solid #ccc;
	left: 209px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width:250px;
	}
li ul li {
	position: relative;
	}
	
/* Styles for Menu Items */
li ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#ProductIndex {
	float:left;
	width:90%;
	text-align:left;
	margin:15px 0 0 12px;
	display:inline;
	}

#ProductNav li ul {
	float:left;
	position: relative;
	left:0px;
	margin: 10px;	
	background:#FFF;
	list-style: none;
	display: block;	
	width:100%;
	text-align:left;
	}
	
#ProductNav a.cat  {
	 font-weight:bold;
	 font-size:14px;
	}