
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	background-color: transparent;
	
}
.MainMenu_MenuBar
 {
    height: 25px;
}

.MainMenu_MenuItem {

	cursor: hand; 
	color: #dde1fa; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	border: 1px #6E7BB2 solid;
	padding: 0px;
	background-color: transparent;
	/*background-image:url(images/bg_menu.jpg);*/
	font-weight: bold;
}
.MainMenu_MenuIcon {

	cursor: hand; 
	background-color: #3E5179; 
	border: 1px #3E5179 solid;
	padding: 0px;
	width: 1px;
	height: 1px;
}
.MainMenu_SubMenu {

	z-index: 1000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');
	border: 1px #6E7BB2 solid;
	background-color: #6E7BB2;
	margin-left:0px;
	margin-top:0px;
}

/*.MainMenu_MenuBreak {
	height: 1px;
}*/
.MainMenu_MenuItemSel {

	background-color: #6E7BB2;
	cursor: hand; 
	color: #dde1fa; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #6E7BB2 solid;
	padding: 0px;
}

.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
.MainMenu_RootMenuArrow {
	display:none;
}


/*___________________________________________________________________________________________*/
/* Menu Number 2 Menu */

.SecondMenu_MenuContainer {
	background-color: transparent;
}


.SecondMenu_MenuItem {
	cursor: hand; 
	color: #dde1fa; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	border: 1px #404A7B solid;
	padding: 0px;
	background-color: transparent;
	/*background-image:url(images/bg_menu.jpg);*/
	font-weight: bold;
}

.SecondMenu_SubMenu {
	z-index: 1000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');
	border: 1px #404A7B solid;
	background-color: #404A7B;
	margin-left:0px;
	margin-top:0px;
}

/*.MainMenu_MenuBreak {
	height: 1px;
}*/
.SecondMenu_MenuItemSel {
	background-color: #404A7B;
	cursor: hand; 
	color: #dde1fa; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #404A7B solid;
	padding: 0px;
	text-decoration:underline;
}
.SecondMenu_MenuBreak {
	display:none;
}
.SecondMenu_MenuArrow {
	display:none;
}
.SecondMenu_RootMenuArrow {
	display:none;

}
/*___________________________________________________________________________________________*/
/* Menu Number 3 Menu */

.ThirdMenu_MenuContainer {
	background-color: transparent;
}

.ThirdMenu_MenuItem {
	cursor: hand; 
	color: #404A7B; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	border: 1px #E1E3EF solid;
	padding: 0px;
	background-color: transparent;
	/*background-image:url(images/bg_menu.jpg);*/
	font-weight: bold;
}

.ThirdMenu_SubMenu {
	z-index: 1000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');
	border: 1px #E1E3EF solid;
	background-color: #E1E3EF;
	margin-left:0px;
	margin-top:0px;
}

/*.MainMenu_MenuBreak {
	height: 1px;
}*/
.ThirdMenu_MenuItemSel {
	background-color: #E1E3EF;
	cursor: hand; 
	color: #404A7B; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 1px #E1E3EF solid;
	padding: 0px;
	text-decoration:underline;
}
.ThirdMenu_MenuBreak {
	display:none;
}
.ThirdMenu_MenuArrow {
	display:none;
}
.ThirdMenu_RootMenuArrow {
	display:none;

}

/*___________________________________________________________________________________________*/
/* Menu Number 4 Menu */

.FourthMenu_MenuContainer {
	background-color: transparent;
}

.FourthMenu_MenuItem {
	cursor: hand; 
	color: #404A7B; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	border: 0px #FFFFFF solid;
	padding: 0px;
	background-color: transparent;
	/*background-image:url(images/bg_menu.jpg);*/
	font-weight: bold;
	height:25px;
}

.FourthMenu_SubMenu {
	z-index: 1000; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#CCCCCC', Direction='90', Strength='1');
	border: 0px #FFFFFF solid;
	background-color: transparent;
}

/*.MainMenu_MenuBreak {
	height: 1px;
}*/
.FourthMenu_MenuItemSel {
	background-color: transparent;
	cursor: hand; 
	color: #404A7B; 
	font-family: Arial, Helvetica, Sans Serif; 
	font-size: 11px; 
	font-weight: bold; 
	border: 0px #FFFFFF solid;
	height:25px;
	text-decoration:underline;
	padding: 0px;
}
.FourthMenu_MenuBreak {
	display:none;
}
.FourthMenu_MenuArrow {
	display:none;
}
.FourthMenu_RootMenuArrow {
	display:none;

}

A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0528FF;
	text-decoration: underline;
}


