/* smooth buttons button with jQuery */
.facebookButton {
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(../images/facebookIcon.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.facebookButton span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background:url(../images/facebookIcon.png) no-repeat;
	background-position: bottom;
}

.twitterButton {
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(../images/twitterIcon.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.twitterButton span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background:url(../images/twitterIcon.png) no-repeat;
	background-position: bottom;
}

.youtubeButton {
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(../images/youtubeIcon.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.youtubeButton span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background:url(../images/youtubeIcon.png) no-repeat;
	background-position: bottom;
}

.topMenuTamil {
	position:relative;
	display:block;
	height: 49px;
	width: 79px;
	background:url(../images/topMenuTamil.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.topMenuTamil span.hover {
	position: absolute;
	display: block;
	height: 49px;
	width: 79px;
	background:url(../images/topMenuTamil.png) no-repeat;
	background-position: bottom;
}

.topMenuHome {
	position:relative;
	display:block;
	height: 49px;
	width: 47px;
	background:url(../images/topHomeBtn.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.topMenuHome span.hover {
	position: absolute;
	display: block;
	height: 49px;
	width: 47px;
	background:url(../images/topHomeBtn.png) no-repeat;
	background-position: bottom;
}

.topMenuHomeSelected {
	height: 49px;
	width: 47px;
	background:url(../images/topHomeBtn.png) no-repeat 0px -49px;
	float:left;
}

.topMenuEnquiry {
	position:relative;
	display:block;
	height: 49px;
	width: 82px;
	background:url(../images/topMenuEnquiry.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.topMenuEnquiry span.hover {
	position: absolute;
	display: block;
	height: 49px;
	width: 82px;
	background:url(../images/topMenuEnquiry.png) no-repeat;
	background-position: bottom;
}

.topMenuEnquirySelected {
	width: 82px;
	height: 49px;
	background:url(../images/topMenuEnquiry.png) no-repeat 0px -49px;
	background-position:0 -49px;
	float:left;
}

.readMoreBtn {
	position:relative;
	display:block;
	height: 20px;
	width: 128px;
	background:url(../images/readMoreBtn.png) no-repeat;
	background-position:0 0px;
	cursor: pointer;
}

.readMoreBtn span.hover {
	position: absolute;
	display: block;
	height: 20px;
	width: 128px;
	background:url(../images/readMoreBtn.png) no-repeat;
	background-position: bottom;
}