.LinkContainer {
}

/*
Horizontal Links
*/
.LinkBarBox {
	height: 70px;
	width: 100%;
	background: #2C5976;
	border-top: solid 1px #1A1907;
	border-bottom: solid 1px #1A1907;
}


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