.sideNavRow
{
	padding: 7px 0px 9px 0px;
	margin: 0px 0px 5px 0px;
	text-align:center;
	overflow:hidden;
	color: White;
	width: 207px;
	height: 20px;
	background-image: url(../images/leftNavBG.png);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 8pt;
	cursor: hand;
}
.sideNavRow a:link { color:White;text-decoration:none;font-size:8pt;}
.sideNavRow a:visited { color:White;text-decoration:none;font-size:8pt; }
.sideNavRow a:visited:hover { color:White;text-decoration:none;font-size:8pt; } 
.sideNavRow a:hover { color:White;text-decoration:none;font-size:8pt; }
.sideNavRow a:active { color:White; text-decoration:none;font-size:8pt; }

.sideNavRowOver
{
	padding: 7px 0px 9px 0px;
	margin: 0px 0px 5px 0px;
	text-align:center;
	overflow:hidden;
	color: White;
	width: 207px;
	height: 20px;
	background-image: url(../images/leftNavBG-on.png);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 8pt;
	cursor: hand;
}
.sideNavRowOver a:link { color:#ef3023;text-decoration:none;font-size:8pt;}
.sideNavRowOver a:visited { color:#ef3023;text-decoration:none;font-size:8pt; }
.sideNavRowOver a:visited:hover { color:#ef3023;text-decoration:none;font-size:8pt; } 
.sideNavRowOver a:hover { color:#ef3023;text-decoration:none;font-size:8pt; }
.sideNavRowOver a:active { color:#ef3023;text-decoration:none;font-size:8pt; }

