body 
{
	margin: 0 0 0 0;
	position: relative;
	font-family: arial, sans-serif;
}
a:link, a:visited { color: #000000; }
img { border: 0; }


.bar
{
	background-color: #1C3664; 
	color: #ffffff; 
	font-size: 12px;
	font-weight:bold;
	line-height: 26px;
	text-indent: .5em;
}

/****************** Begin Menu tree rules*/
.button
{
	z-index: 100000;
	cursor: default;
}

.buttonlabel
{
	font-size: 11px;
	height: 20px;
	display: block;
	font-weight: bold;
	line-height: 20px;
	cursor: default;
	
	color: #131623;
	background-color: #E1F1FF;
	
	border-style: solid;
	border-right-width: 4px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-color: #E1F1FF;	
	
  border-bottom-color:#ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
}


.labelHover 
{
  height: 20px;
  line-height:20px;
	background-color: #ffffff;
	border-color: #1C3664;
	border-style: solid;
	border-right-width: 4px;
	border-left-width: 1px;
	border-top-width: 0px;

  border-bottom-color:#ffffff;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.labelDown 
{
	color: #131623;
	background-color: #E1F1FF;
	border-right-width: 4px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width:0px;
	border-style: solid;
	border-color: #1C3664;
}

.labelHover.labelDown
{
	color: #33365c;
	border-right: 4px solid #1C3664;
}

.menuNode 
{
	font-size: 12px;
	border-bottom: 1px solid #EBF6FF;
	border-left: 1px solid #EBF6FF;
	height: 16px;
	line-height:16px;
}



*.menuNode 
{
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 4px 1px 10px;
	text-decoration: none;
	width: auto;
	display: block;
	color: #0e0f26;
	text-indent: .6em;
}


*.subMenuNode 
{
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 4px 1px 20px;
	text-decoration: none;
	width: auto;
	display: block;
	color: #0e0f26;
	text-indent: .6em;
}

*.subSubMenuNode 
{
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
	padding: 0px 4px 1px 30px;
	text-decoration: none;
	width: auto;
	display: block;
	color: #0e0f26;
	text-indent: .6em;
}


div.disabled 
{
	color: #5E6C77;
}

a.menuNode:hover,  a.menuNode:focus 
{
	text-decoration: none;
	background-color: #ffffff;
}

.menu 
{
	padding-left: 1px;
	padding-top: 1px;
	margin-top: 0px;
	margin-bottom: 1px;
	background-color: #F3FAFF;
	border-width: 0  ;
	border-color: #006096;
	border-style: solid;
 	border-bottom: 1px solid #1C3664;
	border-right: 4px solid #1C3664;
	border-left: 1px solid #1C3664;
 	text-align: left;
 	white-space: nowrap;
}

.menu .buttonlabel 
{
	/*border-width: 1px 0px 0 1px;*/
	background: inherit;
	border-color: #EBF6FF;
}

.button.menuNode 
{
	border-left: 0;
	border-bottom: 0;
}

.menu .menu 
{ /* submenus & submenus' submenus  */
	border-width: 0 0 0 4px;
	margin-left: 8px;
	margin-top: -6px;
	padding-top: 6px;
 	padding-left: 0;
	border-color: #EBF6FF;
	border-style: solid;
 	background-color: transparent;
}

.menu, .menu, .menuNode 
{
 	background-color: #FBFEFF;
	/*color: #314B60;*/
}

.menu .menu a.menuNode:hover, .menu .menu a.menuNode:focus 
{
	background-color: #ffffff;
}


.AnimTree 
{
	position: relative;
	top: -1px;
	left: 1px;
	z-index:1000;
	background-color: transparent;
	width: 218px;
}



