#menu {
	position: absolute;
	height: 300px;
	width: 180px;
	z-index:3;
}
#mpiclayer {
	position: absolute;
	height: 300px;
	width: 540px;
	z-index:101;
}
#m2 {
	position: absolute;
	height: 300px;
	width: 180px;
	z-index:201;
	background-color: #8A8B8C;
}
#m3layer {
	position: absolute;
	height: 300px;
	width: 540px;
	z-index:301;
	visibility: hidden;

}
#menuover {
	position: absolute;
	height: 300px;
	width: 900px;
	z-index:4;
	visibility: hidden;
}
#m3content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#m3contenttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #636466;
}
#m3contenttable a {
	color: #F36F21;
	text-decoration: none;
	font-weight: bold;
}
#m3contenttable .productthumbnail {
	border: 1px solid #B1B1B2;
}
#menu select {
	color: #FFFFFF;
	background-color: #8A8B8C;
	border: 1px solid #FFFFFF;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
#menuover select {
	color: #FFFFFF;
	background-color: #8A8B8C;
	border: 1px solid #FFFFFF;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
#menu input {
	color: #FFFFFF;
	background-color: #8A8B8C;
	border: 1px solid #FFFFFF;
	width: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
#menuover input {
	color: #FFFFFF;
	background-color: #8A8B8C;
	border: 1px solid #FFFFFF;
	width: 116px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 16px;
}
