/* entire menu */
TABLE.menu {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 98.1%;
	height: 21px;
}

/* Tabs */
TD.menutabsbottomborder {
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-bottom :  1px solid #be8200;
	width:80px;
}

TD.menuseltab {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border-left : 1px solid #be8200;
	border-right : 1px solid #be8200;
	border-bottom : 0px ;
	border-top : 0px ;
	font-weight:bold;
	font-size: 11px;
	width:80px;
	background-color: #660000;
}

TD.menseltabtop {
	border-left : 1px solid #be8200;
	border-right : 1px solid #be8200;
	border-top : 1px solid #be8200;
	border-bottom : 0px ;
}

TD.menutab
{
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border : 1px solid #be8200;
	border-top: 0px;
	font-size: 11px;
	width:80px;
	background-color: #993333;
}

A.menutablnk
{
    color: #ffffff;
	font-size: 11px;
    text-decoration: none;
}



