	.horizontalMenuItem
{
	border-right: 2px solid #FFFFFF;
	background-color: #00264D;
	height: 23px;
	cursor: auto;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
}
	.horizontalMenuItemOver
{
	border-right: 2px solid #FFFFFF;
	background-color: activecaption;
	cursor: auto;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	height: 23px;
	color: #FFFFFF;
	width: 100px;
	text-align: center;
}

	.horizontalMenuItem-wide
{
	border-right: 2px solid #FFFFFF;
	background-color: #00264D;
	height: 23px;
	cursor: auto;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	width: 200px;
	text-align: center;
}
	.horizontalMenuItemOver-wide
{
	border-right: 2px solid #FFFFFF;
	background-color: activecaption;
	cursor: auto;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	height: 23px;
	color: #FFFFFF;
	width: 200px;
	text-align: center;
}
	
	.verticalMenuItem
{
	padding-left: 12px;
	font-size: 11px;
	width: 135px;
	cursor: pointer;
	color: #ffffff;
	font-family: Tahoma;
	height: 18px;
	background-color: #608249;
	text-align: left;
}
	.verticalMenuItemOver
{
	padding-left: 12px;
	font-size: 11px;
	width: 135px;
	cursor: pointer;
	color: #ffffff;
	font-family: Tahoma;
	height: 18px;
	background-color: #458366;
	text-align: left;
}
	
	A.horizontalMenuNav
{
	font-size: 11px;
	cursor: auto; cursor: pointer;
	color: #ffffff;
	width: 135px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
}
	
	A.horizontalMenuNav:hover
{
	font-size: 11px;
	cursor: auto; cursor: pointer;
	color: #ffffff;
	width: 135px;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
}
	
	A.navItem
	{
		font-size: 11px;
		color: #ffffff;
		font-family: Tahoma;
		text-align: center;
		text-decoration: none;
	}
	
	A.navItem:hover
{
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
}
	
	
	A.leftnavItem
	{
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		font-family: Arial;
		text-decoration: none;
	}
	
	A.leftnavItem:hover
	{
		font-weight: bold;
		font-size: 12px;
		color: #ffffff;
		font-family: Arial;
		text-decoration: underline; 
	}
	
	
	.easyMenu
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9;
		visibility: hidden;
	}


	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		color: #666666;
		border-bottom: 1px solid #CCCCCC;
		text-indent: 10px;
	}
	
	.easyMenuItem a
	{
		font-size: 11px;
		cursor: pointer;
		color: #666666;
		font-family: Tahoma;
		text-decoration: none;
	}

	.easyMenuItemOver
{
	height: 20px;
	color: #FFFFFF;
	cursor: auto;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #00264D;
	text-indent: 10px;
	border-left: solid 4px activecaption;
}
	
	.easyMenuItemOver a
	{
		color: #FFFFFF;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}
	a.bodylink
{
	color: #00264D;
	font-size: 13pt;
	font-family: Tahoma;
	text-decoration: none;
}
	a.bodylink:hover
{

	text-decoration: underline;
}

a.homelink
{
    color: #00264D;
    font-size: 11pt;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
}
	a.homelink:hover
{

	text-decoration: underline;
}

a.newslink
{
    color: #00264D;
    font-size: 10pt;
    font-family: Tahoma;
    text-decoration: none;
}
	a.newslink:hover
{

	text-decoration: underline;
}

a.clickherelink
{
	color: #00264D;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
	a.clickherelink:hover
{
	color: activecaption;
	font-size: inherit;
	text-decoration: underline;
}