﻿/* Menu */

.MainMenu_MenuContainer TD
{
	/*background-color: transparent;;
	height: 25px;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	width: 197px;*/
	
	background-color: #FFFFFF;
	width: 170px;
}

.MainMenu_MenuBreak
{
	
}

.MainMenu_MenuBar TD
{
	cursor: pointer;
}

/* Child & Grandchild menu */
.MainMenu_MenuItem
{
	background-image: url("../images/menuButton_Off.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	width: 170px;
	background-color: #00549E;
}

/* Top Level Menu Bar - Unselected */
.RootTab td
{
	background-image: url("../images/menuButton_Off.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
}

/* Top Level Menu Bar - On Mouse Over */
.SelectedRootTab TD
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
}

/* Top Level Menu Bar - Current Selection */
.ActiveRootTab td
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
}

/* Top Level Menu Bar - Current Selection */
.BreadcrumbRootTab td
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
}

/* Child Menu - Selected Link */
.ActiveSubTab
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	width: 170px;
	background-color: #09522D;
}

.SubTab
{
	
}

/* Child Menu - On Mouse Over */
.SelectedSubTab
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	width: 170px;
	background-color: #09522D;
}

/* Child Menu - Grandchild Menu Selected */
.BreadcrumbSubTab
{
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	width: 170px;
	background-color: #09522D;
}


/* this is the colour in the dropdown menu */
.MainMenu_SubMenu
{
	z-index: 1000;
}

/* Child & Grandchild - OnMouseOver */
.MainMenu_MenuItemSel
{
	padding-bottom: 0px;
	padding-top: 0px;
	
	background-image: url("../images/menuButton_On.jpg");
	background-repeat: no-repeat;
	height: 27px;
	color: #FFFFFF;
	font: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-indent: 30px;
	width: 170px;
	background-color: #09522D;
}

.MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuArrow
{
	display: none;
}

.MainMenu_MenuArrow td
{
	display: none;
}

.MainMenu_RootMenuArrow td
{
	display: none;
}