@charset "UTF-8";
/* CSS Document */

#LEFTNAV ul {
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*LEFTNAV ABOUT*/
#LEFTNAV li.LEFTNAV_about a{
	display: block;
	height: 78px;
	width: 195px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
ul .LEFTNAV_about a:link, ul .LEFTNAV_about a:visited {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
ul .LEFTNAV_about a:hover {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: -195px 0px;
	margin-bottom: 5px;
}
/*END*/

/*LEFTNAVT SERVICES*/
#LEFTNAV li.LEFTNAV_services a{
	display: block;
	height: 102px;
	width: 195px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
ul .LEFTNAV_services a:link, ul .LEFTNAV_services a:visited {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -78px;
	margin-bottom: 5px;
}
ul .LEFTNAV_services a:hover {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: -195px -78px;
	margin-bottom: 5px;
}
/*END*/

/*LEFTNAV LOCATE*/
#LEFTNAV li.LEFTNAV_locate a{
	display: block;
	height: 101px;
	width: 195px;
	text-indent: -9999px;
	margin-bottom: 5px;
}
ul .LEFTNAV_locate a:link, ul .LEFTNAV_locate a:visited {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -180px;
	margin-bottom: 5px;
}
ul .LEFTNAV_locate a:hover {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: -195px -180px;
	margin-bottom: 5px;
}
/*END*/

/*LEFTNAV LINKS*/
#LEFTNAV li.LEFTNAV_links a{
	display: block;
	height: 78px;
	width: 195px;
	text-indent: -9999px;
	background-color:#999;
	margin-bottom: 5px;
}
ul .LEFTNAV_links a:link, ul .LEFTNAV_links a:visited {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -281px;
	margin-bottom: 5px;
}
ul .LEFTNAV_links a:hover {
	background-image: url(../images/WBRolloverLeftnav.jpg);
	background-repeat: no-repeat;
	background-position: -195px -281px;
	margin-bottom: 5px;
}
/*END*/

/*START OF IE FIXES*/
#LEFTNAV li {
	display: inline;
}
* html #LEFTNAV a {
	height: 1px;
}
/*END*/
