.MainMenu
{
text-decoration: none;
font-weight: Bold;
Font-Size: 12px;
Color: EEEBB6;
} 

a.MainMenu:hover {
color: 0092BA;
Font-Size: 12px;
font-weight: Bold;
}


.SubMenu
{
text-decoration: none;
font-weight: Normal;
Font-Size: 11px;
Color: EEEBB6;
}

a.SubMenu:hover {
color: 0092BA;
Font-Size: 11px;
font-weight: Normal;
}

TD.TopMenu
{
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	BACKGROUND-COLOR: EEEBB6;
	text-align: left;
	color: 0092BA;
	font-family: Verdana;
	font-size: 11px;
}

TD.SideMenu
{
	border-bottom: 1px solid #B3C28E;
	background-color: EEEBB6;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 8px;
}
#navigation td {
	border-bottom: 1px solid #B3C28E;
	}

#navigation a {
	font:10px Arial, Helvetica, sans-serif, bold;
	color: #000000;
	line-height:16px;
	letter-spacing: .1em;
	text-decoration: none;
	font-weight: normal;
	display:block;
	padding:1px 1px 1px 26px;
	background: url("images/bullet.gif") 14px 50% no-repeat;
	filter:blendTrans(duration=0.5);
	}
	
#navigation a:hover {
	background: #647D60 url("images/bullet_over.gif") 14px 50% no-repeat;
	color:#ffffff;
	font-weight: normal;
	}
