	body {background-color:#FFFFFF;	margin:0px; font-size:14px;}
	a {color:#333333;}
	a:hover {text-decoration:none;}
	#logo {background-image:url('../images/TruckInsuranceLogo.gif');background-repeat: no-repeat; width:800px; height:233px;}
	#InsuranceContent {width:auto; height:auto; text-align:left; margin:10px;}
	
	#InsuranceTop {background-image:url('../images/top.gif');background-repeat:no-repeat; width:754px; height:10px; margin:0px; z-index:1;}
	#InsuranceSides {background-image:url('../images/middle.gif');background-repeat:repeat-y; width:754px; height:auto; margin:0px; text-align:center;}
	#InsuranceBottom {background-image:url('../images/bottom.gif');background-repeat: no-repeat; width:754px; height:10px; z-index:2;}
	#footer { font-size:12px; text-align:center;}
	
	.Home {background-image:url('../images/menu_Home.gif'); background-repeat:no-repeat; height:51px; width:62px;}
	.Application {background-image:url('../images/menu_Applications.gif'); background-repeat:no-repeat; height:51px; width:82px;}
	.Instructions {background-image:url('../images/menu_Instructions.gif'); background-repeat:no-repeat; height:51px; width:82px;}
	.Services {background-image:url('../images/menu_otherServices.gif'); background-repeat:no-repeat; height:51px; width:82px;}
	.Contact {background-image:url('../images/menu_Contact.gif'); background-repeat:no-repeat; height:51px; width:62px;}

	#menu {width: 100%;	float: left; color:#FFFFFF;}
	#menu ul  {list-style: none; margin:0; padding:0; float:left; width:82px; padding-left:20px;}
	#menu ul li {cursor:pointer;}
	
	/* Set Formatting & Color */
	#menu li ul li a {font: bold 10px arial; display:block; background:#000000; color:#FFFFFF; margin:0px; text-decoration:none; padding-left:5px;}
	#menu a {font: bold 10px arial; display:block; margin:0px; text-decoration:none; padding:3px;}
	#menu h2 {text-transform: uppercase;}
	#menu ul li ul li a:hover {color:#F78F1E;}
	
	/* Positioning the Popout Menus and Dropdown Menus */
	#menu li {position: relative;}
	#menu ul ul {position: absolute;z-index: 500; width:150px; text-align:left;}
	#menu ul ul ul {top: 0; left: 100%;}
	
	/*Hiding and Revealing using*/
	#menu li ul {display: none;}
	#menu li:hover ul {display: block; margin-top:51px;}
	
	#Instructions li {padding-bottom:7px;}
	#Applications li {padding-bottom:10px;}
	#OtherServices a {margin-bottom:20px; font-weight:bold; font-size:16px;}
	#message {color:#FF0000; font-weight:bold;}