/*
	Stylesheet for marketing navigation bar 
*/

a.home { /* definition of the "home" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 58px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_home.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.home:hover { /* definition of the "home" class for <a> tag when hovered onto */
     background-image: url(/images/nav_home_f2.gif); /* source for target image */
    } 
    
a.futures { /* definition of the "futures" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 66px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_futures.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.futures:hover { /* definition of the "futures" class for <a> tag when hovered onto */
     background-image: url(/images/nav_futures_f2.gif); /* source for target image */
    }                 
    
a.weather { /* definition of the "weather" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 73px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_weather.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.weather:hover { /* definition of the "weather" class for <a> tag when hovered onto */
     background-image: url(/images/nav_weather_f2.gif); /* source for target image */
    }
    
a.localBids { /* definition of the "localBids" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 83px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_local_bids.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.localBids:hover { /* definition of the "localBids" class for <a> tag when hovered onto */
     background-image: url(/images/nav_local_bids_f2.gif); /* source for target image */
    }
    
a.commentary { /* definition of the "commentary" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 97px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_commentary.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.commentary:hover { /* definition of the "commentary" class for <a> tag when hovered onto */
     background-image: url(/images/nav_commentary_f2.gif); /* source for target image */
    }
    
a.news { /* definition of the "news" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 56px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_news.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.news:hover { /* definition of the "news" class for <a> tag when hovered onto */
     background-image: url(/images/nav_news_f2.gif); /* source for target image */
    }
    
a.finance { /* definition of the "finance" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 69px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_finance.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.finance:hover { /* definition of the "finance" class for <a> tag when hovered onto */
     background-image: url(/images/nav_finance_f2.gif); /* source for target image */
    }
    
a.cargillSolutions { /* definition of the "cargillSolutions" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 115px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_cargill_solutions.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.cargillSolutions:hover { /* definition of the "cargillSolutions" class for <a> tag when hovered onto */
     background-image: url(/images/nav_cargill_solutions_f2.gif); /* source for target image */
    }
    
a.mediaCenter { /* definition of the "mediaCenter" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 101px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_media_center.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.mediaCenter:hover { /* definition of the "mediaCenter" class for <a> tag when hovered onto */
     background-image: url(/images/nav_media_center_f2.gif); /* source for target image */
    }

a.reference { /* definition of the "reference" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 81px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_reference.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.reference:hover { /* definition of the "reference" class for <a> tag when hovered onto */
     background-image: url(/images/nav_reference_f2.gif); /* source for target image */
    }
     
a.solutionPro { /* definition of the "solutionPro" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 91px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_solution_pro.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.solutionPro:hover { /* definition of the "solutionPro" class for <a> tag when hovered onto */
     background-image: url(/images/nav_solution_pro_f2.gif); /* source for target image */
    }

a.reference { /* definition of the "contactUs" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 81px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_reference.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.reference:hover { /* definition of the "contactUs" class for <a> tag when hovered onto */
     background-image: url(/images/nav_reference_f2.gif); /* source for target image */
    }            
    
a.contactUs { /* definition of the "contactUs" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 85px; /* width of reactive image */
     height: 30px; /* height of reactive image */
     background-image: url(/images/nav_contact.gif); /* source for start image */
     background-repeat: no-repeat;
    }
a.contactUs:hover { /* definition of the "contactUs" class for <a> tag when hovered onto */
     background-image: url(/images/nav_contact_f2.gif); /* source for target image */
    }            