/*tr.menu_row > td a , td.site_number{ */
/*tr.menu_row > td.site_number, tr.menu_row > td.menuitem , tr.menu_row > td.arrow {*/
tr.menu_row td, tr.menu_row a {
	color: black;
	font-weight: bold;
	border-color: #a5a5a5;
}
td.site_number {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	width: 20px;
	text-align: left;
	font-size: 8pt;
	padding-top: 1.5pt;
	padding-bottom: 1.5pt;
	padding-left: 4.5pt;
	border-style: solid;
	border-width: 1px;
	border-right: 0px;
	border-left: 0px;
}
td.menuitem {
	width: 117px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	text-align: right;
	padding-right: 5pt;
	border-style: solid;
	border-width: 1px;
	border-left: 0px;
	border-right: 0px;
}

tr#tr1 { background-color: #eaebeb ;color: black}
tr#tr2 { background-color: #e9e9e9 ;color: black}
tr#tr3 { background-color: #e5e5e5 ;color: black}
tr#tr4 { background-color: #d6d6d6 ;}
tr#tr5 { background-color: #d3d3d3 ;}
tr#tr6 { background-color: #cfcfcf ;}
tr#tr7 { background-color: #c6c6c6 ;}
tr#tr8 { background-color: #c6c6c6 ;}
tr#tr9 { background-color: #b6b6b6 ;}

td.menuitem a {
/* IE hack*/
	font-size: 8.6pt;
	font-family: Arial, Verdana, Sans-serif;
	background-image: none;
	padding: 0px;
	text-decoration: none;
	color: black;
}
/*
td.menuitem > a {
	font-size: 8.6pt;
	font-family: Arial, Verdana, Sans-Serif;
	background-image: none;
	padding: 0px;
	text-decoration: none;
	color: black;
}*/
td.menuitem a:link {
	color:black;
}

td.menuitem a:visited {
	color:black;
}


td.arrow {
	width:15px;
	border-style: solid;
	border-width: 1px;
	border-left: 0px;
}

/*2nd IE hack 
CSS & 1px difference - @#! butterfly's leg !! 
*/
td.shadow {
	width: 3px;
	border: 0px;
	background-color: #e0e0e0;
}

/*
4px FF vs. 3px IE
*/
tr.menu_row > td.shadow {
	width: 4px;
}
