/* Styles for menus */

/* Top menu (drop down) */
.menuMainTopBackground
{
	background-image: url(/SysImages/Menu/TopMenu_Bg.gif); 
	background-repeat: repeat-x; 
	border-right: 1px solid #405151;
}

.menuMainTopGroup /*  */
{
  background-image:url(/SysImages/Menu/topMenu_group_background.gif);
  background-color:#DBD7D0;
  border:1px solid #2F4F4F; 
  border-right-color:#F7F5F5;
}

.menuMainGroup
{
  background-image:url(/SysImages/Menu/TopMenu_group_background_light.gif);
  background-color: #DBD7D0;
  border:1px solid black; 
}

.menuMainTopItem
{
	color:#050F2F;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	border:1px solid black;
	border-left-color:#F7F5F5;
	border-top-color:#BDBCBC;
	border-bottom-color:#B3B3B3;
	border-right-color: #585F5F;
	cursor:default;
	background-image:url(/SysImages/Menu/topMenu_ItemDownArrow.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.menuMainTopItemHover 
{
	color:white;
	background-color:#39536D; 
	font-family:Verdana; 
	font-size:11px; 
	font-weight:bold;
	border:1px solid black; 
	border-bottom-color:#AAAAAA;
	cursor:default;
	background-image:url(/SysImages/Menu/topMenu_ItemDownArrowWhite.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.menuMainTopItemActive
{
	color:#050F2F;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	border:1px solid black;
	/* border-bottom-color:#666666; */
	border-left-color:#666666;
	border-top-color:#666666;
	border-bottom-color:#B3B3B3;
	border-right-color: #585F5F;
	/* border-left-color:#F7F5F5;
	border-top-color:#BDBCBC;
	border-bottom-color:#B3B3B3;
	border-right-color: #585F5F; */
	cursor:default;
	background-image:url(/SysImages/Menu/topMenu_ItemDownArrow.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.menuMainItem
{
  color:Black;
  font-family: Verdana; 
  font-size:11px; 
  font-weight:normal;
  margin:1px;
  cursor:default;
}

.menuMainItemHover 
{
  background-color:#DF9902;
  color:White; 
  font-family:Verdana; 
  font-size:11px; 
  font-weight:normal;
  border:1px solid #DF9902; /*  #012649; */
  cursor:default;
}

.menuMainItemHeading
{
  color:Black;
  font-family:Verdana; 
  font-size:11px; 
  font-weight:bold;
  margin:1px;
  cursor:default;
}

.menuMainItemHeadingHover 
{
  background-color:#DF9902;
  color:White; 
  font-family:Verdana; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid #DF9902; /* 012649 */
  cursor:default;
}

.menuMainBreak
{
  background-image:url(/SysImages/Menu/TopMenu_break_gray.gif);
  width:100%;
  height:1px;
}

/* LeftMenu, drill down or cascading */
.menuLeftTopGroup
{
  background-color:white;
}

.menuLeftGroup
{
  background-color:white;
  border:solid 1px gray; 
}

.menuLeftItem
{
  background-color:white; 
  font-family:verdana; 
  font-size:11px; 
  border:solid 1px white; 
  height:20;
  cursor:pointer;
}

.menuLeftItemHover
{
  background-image: url(/SysImages/Menu/LeftMenu_gradient_over.gif);
  background-repeat: repeat-x;
  background-color:#EFEFEF; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height:20;
  cursor:pointer;
}

.menuLeftItemExpanded
{
  background-color:#EFEFEF; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  border:solid 1px white; 
  height:20;
  cursor:pointer;
}

.menuLeftItemActive
{
  background-color:white; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  border-width:1px 1px 1px 1px;
  border-color:#AAAAAA #AAAAAA #888888 #AAAAAA;
  border-style:solid;
  height:20;
  cursor:default;
}

.menuLeftItemHeading
{
  background-color:white; 
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  border:solid 1px white; 
  height:20;
  cursor:default;
}

.menuLeftItemHeadingHover
{
  background-image: url(/SysImages/Menu/LeftMenu_gradient_over.gif);
  background-repeat: repeat-x;
  background-color:#EFEFEF; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height:20;
  cursor:pointer;
}

.menuLeftItemHeadingExpanded
{
  background-color:#EFEFEF; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  border:solid 1px white; 
  height:20;
  cursor:pointer;
}

.menuLeftItemHeadingActive
{
  background-color:white; 
  color:black; 
  font-family:verdana; 
  font-size:11px; 
  font-weight: bold;
  border-width:1px 1px 1px 1px;
  border-color:#AAAAAA #AAAAAA #888888 #AAAAAA;
  border-style:solid;
  height:20;
  cursor:default;
}


.menuLeftBreak
{
  background-image:url(/SysImages/Menu/LeftMenu_break_gray.gif);
  background-repeat: repeat-x;
  width:100%;
  height:1px;
}


/* Expanding menu */
.menuLeftExpItem 					{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; }
.menuLeftExpItem a:link			{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItem a:active 			{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItem a:visited 		{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItem a:hover 			{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight: normal; text-decoration : underline; }

.menuLeftExpItemSelected 			{ font-family : Verdana; font-size :11px; color : black; text-decoration : underline;}
.menuLeftExpItemSelected a:link 		{ font-family : Verdana; font-size :11px; color : black; text-decoration : underline;}
.menuLeftExpItemSelected a:active	{ font-family : Verdana; font-size :11px; color : black; text-decoration : underline;}
.menuLeftExpItemSelected a:visited	{ font-family : Verdana; font-size :11px; color : black; text-decoration : underline;}
.menuLeftExpItemSelected a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; text-decoration : underline; }

.menuLeftExpItemSelectedExpanded 			{ font-family : Verdana; font-size :11px; color : white; text-decoration : underline;}
.menuLeftExpItemSelectedExpanded a:link	{ font-family : Verdana; font-size :11px; color : white; text-decoration : underline;}
.menuLeftExpItemSelectedExpanded a:active	{ font-family : Verdana; font-size :11px; color : white; text-decoration : underline;}
.menuLeftExpItemSelectedExpanded a:visited	{ font-family : Verdana; font-size :11px; color : white; text-decoration : underline;}
.menuLeftExpItemSelectedExpanded a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; text-decoration : underline; }

.menuLeftExpItemExpanded			{ font-family : Verdana; font-size :11px; color : black; background-color:Silver; font-weight: normal; }
.menuLeftExpItemExpanded a:link	{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItemExpanded a:active	{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItemExpanded a:visited	{ font-family : Verdana; font-size :11px; color : black; font-weight: normal; text-decoration : none; }
.menuLeftExpItemExpanded a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight: normal; text-decoration : underline; }

.menuLeftExpItemHeader 			{ font-family : Verdana; font-size :11px; color : black; font-weight: Bold; }
.menuLeftExpItemHeader a:link 		{ font-family : Verdana; font-size :11px; color : black; font-weight: Bold; }
.menuLeftExpItemHeader a:active	{ font-family : Verdana; font-size :11px; color : black; font-weight: Bold; }
.menuLeftExpItemHeader a:visited	{ font-family : Verdana; font-size :11px; color : black; font-weight: Bold; }
.menuLeftExpItemHeader a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight: Bold; text-decoration : underline; }

.menuLeftExpItemHeaderSelected 			{ font-family : Verdana; font-size :11px; color : black; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelected a:link 	{ font-family : Verdana; font-size :11px; color : black; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelected a:active 	{ font-family : Verdana; font-size :11px; color : black; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelected a:visited	{ font-family : Verdana; font-size :11px; color : black; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelected a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight : bold; text-decoration : underline; }

.menuLeftExpItemHeaderSelectedExpanded				{ font-family : Verdana; font-size :11px; color : white; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelectedExpanded a:link 		{ font-family : Verdana; font-size :11px; color : white; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelectedExpanded a:active 	{ font-family : Verdana; font-size :11px; color : white; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelectedExpanded a:visited	{ font-family : Verdana; font-size :11px; color : white; font-weight : bold; text-decoration : underline; }
.menuLeftExpItemHeaderSelectedExpanded a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight : bold; text-decoration : underline; }

.menuLeftExpItemHeaderExpanded 			{ font-family : Verdana; font-size :11px; color : white; font-weight: Bold; }
.menuLeftExpItemHeaderExpanded a:link 		{ font-family : Verdana; font-size :11px; color : white; font-weight: Bold; }
.menuLeftExpItemHeaderExpanded a:active	{ font-family : Verdana; font-size :11px; color : white; font-weight: Bold; }
.menuLeftExpItemHeaderExpanded a:visited	{ font-family : Verdana; font-size :11px; color : white; font-weight: Bold; }
.menuLeftExpItemHeaderExpanded a:hover 	{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight: Bold; text-decoration : underline; }


.menuLeftExpHeader 				{ font-family : Verdana; font-size :11px; color : Black; font-weight : bold; }
.menuLeftExpHeader a:link			{ font-family : Verdana; font-size :11px; color : Black; font-weight : bold; }
.menuLeftExpHeader a:active		{ font-family : Verdana; font-size :11px; color : Black; font-weight : bold; }
.menuLeftExpHeader a:visited 		{ font-family : Verdana; font-size :11px; color : Black; font-weight : bold; }
.menuLeftExpHeader a:hover 		{ font-family : Verdana; font-size :11px; color : #0033CC; font-weight : bold; text-decoration : underline; }







