a.greybutton {
    /* Sliding right image */
    #background: transparent url(/images/button_right2.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 5px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #333333;
	font-family: 'Petrona', serif;
	font-size:20px;
	margin-top:8px;
	margin-bottom:15px;
}
a.greybutton:hover {
    #background: transparent url(/images/button_right2h.png) no-repeat scroll top right; 
}

a.greybutton span {
	display: block;
	line-height: 18px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 9px 9px 9px;
} 
a.greybutton:hover span, #Navigation a.selected span{
	color:#b71b25;
	border-bottom:3px solid #b71b25;
}

a.greybutton2 {
    /* Sliding right image */
    #background: transparent url(/images/button_right2.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 33px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 22px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	margin-bottom:15px;
}

a.greybutton2 span {
	/* Background left image */ 
	#background: transparent url(/images/button_left3.png) no-repeat; 
	display: block;
	line-height: 21px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 4px 0 8px 36px;
} 
a.greybutton2:hover span{}

