table.menu	{
	position: absolute;
	border: 2px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #7e350a;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #fec749; /* Must be the same as tdBgColor in the menu_script.js */
	border: 2px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
color:186321
}

img.x
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}
/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 230px;
height: 200px;
border: 1px solid black;
background-color: #008040;
padding: 5px;
}

.billcontent{
width: 100%;
display:block;
}

/*bacground header*/
img.x
{
position:absolute;
left:10px;
top:0px;
z-index:-1
}
</style>

