/*
'============================================================
' Menu item possible style suffixes:
'
'	_Sel =			Selected.
'	_Inactive =		Inactive in the menu, (Greyed out).
'	_Passive =		Has a selected child.
'	_Sel_Inactive =	Selected but inactive (Greyed out).
'
' i.e. menuCell0_Sel_Inactive = Selected but not visible in menu
' i.e. menuCell0_Passive = Has a child which is selected.
'	
'============================================================
*/

/*============================================================
' Normal nested menu styles (Sample)
'===========================================================*/
/* Menu item, Level 0: Root items
.menuCellL0 { padding-top: 4px; }
.menuCellL0_Sel { padding-top: 4px; }
*/

/* Menu Level 0 */
.menuLevel0 a, .menuLevel0 a:link, .menuLevel0 a:visited, .menuLevel0 a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; padding: 4px; text-decoration: none;}
.menuLevel0 a:hover
{ color:#863046;}

.menuLevel0_Sel a, .menuLevel0_Sel a:link, .menuLevel0_Sel a:visited, .menuLevel0_Sel a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; padding: 4px; text-decoration: none;}
.menuLevel0_Sel a:hover
{ color:#863046;}

.menuLevel0_Passive a, .menuLevel0_Passive a:link, .menuLevel0_Passive a:visited, .menuLevel0_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; padding: 4px; text-decoration: none;}
.menuLevel0_Passive a:hover
{ color:#863046;}

.menuLevel0_Inactive_Passive a, .menuLevel0_Inactive_Passive a:link, .menuLevel0_Inactive_Passive a:visited, .menuLevel0_Inactive_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; padding: 4px; text-decoration: none;}
.menuLevel0_Passive a:hover
{ color:#863046;}

.menuLevel0_Inactive a, .menuLevel0_Inactive a:link, .menuLevel0_Inactive a:visited, .menuLevel0_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; padding: 4px; text-decoration: none;}
.menuLevel0_Inactive a:hover
{ color:#999}

.menuLevel0_Sel_Inactive a, .menuLevel0_Sel_Inactive a:link, .menuLevel0_Sel_Inactive a:visited, .menuLevel0_Sel_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none; padding: 4px;}
.menuLevel0_Sel_Inactive a:hover
{ color:#863046;}

/* Menu Level 1 */

.menuLevel1 a, .menuLevel1 a:link, .menuLevel1 a:visited, .menuLevel1 a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:10px; text-decoration: none;}
.menuLevel1 a:hover
{ color:#863046;}

.menuLevel1_Sel a, .menuLevel1_Sel a:link, .menuLevel1_Sel a:visited, .menuLevel1_Sel a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:10px;  text-decoration: none;}
.menuLevel1_Sel a:hover
{ color:#863046;}

.menuLevel1_Passive a, .menuLevel1_Passive a:link, .menuLevel1_Passive a:visited, .menuLevel1_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:10px;  text-decoration: none;}
.menuLevel1_Passive a:hover
{ color:#863046;}

.menuLevel1_Inactive_Passive a, .menuLevel1_Inactive_Passive a:link, .menuLevel1_Inactive_Passive a:visited, .menuLevel1_Inactive_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:10px;  text-decoration: none;}
.menuLevel1_Inactive_Passive a:hover
{ color:#863046;}

.menuLevel1_Inactive a, .menuLevel1_Inactive a:link, .menuLevel1_Inactive a:visited, .menuLevel1_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:10px;  text-decoration: none;}
.menuLevel1_Inactive a:hover
{ color:#999}

.menuLevel1_Sel_Inactive a, .menuLevel1_Sel_Inactive a:link, .menuLevel1_Sel_Inactive a:visited, .menuLevel1_Sel_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none; margin-left:10px; }
.menuLevel1_Sel_Inactive a:hover
{ color:#863046;}

/* Menu Level 2 */

.menuLevel2 a, .menuLevel2 a:link, .menuLevel2 a:visited, .menuLevel2 a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:15px; text-decoration: none;}
.menuLevel2 a:hover
{ color:#863046;}

.menuLevel2_Sel a, .menuLevel2_Sel a:link, .menuLevel2_Sel a:visited, .menuLevel2_Sel a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:15px;  text-decoration: none;}
.menuLevel2_Sel a:hover
{ color:#863046;}

.menuLevel2_Passive a, .menuLevel2_Passive a:link, .menuLevel2_Passive a:visited, .menuLevel2_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:15px;  text-decoration: none;}
.menuLevel2_Passive a:hover
{ color:#863046;}

.menuLevel2_Inactive_Passive a, .menuLevel2_Inactive_Passive a:link, .menuLevel2_Inactive_Passive a:visited, .menuLevel2_Inactive_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:15px;  text-decoration: none;}
.menuLevel2_Inactive_Passive a:hover
{ color:#863046;}

.menuLevel2_Inactive a, .menuLevel2_Inactive a:link, .menuLevel2_Inactive a:visited, .menuLevel2_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:15px;  text-decoration: none;}
.menuLevel2_Inactive a:hover
{ color:#999}

.menuLevel2_Sel_Inactive a, .menuLevel2_Sel_Inactive a:link, .menuLevel2_Sel_Inactive a:visited, .menuLevel2_Sel_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none; margin-left:15px; }
.menuLevel2_Sel_Inactive a:hover
{ color:#863046;}

/* Menu Level 3 */

.menuLevel3 a, .menuLevel3 a:link, .menuLevel3 a:visited, .menuLevel3 a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:20px; text-decoration: none;}
.menuLevel3 a:hover
{ color:#863046;}

.menuLevel3_Sel a, .menuLevel3_Sel a:link, .menuLevel3_Sel a:visited, .menuLevel3_Sel a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:20px;  text-decoration: none;}
.menuLevel3_Sel a:hover
{ color:#863046;}

.menuLevel3_Passive a, .menuLevel3_Passive a:link, .menuLevel3_Passive a:visited, .menuLevel3_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:20px;  text-decoration: none;}
.menuLevel3_Passive a:hover
{ color:#863046;}

.menuLevel3_Inactive_Passive a, .menuLevel3_Inactive_Passive a:link, .menuLevel3_Inactive_Passive a:visited, .menuLevel3_Inactive_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:20px;  text-decoration: none;}
.menuLevel3_Inactive_Passive a:hover
{ color:#863046;}

.menuLevel3_Inactive a, .menuLevel3_Inactive a:link, .menuLevel3_Inactive a:visited, .menuLevel3_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:20px;  text-decoration: none;}
.menuLevel3_Inactive a:hover
{ color:#999}

.menuLevel3_Sel_Inactive a, .menuLevel3_Sel_Inactive a:link, .menuLevel3_Sel_Inactive a:visited, .menuLevel3_Sel_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none; margin-left:20px; }
.menuLevel3_Sel_Inactive a:hover
{ color:#863046;}

/* Admin Menu */

.menuAdmin a, .menuAdmin a:link, .menuAdmin a:visited, .menuAdmin a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:4px; text-decoration: none;}
.menuAdmin a:hover
{ color:#863046;}

.menuAdmin_Sel a, .menuAdmin_Sel a:link, .menuAdmin_Sel a:visited, .menuAdmin_Sel a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:4px;  text-decoration: none;}
.menuAdmin_Sel a:hover
{ color:#863046;}

.menuAdmin_Passive a, .menuAdmin_Passive a:link, .menuAdmin_Passive a:visited, .menuAdmin_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:4px;  text-decoration: none;}
.menuAdmin_Passive a:hover
{ color:#863046;}

.menuAdmin_Inactive_Passive a, .menuAdmin_Inactive_Passive a:link, .menuAdmin_Inactive_Passive a:visited, .menuAdmin_Inactive_Passive a:active
{ display: block; color: #013567; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; margin-left:4px;  text-decoration: none;}
.menuAdmin_Inactive_Passive a:hover
{ color:#863046;}

.menuAdmin_Inactive a, .menuAdmin_Inactive a:link, .menuAdmin_Inactive a:visited, .menuAdmin_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; margin-left:4px;  text-decoration: none;}
.menuAdmin_Inactive a:hover
{ color:#999}

.menuAdmin_Sel_Inactive a, .menuAdmin_Sel_Inactive a:link, .menuAdmin_Sel_Inactive a:visited, .menuAdmin_Sel_Inactive a:active
{ display: block; color: #cccccc; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none; margin-left:4px; }
.menuAdmin_Sel_Inactive a:hover
{ color:#863046;}

/* Header Menu */

.menuHeaderItem a, .menuHeaderItem a:link, .menuHeaderItem a:visited, .menuHeaderItem a:active
{ display: block; color: #FFF; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none;}
.menuHeaderItem a:hover
{ color:#863046;}

/* Footer Menu */

.menuFooterItem a, .menuFooterItem a:link, .menuFooterItem a:visited, .menuFooterItem a:active
{ display: block; color: #863046; font-family: Verdana, Arial, sans-serif; font-size: .7em; font-weight: bold; text-decoration: none;}
.menuFooterItem a:hover
{ color:#013567;}


