.subNav a {

	position: relative;
}	
.subNav a span.left {
	display: block;
	height: 7px;
	width: 6px;
	position:absolute;
	top: 13px;
	left: -6px;
}
.subNav a span.right {
	display: block;
	height: 5px;
	width: 7px;
	position:absolute;
	right: -3px;
	top: 11px;
}
.subNav a:hover {
	background-image: url(images/menu/barTile.png);
	background-repeat: repeat-x;
	background-position: bottom;	
}	
.subNav a:hover span.left {
	background-image: url(images/menu/barLeft.png);
	background-repeat: no-repeat;
	
}
.subNav a:hover span.right {
	background-image: url(images/menu/barRight.png);
	background-repeat: no-repeat;
	
}