.TabBox {
	margin-right: 12px;
}
.Tab {
	height: 26px;
	margin: 0 2px;
}
.TabLink {
	background: url('../images/tab_fill.gif');
	height: 26px;
	padding: 0 5px;
}
.TabLink A:link,
.TabLink A:visited,
.TabLink A:active,
.TabLink A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.TabLink A:hover {
	color: #F7F8C3;
}

.MenuBox {
	width: 181px;
	margin-bottom: 15px;
}
.MenuTitle {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background: url('../images/link_title_background.gif');
	height: 28px;
	text-align: center;
}
.MenuTitle A:link,
.MenuTitle A:visited,
.MenuTitle A:active,
.MenuTitle A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.MenuLinks {
	margin: 0 20px;
	padding: 0;
	padding-top: 6px;
}
.MenuLinks LI {
	color: #3E7475;
}
.MenuLinks A:link,
.MenuLinks A:visited,
.MenuLinks A:active,
.MenuLinks A:hover {
	font-size: 12px;
	font-weight: bold;
	color: #3E7475;
	text-decoration: none;
}
.MenuLinks A:hover {
	color: #955F93;
}