
table.nav1
{
	border-right: #bbbbbb thin solid;
	border-top: #bbbbbb thin solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#99ee90,endColorStr=#99cc00);
	border-left: #bbbbbb thin solid;
	background-color: #99cc00;
	text-align: left;
	border-collapse: collapse;
	width:100%;
}
.navDivider
{
	width:2px;
	height:44px;
	background-color: #bbbbbb;
}

table.nav2
{
	width: 100%;
	background-color: #bbbbbb;
}

table.subRow
{
	background-color: #bbbbbb;
}


/* changes table color and cell color */
td.item
{
	padding-right: 4px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#99ee90,endColorStr=#99cc00);
	text-align: center;
	cursor: hand;
	
	background-color: #99cc00;
}

td.selectedItem
{
	padding-right: 4px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#bbbbbb);
	cursor: hand;
	background-color: #bbbbbb;
	text-align: center;
}

td.subItem
{
	border-right: #e0e0e0 1px solid;
	background-color: #bbbbbb;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#bbbbbb);
}
td.selectedSubItem
{
	border-right: #e0e0e0 1px solid;
	padding-right: 4px;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=#ff6600);
}

/*horz nav links*/
a.nav:link {
	color: white;
	font-size:12px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px; 
	text-decoration: none;
}
a.nav:visited {
	color: white;
	font-size:12px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px; 
	text-decoration: none;
}
a.nav:hover {
	text-decoration: none;
	font-size:12px;
	line-height: 18px; 
	background: none;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}
a.navSelected
{
	color: 006699;
	font-size:12px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px; 
	text-decoration: none;
}
a.navSelected:visited {
	color: 006699;
	font-size:12px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px; 
	text-decoration: none;
}
a.nav:hover {
	text-decoration: none;
	font-size:12px;
	line-height: 18px; 
	background: none;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
}

a.nav2:link {
	color: black;
	font-size:11px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px; 
	text-decoration: none;
}
a.nav2:visited {
	color: black;
	font-size:11px;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: normal;
	line-height: 18px; 
	text-decoration: none;
}
a.nav2:hover {
	text-decoration: none;
	font-size:11px;
	line-height: 18px; 
	background: none;
	font-family: veranda, arial, helvetica, sans-serif;
	font-weight: normal;
	color: white;
}
