table.promo
{
	height: 100%;
	background-color: #704455;
}
table.promo td.mnu
{
	background-color: #704455;
	width: 200px;
	height: 28px;
	background-image: url(../images/bg_1.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	color: #FFFFFF;
	vertical-align: center;
}

/* ie-hack */
table.promo a, { width: 201px; }
img.strut, { width: 211px; }

table.promo a:link
{
	color: #FFFFFF;
	background-image: url(../images/bg_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
	padding-left: 17px;
	text-decoration: none;	
	display: block;
}
table.promo a:visited
{
	color: #FFFFFF;
	background-image: url(../images/bg_2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
	padding-left: 17px;
	text-decoration: none;
	display: block;
}
table.promo a:hover
{
	color: #d7c312;
	background-image: url(../images/bg_3.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 0px;
	padding-left: 30px;
	text-decoration: none;
	display: block;
}
