#product_menu{
width:200px;
float:left;
}
#product{
width:580px;
float:right;
}

.Product_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	margin-bottom:5px; 
  
  }

  
.Product_menu  ul li {
  position: relative;
  z-index:1020;
  }
  
.Product_menu  li ul {
  position: absolute;
  left: 199px; /* Set 1px less than menu width */
  top: 0;
  display: none;

  }



/* Styles for Menu Items */
.Product_menu  ul li a {
	display: block;
	text-decoration: none;
	color:#000000;
	background:; /* IE6 Bug */
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
  
  }

  
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

 li:hover ul, li.over ul { 
 display: block;
  } /* The magic */

.Product_menu li ul a{
	/* sub items style */
text-align:left;
	font-size:0.9em;
	color:#393939;

  }
.Product_menu li a:hover{
background-color: #FF6600;
	color: #FFF;
}
.Product_item{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	width:100%;
	padding:5px 0;

float:left;
}
.Product_img{
	width:120px;
	float:left;
	z-index:0;
	border: 1px solid #000000;
	margin-left:5px;
	
}

.Product_info{
margin-left:10px;
float:left;
text-align:left;
line-height:1.5em;
}
.Product_info {
	text-decoration: none;
	color:#333333;
	font:Arial, Helvetica, sans-serif;
	color:#003366
}
.Product_info span{
	font-size:1.0em;
	font-weight:bold;
	color:#FF0000;
}

.Product_info a:visited{
color:#0000FF;
}
.Product_info a:hover{
color:#FF9900;
}
.PageLink {
width:100%;height:30px;float:left;text-align:right;line-height:30px;
}
.PageLink a:visited{
color:#0000FF;
}
.PageLink a:hover{
color:#FF9900;
}
#FirstItems{
	margin:10px;
	border: 1px solid #CCCCCC;

}

-->