
		#MainMenu{
			font-family: Arial, Helvetica, sans-serif;
			position: absolute;
			top: 65px;
			left: 17px;
			width:942px;
			height: 42px;
			background-color: #ffffff;
			background-image: url(../images/secondarynav/2hdr_spacer2.jpg);
			background-repeat:  repeat-x;
			background-position: 0 2px ;
			border: 1px solid #dddddd;
			text-align: center;
		}
		

		#MainMenu #RefrigeratedTrailers{
			width: 292px;
			height: 42px;
			/*border: 1px solid red;*/
		}	

		#MainMenu #ClassicRT{	
			position: absolute;
			top: 42px;
			left: -1px;
			/*left: 51px;*/
			z-index: 5000;
			clear:both;/* this is IE nonsense that makes the element appear */
		}
		
		#MainMenu #DryFreightTrailers{
			width: 358px;
			height: 42px;
			/*border: 1px solid red;*/
		}	

		#MainMenu #DFTClassic{	
			position: absolute;
			top: 42px;
			left: 150px;
			z-index: 5000;
			clear:both;/* this is IE nonsense that makes the element appear */
		}
		
		#MainMenu #PlatformTrailers{
			width: 292px;
			height: 42px;
			/*border: 1px solid red;*/
		}	

		#MainMenu #DFTgp{	
			position: absolute;
			top: 42px;
			left: 292px;
			z-index: 5000;
			clear:both;/* this is IE nonsense that makes the element appear */
		}

		#MainMenu a{
			cursor: pointer;
			/*list-style-image : url(../images/secondarynav/highlight.jpg);*/
			text-decoration: none;
			color: #000000;
		}

		#MainMenu .MenuPop{
			border: 1px solid #cccccc;
			background-color: #fff;
			width: 650px;
			height: 340px;
			text-align: left;
			font-size: 11px;
		}

		.MenuPop .MenuPopTitle{
			font-size: 20px;
			padding: 10px 0px 10px 10px; 
		}
		
		.MenuPop .MenuPopColumns{
			width: 20%;
			height: 95px;
			/*border: 1px solid red;*/
			margin: 0px 0px 0px 10px;
			display: inline;
			float: left;
		}
		
		.MenuPop .MenuPopColumns ul{
			margin: 0px 0px 0px 10px;
			display: block;
		}
		
		.MenuPop .MenuPopColumns li:hover{
			cursor: pointer;
			list-style-image : url(../images/secondarynav/highlight.jpg);
}		
		
		.MenuPop .MenuPopContainXtras{
			display: block;
			float: left;
			width: 100%;
			height: 20px;
			margin: 0px 0px 0px 0px;
			/*border: 1px solid blue;*/
	
}
		
		.MenuPop .MenuPopContainXtras .MenuPopXtras{
			display: inline;
			float: left;
			width: 20%;
			height: 15px;
			margin: 0px 0px 0px 15px;
			border: 1px solid red;*/
	
}
		
		.MenuPop .MenuPopDetail{
			width: 100%;
			height: auto;
			float: left;
			margin: 0px 0px 0px 0px;
			/*border: 1px solid red;*/
		}
				
		.MenuPop .MenuPopDetail .MenuPopText{
			display: block-inline;
			left: 220px;
			float: right;
			width: 45%;
			margin: 0px 17px 0px 10px; 
		}
		
		.MenuPop .MenuPopDetail .MenuPopText h1{
			font-size: 20px;
		}
		
		.MenuPop .MenuPopDetail .MenuPopText p{
			margin: 10px 0px 0px 0px; 
		}
		
		
		.MenuPop .MenuPopDetail .MenuPopFullImg{
			bottom: 0px;
			width: auto;
			height: 100%;
			display: inline;
			float: left;
			margin: 0px 0px 15px 15px; 
		}
		
		
		#MainMenu .MenuPop .PopTopImg{
			cursor: pointer;
			position: absolute;
			left: 4px;
			margin-top:0px;
			z-index: 1000;
		}
		
		.MenuPopups{
			display: inline;
		}
		
		iframe {
			position:absolute; 
			left:-9999px; 
			top:-9999px; 
			width:0; 
			height:0; 
			margin:0; 
			padding:0; 
			list-style:none;
			border:0px;
		}
		
		iframe.one {
			left:0; 
			top:35px; 
			width:238px; 
			height:300px;
			z-index: -100;
			border:0px;
		}
		
		iframe.two {
			left:0; 
			top:35px; 
			width:238px; 
			height:340px;
			z-index: -100;
			border:0px;
		}
	
		iframe.three {
			left:0; 
			top:35px; 
			width:760px; 
			height:180px;
			border:0px;
		}	