
.RIdle TD 
{
	position: relative;
	background: url(images/menu_top_idle.gif) repeat-x;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 10pt; 
	color: #FCFCFC;
}



.RActive TD 
{
	position: relative;
	background: url(images/menu_top_sel.gif) repeat-x;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 10pt;		
	color: #FCFCFC;
}

.RSelected TD
{
	position: relative;
	background: url(images/menu_top_over.gif) repeat-x;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 10pt;			
	color: #FCFCFC;
}
