
td.cellnormal {
	background-image: url('http://www.artemidestore.com/images/layout/menubar/normalmenu.jpg');
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #4C4C4C;
	height: 22;
}

td.cellnormalred {
	background-image: url('http://www.artemidestore.com/images/layout/menubar/normalmenu.jpg');
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: red;
	height: 22;
}

td.cellover {
	background-image: url('http://www.artemidestore.com/images/layout/menubar/activemenu.jpg');
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: red;
	cursor: pointer;
	height: 22;
}

td.homenormal {
	background-image: url('http://www.artemidestore.com/images/layout/menubar/home_icon.jpg');
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #4C4C4C;
	height: 22;
}

td.homeover {
	background-image: url('http://www.artemidestore.com/images/layout/menubar/home_icon_red.jpg');
	font-family : arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: red;
	cursor: pointer;
	height: 22;
}
