/* =========================================== */
/* == FIX CSS BUGS/LACK OF SUPPORT FOR IE 6 == */
/* =========================================== */
	
		/* Primary navigation */
		ul.nav-primary li.selected {		
			background-image: url(../images/navigation/edge-left-green.gif); /* Lack of support for transparent PNG */
			}			
			ul.nav-primary li.selected a {								
				background-image: url(../images/navigation/edge-right-green.gif); /* Lack of support for transparent PNG */
				}
