table.MainMenu{
	/*background-color: #F1D9F1;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
table.MainMenu tr td {
	vertical-align: top;
	text-align:center;
}
table.MainMenu tr td a {
	padding-top: 2px;
	color: #ffffff;
	float:left;
	width: auto;
	height: 18px;
	text-decoration: underline;
	white-space: nowrap;
}
table.MainMenu tr td a:hover{	
	/*background-color:#D4ABD4;*/	
	color: #4f4c4c;
}
table.MainMenu tr td span{
	padding-top: 2px;
	color: #4f4c4c;
	float:left;
	width: auto;
	height: 18px;
	/*background-color:#C39AC2;*/
	float:left;	
}
table.SubMenu{
	/*background-color: #F1D9F1;*/
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
table.SubMenu tr td {
	vertical-align: top;
	text-align:center;
}
table.SubMenu tr td a {
	padding-top: 2px;
	color: #ffffff;
	float:left;
	width: auto;
	height: 18px;
	text-decoration: underline;
	white-space: nowrap;
}
table.SubMenu tr td a:hover{	
	/*background-color:#D4ABD4;*/	
	color: #4f4c4c;
}
table.SubMenu tr td span{
	padding-top: 2px;
	color: #4f4c4c;
	float:left;
	width: auto;
	height: 18px;
	/*background-color:#C39AC2;*/
	float:left;	
}
.linksPad {
	padding-right: 16px;
}


