/* this style sheet handles the larger of the two menus, the one visible on the front page */
#column3{
    width:200px;
    float:left;
    text-align:center;

}
#column3 ul{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-top:5px;
    margin-left:20px;

}
#column3 ul li{
  padding:0;
  margin:0;
  height:112px;
  width:180px;
  margin-bottom:5px;


}
#column3 ul li#s {
  height:30px;
  margin:0;

}


#column3 ul li a{
    width:182px;
    margin:0;
    height:112px;

    text-decoration:none;
    padding:0;
    display:block;


}

#column3 ul li a span#rural{
    background-image:url(images/framework/ruralservices.jpg);
    background-repeat: no-repeat;
    background-position:15px 12px;
    width:170px;
    height:150px;
     _height:80px;
}
#column3 ul li a span#residential{
    background-image:url(images/framework/residential.jpg);
    background-repeat: no-repeat;
    background-position:15px 12px;
    width:170px;
    height:150px;
   _height:80px;
}
#column3 ul li a span#commercial{
    background-image:url(images/framework/tolett.png);
    background-repeat: no-repeat;
    background-position:15px 12px;
    width:170px;
    height:150px;
     _height:80px;
}
#column3 ul li a span#agricultural{
    background-image:url(images/framework/agricultural.jpg);
    background-repeat: no-repeat;
    background-position:15px 12px;
    width:170px;
    height:150px;
     _height:80px;
}
#column3 ul li a span#renewable{
    background-image:url(images/framework/renewable.jpg);
    background-repeat: no-repeat;
    background-position:15px 12px;
    width:170px;
    height:150px;
     _height:80px;
}
#column3 ul li a span span{
    display:none;
}
#column3 ul li a:hover  span span{



}
#column3 ul li a span{
    display:block;
    width:140px;
    height:80px;
    font-weight:bold;
    color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    text-align:center;
    padding-top:35px;
}
#column3 ul li a#rural:hover span#rural{
    background-image:url(images/framework/ruralservicesover.jpg);

}
#column3 ul li a#residential:hover span#residential{
    background-image:url(images/framework/residentialover.jpg);

}
#column3 ul li a#agricultural:hover span#agricultural{
    background-image:url(images/framework/agriculturalover.jpg);

}
#column3 ul li a#commercial:hover span#commercial{
    background-image:url(images/framework/lettingsover.png);

}
#column3 ul li a#renewable:hover span#renewable{
    background-image:url(images/framework/renewableover.jpg);

}
#column3 ul li a.blue{
    background-image:url(images/framework/homeblue_f1.png);
    height:112px;
    _background-image:none;
    _filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/framework/homeblue_f1.png,
    sizingMethod='scale');
}
#column3 ul li a.green{
    background-image:url(images/framework/homegreen_f1.png);
    height:112px;
    _background-image:none;
    _filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/framework/homegreen_f1.png,
    sizingMethod='scale');
}
#column3 ul li a.blue:hover{
    background-image:url(images/framework/homeblue_f2.png);
    height:112px;
    _background-image:none;
    _filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/framework/homeblue_f2.png,
    sizingMethod='scale');
}
#column3 ul li a.green:hover{
    background-image:url(images/framework/homegreen_f2.png);
    height:112px;
    _background-image:none;
    _filter:
    progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/framework/homegreen_f2.png,
    sizingMethod='scale');
}
