/* CSS classes for vds_menu - horizontal menu */

table.MenuTable {
	margin-left: 0px;
	/*	background-color: #D7C458;
*/	border-bottom: solid #0088F8 0px;
	border-top: solid #0088F8 0px;
	width: 900px;
	padding-right: 0px;
	vertical-align:top;
	text-align: left;
	padding-left: 0px;
	height: 35px;
	padding-bottom: 10px;
	padding-top: 0px;
}
table.MenuTableHome {
	border-bottom: solid #0088F8 0px;
	border-top: solid #0088F8 0px;
	margin: 0px;
	/*	background-color: #D7C458;
*/	padding-right: 0px;
	padding-left: 0px;
	width: 900px;
	vertical-align:top;
	height: 25px;
	line-height: 14px;
	padding-bottom: 10px;
}
td.MainMenuItemForeground {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B501D;
	font-size: 12px;
	cursor: default;
	padding: 0px 6px 6px 6px;
	text-align: center;
	font-weight: normal;
	height: 35px;
	line-height: 14px;
}
td.MainMenuItemHover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	cursor: default;
	padding: 0px 6px 6px 6px;
	text-align: center;
	font-weight: normal;
	background-color: #0B501D;
	height: 25px;
	line-height: 14px;
}

table.SubMenuTable {
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #0B501D;
	background-color: #D7C458;
	margin-top: 0px;
}
td.SubMenuItemForeground {
	font-family: Arial, Helvetica, sans-serif;
	color: #0B501D;
	background-color: #D7C458;
	font-size: 10px;
	cursor: default;
	padding: 4px 10px 6px 15px;
	font-weight: normal;
	border-bottom: 1px solid #0B501D;
	text-align: left;
	line-height: 12px;
}
td.SubMenuItemHover {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #0B501D;
	font-size: 10px;
	cursor: pointer;
	padding: 4px 10px 6px 15px;
	font-weight: normal;
	border-bottom: 1px solid #0B501D;
	text-align: left;
	line-height: 12px;
}