#colormenu
{
	width: 593px;
	height: 21px;
	position: relative;
	margin-top: -40px;
	margin-left: 78px;
	margin-bottom: 19px;
/*	z-index: 4; */
	font-weight: bold;
	color: #864;
	
	border-color: violet;
	border-style: none;
	border-width: 1px;
}

#color1_img
{
	width: 33px;
	height: 17px;
	margin-top: 0px;
	margin-left: 10px;
	border-color: red;
	border-style: none;
	border-width: 2px;
	clear: both;
}

#color2_img
{
	width: 33px;
	height: 17px;
	margin-top: 0px;
	margin-left: 10px;
	border-color: green;
	border-style: none;
	border-width: 2px;
	clear: both;
}

#color3_img
{
	width: 33px;
	height: 17px;
	margin-left: 10px;
	margin-top: 0px;
	border-color: blue;
	border-style: none;
	border-width: 2px;
	clear: both;
}