﻿/* --------------------------------------------- */
/* MAIN MENU                                     */
/* --------------------------------------------- */
.MainMenu
{
	font-family: 'century gothic';
	font-weight: bold;
	font-size: 9pt;
	margin-left: 11px;
}
.StaticMenuItemStyle
{
	margin-left: 5px;
}

/* --------------------------------------------- */
/* SUB MENU                                   */
/* --------------------------------------------- */
.SubMenu
{
	font-family: 'century gothic';
	font-size: 9pt;
	margin-left: 11px;
	margin-top: 25px;
}
.SubStaticMenuItemStyle
{
	margin-left: 5px;
	margin-bottom: 8px;
}
/* --------------------------------------------- */
/* FOOTER MENU                                   */
/* --------------------------------------------- */
.FooterMenu
{
	font-family: 'century gothic';
	font-weight: bold;
	font-size: 7pt;
	letter-spacing: 0.1em;
	color: #221A78;
}
.FooterStaticMenuItemStyle
{
	color: #221A78;	
}
