

/*BEGIN MENU BAR*/

/* menu */
#menu
{
	margin:0 auto;
	width:100%;
	padding: 0;
	background-color:#c0c0c0;
	border-bottom:3px solid #747474;	
}

#menu .cell1 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell2 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell3 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell4 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell5 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell6 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; border-right:1px solid #fff; height:9px;}
#menu .cell7 {background-color:#852200; border-bottom:1px solid #fff; border-top:1px solid #fff; height:9px;}

#menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
	/*width: 200px;*/
	/*width: 761px;*/
	/*width: 971px;*/
	
	
}


#richardtatum_main #menu TABLE 
{
	padding: 0px;	
	margin:0px;
	width: 971px;
}

#richardtatum_richard #menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
	width: 275px;
}

#richardtatum_kima #menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
}

#richardtatum_alexandra #menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
}

#richardtatum_jonathan #menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
}

#richardtatum_trinity #menu TABLE 
{
	padding: 0px;
	width: 100%;
	margin:0px;
}


#menu IMG 
{
	margin:0px;
	padding:0px;
}

#menu .active
{
	
	padding:0 6px 0 6px;
	border-right: 1px solid #ececec; 
	background-color: #c0c0c0;
	text-align:center;
	height:23px;
	
}

#menu .active 
{
	color: #852200;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
    text-transform:capitalize;
}

#menu .activeEnd
{
	
	padding:0 6px 0 6px;
	
	background-color: #c0c0c0;
	text-align:center;
	height:23px;
	color: #852200;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
    text-transform:capitalize;
	
}



#menu .Highlight 
{
	padding:0 6px 0 6px;
	border-right: 1px solid #ececec;
	background-color: #ececec;
	text-align: center;
	color:#334D5D;
	text-decoration:underline;
}

#menu .Normal 
{
	padding:0 6px 0 6px;
	background-color: #c0c0c0;
	text-align:center;
	height:23px;
	border-right: 1px solid #ececec; 
}

#menu .End 
{
    padding:0 6px 0 6px;
	background-color:#c0c0c0;
	text-align:center;
	height:23px;

}

#menu .HighlightEnd 
{
    padding:0 6px 0 6px;
	background-color: #ececec;
	text-align: center;	
}

#menu A 
{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	font-weight:BOLD;
    text-transform:capitalize;
}

#menu A:hover 
{
	text-decoration: underline;
	color:#334D5D;
    text-transform:capitalize;
}


/*END MENU BAR*/