#item
{
	virtical-align: top;
	background: url("jars.jpg") no-repeat scroll;
}

body
{
	color: rgb(0, 0, 0);
	background: url("background2.jpg");
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*.menuitem
{
	virtical-align: top;
	background: rgb(0, 0, 0);
	color: rgb(255, 32, 0);
}*/

a.menuitem:link
{
	font-weight: bold;
	color: rgb(32, 124, 255);
	background: rgb(0, 0, 0);
	text-decoration: none;
	filter: none;
}
a.menuitem:visited
{
	font-weight: bold;
	color: rgb(255, 64, 0);
	background: rgb(0, 0, 0);
	text-decoration: none;
	filter: none;
}
a.menuitem:active
{
	font-weight: bold;
	text-decoration: underline overline;
	color: rgb(128, 0, 0);
	background: rgb(255, 64, 32);
	filter: none;
}
a.menuitem:hover
{
	font-weight: bold;
	text-decoration: underline overline;
	color: rgb(255, 64, 32);
	background: rgb(128, 0, 0);
	filter: none;
}