a#btn_welcome {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/welcome.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 88px;
}

a#btn_create {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/create.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 108px;
}
a#btn_samples {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/samples.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 103px;
}
a#btn_branding {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/branding.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 79px;
}
a#btn_contact {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/contact.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 87px;
}

a#btn_support {
	padding: 30px 0 0 0;
	overflow: hidden;
	background-image: url(../_menu/support.gif);
	background-repeat: no-repeat;
	height: 0px!important;
	height /**/:30px;
	background-position: left top;
	width: 77px;
}


a#btn_welcome:hover {
	background-position: left -30px;

}
a#btn_create:hover {
	background-position: left -30px;

}
a#btn_samples:hover {
	background-position: left -30px;

}
a#btn_branding:hover {
	background-position: left -30px;

}
a#btn_contact:hover {
	background-position: left -30px;

}
a#btn_support:hover {
	background-position: left -30px;

} 
