.new_menu a
{
	display: block;
	text-align: right;
	font-size: 9pt;
	color: white;
	text-decoration: none;
	font-family: helvetica,arial,sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 0;
	font-weight: bold;
	margin-right: 2px;
	white-space: nowrap;
	/* width: 100%; */
}
.new_menu.stuart a
{
	background-image: url('i/stuart_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.stuart a:hover
{
	color: #FCB629;
}
.new_menu.eyre a
{
	background-image: url('i/eyre_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.eyre a:hover
{
	color: #EFC4AC;
}
.new_menu.adel a
{
	background-image: url('i/adel_menutag.gif');
	background-repeat: no-repeat;
	background-position: center right;
}
.new_menu.adel a:hover
{
	color: #BAD4ED;
}
.postcard td, .nowrap
{
	white-space: nowrap;
}
.postcard textarea
{
	width: 250px;
}
.noParagraphs p{
	margin:0px;
	padding:0px;
}