/*
Horizontal Links
*/
.LinkBarContainer {
	text-align: left;
}
.LinkBarBox {
	background: #C3B868;
}
.LinkBarItem {
	padding: 0px 12px;
}
.LinkBarItem A,
.LinkBarItem A:link,
.LinkBarItem A:active,
.LinkBarItem A:visited,
.LinkBarItem A:hover {
	font-family: "Myriad Pro", Myriad, Arial;
	font-size: 14px;
	color: #7E7D46;
	text-decoration: none;
}


/*
Vertical Links
*/
.LinkBox {
	width: 300px;
	background: #A2A1A0;
}
.LinkItem {
	font-size: 14px;
	font-weight: bold;
	background: #CEE2EC;
	height: 26px;
	white-space: nowrap;
	text-align: left;
	text-indent: 8px;
}
.LinkItem A,
.LinkItem A:link,
.LinkItem A:active,
.LinkItem A:visited,
.LinkItem A:hover {
	color: #475E7F;
	text-decoration: none;
}


/*
Foot Links
*/
.FootLinkContainer {
	background: #797B4A;
}
.FootLinkBox {
}
.FootLinkItem {
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
	padding: 4px 4px;
}
.FootLinkItem,
.FootLinkItem A,
.FootLinkItem A:link,
.FootLinkItem A:active,
.FootLinkItem A:visited,
.FootLinkItem A:hover {
	color: #D7C38E;
	text-decoration: none;
}
.FootLinkItem A:hover {
	color: #D7C38E;
	text-decoration: underline;
}
