#menu {
	position: inherit;
	background: #7f68ac;
}

#submenu {
	width: 734px;
	min-width: 734px;
	max-width: 734px;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bolder;
	color: #fcf7b8;
	z-index: 9;
	padding-left: 35px;
}

.tdmenu {
	background-color: #7b77b2;
	color: #fcf7b8;
	font-size: 9px;
	border-right: 2px solid #8782ba;
	width: 110px;
	padding-top: 1px;
	padding-bottom : 1px;
}

/* 
   You should also change the active and inactive
   colors in func.js in function menuactive();
*/
.topmenu-link {
	color: #fcf7b8;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-decoration: none;
}

.topmenu-link-inactive {
	color: #a7d068;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-decoration: none;
}

.topmenu-link-inactive:HOVER {
	color: #fcf7b8;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	text-decoration: none;
}

.menu-link {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #fcf7b8;
}

.menu-link-disabled {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #a7d068;
}

.menu-border {
	width: 50%;
	min-width: 50%;
	background: #7f68ac;
}

.menu-borderless {
	width: 50%;
	background: #9883be;
}

.table-submenu {
	height: 21px;
	min-height: 21px;
	max-height: 21px;
	padding-left: 5px;
	background-color: #9883be;
	vertical-align: middle;
}

.layout-table {
	width: 100%;
	background: #7f68ac;
}