#menutable {
	background: white;
}

#menutable td {
	background: url('/images/tabs/tabback.gif');
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	text-align: center;
}

#menutable td.noback {
	background: white;
	border-bottom: 1px solid #A59F5C;
}
#menutable td.sel {
	background: url('/images/tabs/menu_on.gif');
	border-left: 1px solid #FFFF99;
	border-top: 1px solid #FFFF99;
	border-right: 1px solid #FFFF99;
	color: #3C9004;
}
	
#menutable td a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}

#menutable td.sel a {
	color: #3C9004;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}
#menutable td a:hover {
	text-decoration:underline;	
}
#menutable td.sel a:hover {
	text-decoration:underline;	
}

#submenutable {
	background: url('/images/tabs/submenu_off.gif');
}

#submenutable td {
	background: url('/images/tabs/submenu_off.gif');
	text-align: center;
	color:#666666;
}

#submenutable td.noback {
	background: url('/images/tabs/submenu_off.gif');
}
#submenutable td.sel {
	background: url('/images/tabs/submenu_off.gif');
	color: #3C9004;
}
	
#submenutable td a {
	color:#A59F5C;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}

#submenutable td.sel a {
	color: #3C9004;
	font-size: 14px;
	font-weight: bold;	
	text-decoration: none;
}
#submenutable td a:hover {
	text-decoration:underline;	
}
#submenutable td.sel a:hover {
	text-decoration:underline;	
}
.affmenu{
	color:#ffffff;
	font-size:14px;	
	font-weight:bold;
}

.menuleft{
	background:url(/images/tabs/tableft.gif);
	background-repeat:no-repeat;
}

.menucenter{
	background:url(/images/tabs/tabcenter.gif);
	background-repeat:repeat-x;
}

.menucenter a{
	color:#ffffff;
	text-decoration:none;
}

.menucenter a:hover{
	color:yellow;
	text-decoration:underline;
}

.menuright{
	background:url(/images/tabs/tabright.gif);
	background-repeat:no-repeat;
}

.menuselleft{
	background:url(/images/tabs/seltableft.gif);
	background-repeat:no-repeat;
}


.menuselcenter{
	background:url(/images/tabs/seltabcenter.gif);
	background-repeat:repeat-x;
	color:#008000;
}

.menuselcenter a{
	color:#008000;
	text-decoration:none;
}

.menuselright{
	background:url(/images/tabs/seltabright.gif);
	background-repeat:no-repeat;
}

.menufocusleft{
	background:url(/images/tabs/selfocus.gif);
	background-repeat:repeat-x;
	color:#008000;
}

.menufocuscenter{
	background:url(/images/tabs/selfocus.gif);
	background-repeat:repeat-x;
	color:#008000;
}

.menufocuscenter a{
	color:#FFFFFF;
	text-decoration:none;
}

.menufocusright{
	background:url(/images/tabs/selfocus.gif);
	background-repeat:repeat-x;
	color:#008000;
}

.submenu{
	background:url(/images/tabs/submenu.gif);
	background-repeat:repeat-x;
}

.submenusel{
	background:url(/images/tabs/selsubmenu.gif);
	background-repeat:repeat-x;
}

.submenufocus{
	background:url(/images/tabs/selsubmenu.gif);
	background-repeat:repeat-x;
}
