/* CSS Document */

.one{
	background-image: url(../images/subNavig/one.gif);
	background-repeat: no-repeat;
	
}
.oneActive{
	background-image: url(../images/subNavig/oneActive.gif);
	background-repeat: no-repeat;
	cursor: hand;

}
.two{
	background-image: url(../images/subNavig/two.gif);
	background-repeat: no-repeat;
	
}
.twoActive{
	background-image: url(../images/subNavig/twoActive.gif);
	background-repeat: no-repeat;
	cursor: hand;
}

.three{
	background-image: url(../images/subNavig/three.gif);
	background-repeat: no-repeat;
	
}
.threeActive{
	background-image: url(../images/subNavig/threeActive.gif);
	background-repeat: no-repeat;
	cursor: hand;
}
.four{
	background-image: url(../images/subNavig/four.gif);
	background-repeat: no-repeat;
	
}
.fourActive{
	background-image: url(../images/subNavig/fourActive.gif);
	background-repeat: no-repeat;
	cursor: hand;
}

.five{
	background-image: url(../images/subNavig/five.gif);
	background-repeat: no-repeat;
	
}
.fiveActive{
	background-image: url(../images/subNavig/fiveActive.gif);
	background-repeat: no-repeat;
	cursor: hand;
}