#trygTopMenu {
	width: 760px;
	border: none;
}

/*** Left ***/

#trygTopMenu #left {
	background-color: rgb(242,4,3);
	text-align: left; 
	vertical-align: bottom;
}

#trygTopMenu #left table thead td {
	height: 20px ! important;
}

#trygTopMenu #left table tfoot td {
	height: 20px;
}

#trygTopMenu #left table tbody td {
	height: 36px;
}


/*** Middle ***/

#trygTopMenu #middle {
	padding: 0em;
	width: 13px;
}

#trygTopMenu #middle img {
	vertical-align: top;
}

/*** Rigth ***/

#trygTopMenu #right {
	background-color: rgb(242,4,3);
	vertical-align: bottom;
	text-align: right;
}

#trygTopMenu #right table {
	width: 156px; 
	height: 83px;
	border: none;
	margin-left: auto;
	margin-right: 0em;
}

#trygTopMenu #right table thead td {
	height: 8px; 
	background-repeat: no-repeat;
	background-position: 0px -1px;
}

#trygTopMenu #right table tbody td {
	text-align: center; 
	vertical-align: bottom; 
	height: 60px;
}

#trygTopMenu #right table tbody td img {
	vertical-align: top; 
	border: none;
}