	body { 
			padding: 0px; margin: 8px; background-color: #FFFFFF; background-image: url(images/backdot.jpg); background-repeat:repeat; 
		}
	a { font:Verdana, Arial, Helvetica, sans-serif; color: #FF9900; font-weight: bold; text-decoration: none; margin-left: 5px; margin-right: 5px; text-transform:capitalize; }
	a:hover { color:#c44b02; text-transform:capitalize; }
	h1 { font: Verdana, Arial, Helvetica, sans-serif; font-size: 1.3em; color:#c44b02; font-weight: 300; text-transform:capitalize; }
	
    <!-- Tables -->
	table { background-color:#EEEEEE; }
	table thead { background-color: #993333; color: #FFFFFF; font-weight:bold; }
	tr.d0 td { background-color: #DDDDDD; color: black; }
	tr.d1 td { background-color: #9999CC; color: black; height:3px; }
	
	<!-- Left Menu Links -->
	li { font-weight:bold; color: #BB4411;  } <!--- menu items that r not links --->
	.menulinks1 { font:Verdana, Arial, Helvetica, sans-serif; color: #2079b8; font-weight: bold; text-decoration: none; margin-left: 5px; margin-right: 5px; }
	.menulinks1:hover { font:Verdana, Arial, Helvetica, sans-serif; color: #2079b8; font-weight: bold; text-decoration: none; margin-left: 5px; margin-right: 5px; }
	
	.main_body 		  { margin: 0px; padding: 0px; border: 0px; background-color:#FFFFFF;}
	
		.headerdiv 		  { text-align: left; margin-left: 75px; }
		
		.titlebar  		  { font-size: 0.7em; background-image: url(images/top-left.gif); background-position: left top; background-repeat: no-repeat; margin-top: 10px; background-color: #ffffff; }
		.titlebar div  	  { background-image: url(images/top-right.gif); background-position: top right; background-repeat: no-repeat; padding-top: 5px; }
		.titlebar div div { margin-right: 40px; margin-left: 190px; border-left: solid 1px #c44b02; border-top: solid 1px #c44b02; text-align:right; background-image: none; } 
		
		.titlebase		  { background-color: #c44b02; height: 10px; font-size: 0px; }
		.titlegraphic	  { background-color: #ffb54c; background-image:url(images/banner_right.gif); background-repeat:repeat-x; }
	
		.mainrow          { background-image: url(images/lefttint.gif); background-position:left; background-repeat:repeat-y; background-color: #ffffff; padding: 0px; }
		.leftmenu		  { width: 179px; padding-left: 0px; padding-top: 30px; font-size: 0.8em; float:left; background-color:#FFFFFF;}

		.centraldiv  	  { margin-left: 195px; margin-top: 0px; border: 0px; text-align:left; padding: 10px;} 
		
		.footerbar  	  { background-image: url(images/bottom-left.gif); background-position: left bottom; background-repeat: no-repeat; margin-top: 0px; background-color: #ffffff; }
		.footerbase		  { background-color: #c44b02; background-image: none; height: 12px; font-size: 0px;}
		.footerbar div    { background-image: url(images/bottom-right.gif); background-position: bottom right; background-repeat: no-repeat; }
		.footerbar div div{ padding-top: 2px; padding-bottom: 2px; width: 100%;  text-align: center; background-image: none; font:Verdana, Arial, Helvetica, sans-serif; font-size: 0.6em; } 

		.titlebar  		  { font-size: 0.7em; background-image: url(images/top-left.gif); background-position: left top; background-repeat: no-repeat; margin-top: 10px; background-color: #ffffff; }
		.titlebar div  	  { background-image: url(images/top-right.gif); background-position: top right; background-repeat: no-repeat; padding-top: 5px; }
		.titlebar div div { margin-right: 40px; margin-left: 190px; text-align:right; background-image: none; } 
		
		.product_tables { background-color: #FFFFCC; border:5px; width: 600px; border-top: 15px solid #FFFFCC; border-bottom: 0px; }
		
		.invoice_table tfoot { background-color: #999999; }
		

/* MENU TREE */		
.treeview { color: #990033; margin:0px; margin-left: 25px; border:0px; padding:0px; 
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}