.menuheader
{
	background-color: #E3EAF6;
	height: 20px;
}

.menuchild
{
	height: 20px;
}

.childitem, 
.childitem:link,
.childitem:visited
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.childitem:hover
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #35538A;
}

.headeritem, 
.headeritem:link,
.headeritem:visited
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #254E99;
}

.currentchild, 
.currentchild:link,
.currentchild:visited
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 11px;
	font-style: normal;
	font-weight:bold;
	color: #000098;
}


