﻿td.MenuItemTopSelected
{
	height: 32px;
	padding: 0px 0px 0px 26px;
	
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(/design/images/TriLine_MenuItemSelectBg.png);
		
	font-family: Arial;
	font-style: normal;
	font-size: 14pt;
	color: #244562;
	text-align: left;
	text-decoration: none;
}
td.MenuItemSelected
{
	height: 24px;
	padding: 5px 0px 5px 32px;
	
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(/design/images/TriLine_MenuItemSelectBg.png);

	font-family: Arial;
	font-style: normal;
	font-size: 11pt;
	color: #244562;
	text-align: left;
	text-decoration: none;
}
div.MainPageMenuItemSelected
{
	width: 254px;
	height: 32px;
	padding: 0px 0px 0px 26px;
	
	background-repeat: repeat-y;
	background-position: left;
	background-image: url(/design/images/TriLine_MenuItemSelectBg.png);
		
	font-family: Arial;
	font-style: normal;
	font-size: 14pt;
	color: #244562;
	text-align: left;
	text-decoration: none;
}