/* CSS Document */
.home
	{
		background-image	:	url(../images/home-off.jpg);
		background-repeat	:	no-repeat;
		width				:	52px;
		height				:	49px;
		position			:	absolute;
		
	}	
.home:hover
	{
		background-image	:	url(../images/home-on.jpg);
		background-repeat	:	no-repeat;
		width				:	52px;
		height				:	49px;
		position			:	absolute;
	
	}	
.movie
	{
		background-image	:	url(../images/movie-off.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
		position			:	absolute;
		margin-left			:	49px;
	}	
.movie:hover
	{
		background-image	:	url(../images/movie-on.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
	}
.promo
	{
		background-image	:	url(../images/promos-off.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
		position			:	absolute;
		margin-left			:	109px;
	}	
.promo:hover
	{
		background-image	:	url(../images/promos-on.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
	}
.serials
	{
		background-image	:	url(../images/serials-off.jpg);
		background-repeat	:	no-repeat;
		width				:	62px;
		height				:	49px;
		position			:	absolute;
		margin-left			:	165px;
	}	
.serials:hover
	{
		background-image	:	url(../images/serials-on.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
	}
.training
	{
		background-image	:	url(../images/training-off.jpg);
		background-repeat	:	no-repeat;
		width				:	62px;
		height				:	49px;
		position			:	absolute;
		margin-left			:	220px;
	}	
.training:hover
	{
		background-image	:	url(../images/training-on.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
	}
.aboutus
	{
		background-image	:	url(../images/about-off.jpg);
		background-repeat	:	no-repeat;
		width				:	62px;
		height				:	49px;
		position			:	absolute;
		margin-left			:	270px;
		margin-top			:	2px;
	}	
.aboutus:hover
	{
		background-image	:	url(../images/about-on.jpg);
		background-repeat	:	no-repeat;
		width				:	66px;
		height				:	49px;
	}
.bannertop{
	position:absolute;margin-left:5px;margin-top:500px;width:600px;
	}