
td.selectedNavMenuItem{
	background-color: #F5F5F5;
	border-left-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-top-color: #F5F5F5;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

td.unselectedNavMenuItem{
	background-color: #DDDDDD;
	border-left-color: #F5F5F5;
	border-right-color: #F5F5F5;
	border-top-color: #F5F5F5;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

a.selectedNavAnchor,a.selectedNavAnchor:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #020080;
	font-weight: bold;
}

a.unselectedNavAnchor,a.unselectedNavAnchor:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #3D83B7;
}

.topMenu,a.topMenu:link,a.topMenu:visited,a.bubbleNav,a.bubbleNav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #020080;
}

a.topMenu:hover	{
    text-decoration: underline;
}	

a.bubbleNav{
    text-decoration: none;
}
a.bubbleNav:hover{
   text-decoration: none;
	color: Blue;
}



