/* CSS classes for vds_menu*/

table.MenuTable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
td.MainMenuItemForeground {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #B1AD91;
	background-color: #F79434;
	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-color: #F79434;
	border-width: 0px;
	font-size: 11pt;
	cursor: default;
	border-style: inset;
	padding: 0px;
	text-align: center;

}
table.SubMenuTable {
	padding: 0px;
	margin: 0px;
	border-top: 4px solid #FFFFFF;
	border-left: 1px solid #A9D6F5;
	border-right: 1px solid #3991CF;
	border-bottom: 1px solid #3991CF;
	background-color: #006CB8; 
}
td.SubMenuItemForeground {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #006CB8;
	font-size: 11px;
	cursor: default;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;

}
td.SubMenuItemHover {
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #06B4CD;
	font-size: 11px;
	cursor: pointer;
	padding: 4px 4px 4px 4px;
	font-weight: bold;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}
