﻿
/*==== Home Page Menu Styles ========================================*/
/*
 * Keep classes in same order
*/
.hpmnu_Pane
{
	position: absolute;
	overflow: hidden;
	background-image: url('wg_res/mnubkgnormal.gif');
	background-repeat: repeat-x;
	z-index: 5000;
}
.hpmnu_Control
{
	border-style:none;
}
.hpmnu_Island
{
	background-repeat:repeat;
	background-image: url('wg_res/mnuBkgIsland.png');
	border:solid 1px #074790;
}
.hpmnu_Item
{
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border: none 0px Transparent;
	height: 33px;
	color: #7F7F7F;
	text-align: left;
	white-space: nowrap;
	cursor: default;
}
.hpmnu_Leaf
{
}
.hpmnu_Parent
{
}
.hpmnu_TopLevelLeaf
{
	text-align: center;
	color:White;
}
.hpmnu_TopLevelParent
{
	text-align: center;
	color:White;
}
.hpmnu_Header
{
}
.hpmnu_Separator
{
	background-image: url('wg_res/dropdown_dotted_line.png');
	background-repeat: repeat-x;
}
.hpmnu_Hover
{
	color:White;
	background-image: url('wg_res/dropdown_RO_bkg.gif');
	background-repeat:repeat-x;
}
.hpmnu_TopLevelHover
{
	background-repeat:repeat-x;
	background-image: url('wg_res/mnuBkgHover.gif');
	text-align: center;
	color:White;
}
.hpmnu_TopSelected
{
}
.hpmnu_Disabled
{
	color:#D2D2D2;
}

/*==== Logged In Section Menu Styles ================================*/
.lgmnu_Pane
{
	position: absolute;
	overflow: hidden;
	background-image: url('wg_res/choose_your_app_bkg_repeat.gif');
	background-repeat: repeat-x;
	z-index: 1001;
}
.lgmnu_Control
{
	border-style:none;
}
.lgmnu_Island
{
	background-repeat:repeat;
	background-image: url('wg_res/mnuBkgIsland.png');
	border:solid 1px #074790;
}
.lgmnu_Item
{
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	border: none 0px Transparent;
	height: 33px;
	color: #7F7F7F;
	text-align: left;
	white-space: nowrap;
	cursor: default;
}
.lgmnu_Leaf
{
}
.lgmnu_Parent
{
}
.lgmnu_TopLevelLeaf
{
}
.lgmnu_TopLevelParent
{
	background-position: right;
	background-image: url('wg_res/choose_your_app_carrot_line.gif');
	background-repeat: no-repeat;
	text-align: left;
	color: #074790;
	height: 27px;
}
.lgmnu_Header
{
}
.lgmnu_Separator
{
	background-image: url('wg_res/dropdown_dotted_line.png');
	background-repeat: repeat-x;
}
.lgmnu_Hover
{
	color:White;
	background-image: url('wg_res/dropdown_RO_bkg.gif');
	background-repeat:repeat-x;
}
.lgmnu_TopLevelHover
{
	background-color: #2E8BBE;
	background-position: right;
	background-image: url('wg_res/choose_your_app_carrot_line.gif');
	background-repeat: no-repeat;
	text-align: left;
	color: white;
	height: 27px;
}
.lgmnu_TopSelected
{
}
.lgmnu_Disabled
{
	color:#D2D2D2;
}

/*==== Application Pages Menu Styles ================================*/
.apmnu_Pane
{
	position: absolute;
	overflow: hidden;
	background-image: url('wg_res/mnubkgnormal.gif');
	background-repeat: repeat-x;
	z-index: 1001;
}
.apmnu_Control
{
	border-style:none;
}
.apmnu_Island
{
	background-repeat:repeat;
	background-image: url('wg_res/mnuBkgIsland.png');
	border:solid 1px #074790;
}
.apmnu_Item
{
	background-color: Transparent;
	background-image: none;
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial;
	border: none 0px Transparent;
	height: 20px;
	color: #4B4B4B;
	text-align: left;
	white-space: nowrap;
	cursor: default;
}
.apmnu_Leaf
{
}
.apmnu_Parent
{
}
.apmnu_TopLevelLeaf
{
	text-align: center;
	color:White;
}
.apmnu_TopLevelParent
{
	text-align: center;
	color:White;
}
.apmnu_Header
{
}
.apmnu_Separator
{
	background-image: url('wg_res/dropdown_dotted_line.png');
	background-repeat: repeat-x;
}
.apmnu_Hover
{
	color:White;
	background-image: url('wg_res/dropdown_RO_bkg.gif');
	background-repeat:repeat-x;
}
.apmnu_TopLevelHover
{
	background-repeat:repeat-x;
	background-image: url('wg_res/mnuBkgHover.gif');
	text-align: center;
	color:White;
}
.apmnu_TopSelected
{
}
.apmnu_Disabled
{
	color:#D2D2D2;
}

/*========================================================================*/
