﻿.HomeItem { width:125px; height:29px; background-image:url('Images/home.jpg'); cursor:pointer; }
.HomeItemHover { width:125px; height:29px; background-image:url('Images/home_f2.jpg'); cursor:pointer; }

.ElectricItem { width:77px; height:29px; background-image:url('Images/electric.jpg'); cursor:pointer; }
.ElectricItemHover { width:77px; height:29px; background-image:url('Images/electric_f2.jpg'); cursor:pointer; }

.GasItem { width:49px; height:29px; background-image:url('Images/gas.jpg'); cursor:pointer; }
.GasItemHover { width:49px; height:29px; background-image:url('Images/gas_f2.jpg'); cursor:pointer; }

.ContractorItem { width:123px; height:29px; background-image:url('Images/agric_contractors.jpg'); cursor:pointer; }
.ContractorItemHover { width:123px; height:29px; background-image:url('Images/agric_contractors_f2.jpg'); cursor:pointer; }

.DealerItem { width:134px; height:29px; background-image:url('Images/dealerlink.jpg'); cursor:pointer; }
.DealerItemHover { width:134px; height:29px; background-image:url('Images/dealerlink_f2.jpg'); cursor:pointer; }

.PartsItem { width:63px; height:29px; background-image:url('Images/parts.jpg'); cursor:pointer; }
.PartsItemHover { width:63px; height:29px; background-image:url('Images/parts_f2.jpg'); cursor:pointer; }


.ChildItem, .ChildItemHover { padding:5px 15px; cursor:pointer; font-size:11px;
                              font-family:Verdana, Arial, Tahoma; }
                              
.ChildItem { background-color:#2c190e; color:#fff; }
.ChildItemHover { background-color:#efb70a; color:#2c190e; }