/* beetleAuto.css DPL 20.06.2016 was auto.css 	background-color: #FFFAFA; to prevent td style affecting other tables */

#menuTable td
{
	color: #000000;
	background-color: #FFFAFA;
	border: 0px;
	padding-left:5px;
}

.mouseOut 
{
	background-color: #708090;
	color: #FFFAFA;
}

.mouseOver 
{
	background-color: #FFFAFA;
	color: #000000;
}

#name_table
{
	border:0px;
	background-color:#FFFAFA;
}