/* ------------ TOP MAIN MENU RULES ------------ */
#topnav {
	position:absolute;
	top:40px;
	left:180px;
	font-size: 11px;
	list-style-type:none;
	height:40px;
	width:680px;
	vertical-align:middle;
	color:#fff;
	
 }
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li {
	float: left;
	height: 40px;
	vertical-align:middle;
 }
 #topnav a {
	display:block;
	height:40px;
	text-decoration:none;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
  font-family:Arial, sans;
	text-align: center;
	vertical-align:middle;
}
#topnav a:hover {color:#BEE2D8;}

#topnavTable {
	width:100%;
	
}

 /*#topnav li:hover, #topnav li.hover {
    position: static;
}



#topnav li ul li a {
	background: #5A9FC6 !important;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
	height: auto !important;
	width:170px;
	padding: 3px 0px 3px 8px;
	text-align: center;
	vertical-align:middle;
}

#topnav li ul li a:hover {background: #ADCFE3 !important;}

#topnav li ul li {height: auto !important;}

#topnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#topnav li:hover ul {left: auto;}
#topnav li:hover ul, #topnav li.sfhover ul {left: auto;}
 

#home 
#company a:hover {color:#BEE2D8;}
#business a:hover {color:#BEE2D8;}
#trucking a:hover {color:#BEE2D8;}
#customer a:hover {color:#BEE2D8;}
#links a:hover {color:#BEE2D8;}
/* Support for the "iehover-fix.js" */
/*#topnav li a span {visibility: hidden;}*/

/** html #topnav ul iframe, * html ul.nav iframe {
	position: absolute;
	 account for the border 
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}*/

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
/* MAIN MENU ROLLOVER USES A BACKGROUND IMAGE - THIS IS DEFINED BELOW 
#topnav :link:hover,#topnav :visited:hover {background-image:url(../images/topmenu.gif);} */

/*MAIN MENU POSITIONING  
#home, #home a {width:63px;}
#company, #company a {width:93px;}
#business, #business a {width:177px;}
#trucking, #trucking a {width:130px;}
#customer, #customer a {width:100px;}
#links, #links a {width:52px;}
/*
#home a {background-image: url(../images/tm-home.gif);}
#company a {background-image: url(../images/tm-company.gif);}
#business a {background-image: url(../images/tm-business-2.gif);}
#trucking a {background-image: url(../images/tm-trucking.gif);}
#customer a {background-image: url(../images/tm-customer.gif);}
#links a {background-image: url(../images/tm-links.gif);}

#home a:hover {background-position:0 -20px;}
#company a:hover {background-position:0 -20px;}
#business a:hover {background-position:0 -40px;}
#trucking a:hover {background-position:0 -20px;}
#customer a:hover {background-position:0 -20px;}
#links a:hover {background-position:0 -20px;}
*/
