
 
.action_poll {
	background-image: url(../images/button-bg-1.jpg);
	background-repeat: no-repeat;
}
.action_friend {
	background-image: url(../images/button-bg-2.jpg);
	background-repeat: no-repeat;
}
.action_survey {
	background-image: url(../images/button-bg-3.jpg);
	background-repeat: no-repeat;
}
.action_comment {
	background-image: url(../images/button-bg-4.jpg);
	background-repeat: no-repeat;
}
.action_petition {
	background-image: url(../images/button-bg-5.jpg);
	background-repeat: no-repeat;
}

.clickableLink
{
	margin-left: 20px;
	display:block;
	height:60px;
	width:100%;
	text-decoration:none;
}




/* No longer needed as all of this Css is now inline.
#action_centre_container {
	height: 55px;
	width: 373px;
	padding-left: 55px;
	background-image: url(../images/left-bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#action_centre {
	position: relative;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/right-arrow.jpg);
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 350px;
}
#action_centre_inner {
	background-image: url(../images/whole-button-bg.jpg);
	background-repeat: repeat-x;
}
#action_centre li{
}
#action_centre ul{
}
#action_centre .action {
	float: left;
	height: 55px;
	overflow: hidden;
	width: 20%;
}


#action_centre2 {
	position: relative;
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/right-arrow.jpg);
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 350px;
}

#action_centre2 li{
}

#action_centre2 ul{
}

#action_centre2 .action {
	float: left;
	height: 55px;
	overflow: hidden;
	width: 20%;
}
*/