
.ContentPane  
{
	font-family: Arial;
	color: #041559; 
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: White; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style:normal; 
	border-left: #041559 0px solid; 
	border-bottom: #041559 1px solid; 
	border-top: #041559 1px solid; 
	border-right: #041559 0px solid;
}
.MainMenu_MenuContainer {
	border-bottom: #404040 1px solid; 
	border-left: #041559 0px solid; 
	border-top: #041559 1px solid; 
	border-right: #404040 0px solid;  
	background-color: #041559;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height:16;
}


.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: #041559; 
	border-left: #041559 1px solid; 
	border-bottom: #041559 1px solid; 
	border-top: #041559 1px solid; 
	text-align: center; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #041559; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #404040 0px solid; 
	border-top: #404040 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	border-bottom: #041559 1px solid; 
	border-left: #041559 0px solid; 
	border-top: #041559 1px solid;  
	border-right: #041559 0px solid; 
	background-color: white; 
	cursor: hand; 
	color: #041559; 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;

}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: hand; 
	border-right: #041559 1px solid; 
	border-bottom: #041559 1px solid; 
	border-top: #041559 1px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
}
/* Login Styles */
.LoginPanel{
	color: white;
	font-weight: bold; 
}

.LoginTabGroup
{
	color: white;
	font-weight: bold; 
}

.LoginTab {
	color: white;
	font-weight: bold; 
}

.LoginTabSelected{
	color: white;
	font-weight: bold; 
}

.LoginTabHover{
	color: white;
	font-weight: bold; 
}

.LoginContainerGroup{
	color: white;
	font-weight: bold; 
}

.LoginContainer{
	color: white;
	font-weight: bold; 
}




