/* CSS Document */
BODY { background-image: url(images/bg.gif)}
BODY { background-repeat: repeat-x }
BODY { background-position: top }
BODY { background-color: #002757 }
BODY { margin-top: 0px  }
	p
	{
	font-family: arial;
	color: black;
	font-size: 80%;
	}
	a:link
	{
	color: #000066;
	text-decoration: none;
	font-family: arial;
	white-space: nowrap;
	}
	a:hover
	{
	color: #ffcc00;
	font-family: arial;
	white-space: nowrap;
	}
/* ********** Menu Style ************** */
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ display:inline-block; border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;	background-color: Transparent;}
.ModuleTitle_MenuItemSel {background-color: #FFFFFF;}
.MainMenu_MenuItemSel {background-color: #FFFFFF;}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: "Arial", "Arial";
	color:#ffffff;
	font-size:9px;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD, .MainMenu_RootMenuItemActive TD{
	color:#f9ba30;
	font-family: "Arial", "Arial";
	font-size:9px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}

.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family: "Arial";color:#326db5;	font-size:11px;	font-weight:bold;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	border:0px #000000 solid; border-width:0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEEFFF;
	height: 25px;
	}
.submenuitemselected{
	font-family: "Arial";
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #1e6bae;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEEFFF;
	height: 25px;
}
	
.submenu{
	background-color:#FFFFFF;
	font-family: "Arial";
	color:#4a72a2;
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	border: 1px dotted #CEEFFF;
}

