.border{
	margin-top: -10px;
	height: 20px;
	z-index: 100;
	width: 100%;
	position: absolute;
}
.bottomBorder-lightRed{
	
	background: 
	url('../imgs/navigation/bottom-border-lightRed.png') repeat-x scroll center top transparent;

}
.bottomBorder{
	
	background: 
	url('../imgs/navigation/bottom-border-normal.png') repeat-x scroll center top transparent;

}
.topBorder-lightRed{
	
	background: 
	url('../imgs/navigation/top-border-lightRed.png') repeat-x scroll center top transparent;

}
.topBorder{
	
	background: 
	url('../imgs/navigation/top-border-normal.png') repeat-x scroll center top transparent;

}
.bottomBorder-noStitch{
	
	background: 
	url('../imgs/navigation/bottom-noStitch.png') repeat-x scroll center top transparent;

}
.topBorder-noStitch{
	
	background: 
	url('../imgs/navigation/top-noStitch.png') repeat-x scroll center top transparent;

}