/* CSS classes for vds_menu*/

table.MenuTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-image: ;
	background-image: url(/images/sales-navBG.gif);
}
td.MainMenuItemForeground {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #B1AD91;
	background-image: url(/images/sales-navBG.gif);
	border-width: 0px;
	font-size: 11pt;
	cursor: default;
	border-style:solid;
	padding: 0px;
	text-align: center;

}
td.MainMenuItemHover {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #B1AD91;
	background-image: url(/images/sales-navBG.gif);
	border-width: 0px;
	font-size: 11pt;
	cursor: default;
	border-style: inset;
	padding: 0px;
	text-align: center;

}
table.SubMenuTable {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #8B350F;
}
td.SubMenuItemForeground {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #00713B;
	background-color: #FDF3CD;
	font-size: 11px;
	cursor: default;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	border-right: 1px solid #8B350F;
	border-left: 1px solid #8B350F;
	border-bottom: 1px solid #8B350F;

}
td.SubMenuItemHover {
	font-family: arial, helvetica, sans-serif;
	color: #FDF3CD;
	text-align: center;
	background-color: #00713B;
	font-size: 11px;
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	border-right: 1px solid #8B350F;
	border-left: 1px solid #8B350F;
	border-bottom: 1px solid #8B350F;
}
