#hotdeals {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	background: #e05d00 url(http://www.aatravel.co.nz/img/bttn/border.png) no-repeat top left;
	/*background colour can be changed*/
	width: 110px;
	/*adjust width if  you use different text*/
	height: 23px;
}

#hotdeals  span {
	display: block;
	background: transparent url(http://www.aatravel.co.nz/img/bttn/border.png) no-repeat bottom right;
	width: 110px;
	/*adjust width if  you use different text*/
	height: 23px;
}

#hotdeals a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 4px 0 4px 8px;
	background: url(http://www.aatravel.co.nz/img/bttn/bg.png) repeat-x bottom left;
}

#hotdeals a:hover {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 4px 0 4px 8px;
	background: url(http://www.aatravel.co.nz/img/bttn/bg.png) repeat-x top left;
}

/*_____________________________________________________________________*/


*html #hotdeals {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aatravel.co.nz/img/bttn/border.png', sizingMethod='scale');
	background:;
	background-color: #e05d00;
	/*background colour can be changed*/
	background-position: top left;
	background-repeat: no-repeat;
	width: 110px;
	/*adjust width if  you use different text*/
	height: 23px;
}

*html #hotdeals  span{
	display: block;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aatravel.co.nz/img/bttn/border.png', sizingMethod='scale');
	background:;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 110px;
	/*adjust width if  you use different text*/
	height: 23px;
}

*html #hotdeals a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 4px 0 4px 8px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aatravel.co.nz/img/bttn/bg.png', sizingMethod='scale');
	background:;
	background-position: bottom left;
	background-repeat: repeat-x;
}

*html #hotdeals a:hover {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 4px 0 4px 8px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.aatravel.co.nz/img/bttn/bg.png', sizingMethod='scale');
	background:;
	background-position: top left;
	background-repeat: repeat-x;
}