#Products {
height:80px; float:left; font-family:arial, verdana, sans-serif; font-weight: bold; font-size:11px;z-index:500;
}
#Products .select {
margin:0; padding:0; list-style:none; white-space:nowrap;
}
#Products li {
float:left; background:url(../images/navigation/Products.png);
}
#Products .select a {
display:block; width: 130px; height:80px; float:left; background: url(../images/navigation/Products.png); padding:0 0 0 0; text-decoration:none; line-height:25px; white-space:nowrap; color:#ddd;
}
#Products .select a b {
display:block; padding:0 30px 10px 15px; background:url(../images/navigation/Products.png) right top;
}
#Products .select li:hover a {
background: url(../images/navigation/Products.png); background-position: 0 -80px; padding:0 0 0 0px; line-height:27px; cursor:pointer; color:#fff;
}
#Products .select li:hover a b {
display:block; padding:0 30px 9px 15px; background:url(../images/navigation/Products.png) right top; cursor:pointer;
}
#Products .sub {
display:none; margin:0; padding:0 0 0 60px; list-style:none;
}
#Products .sub li {background:transparent;}
#Products .select li:hover .sub {
	height:18px;
	display:block;
	position:absolute;
	float:left;
	width:1000px;
	left:0px;
	text-align:center;
	/*padding: 80px 0 0 240px;*/
	margin: 80px 0 0 240px;
	/*margin-top: 80px;
	margin-left: auto;
	margin-right: auto;*/
	z-index: 0;
}
#Products .select li:hover .sub li a {
	display:block;
	height:18px;
	line-height: 16px;
	float:left;
	background:#eaeaea;
	margin:0;
	white-space:nowrap;
	border:1px solid #000;
	border-color:#888 #777 #666 #ddd;
	color:#888;
	font-size:10px;
}
#Products .select li:hover .sub li a:hover {
color:#000; background:#e8e8e8; border-color: #fff #333 #000 #fff; line-height:15px;
}
