/* ********** 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:none; border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;	background-color: Transparent;}
.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family:Verdana, Arial, Helvetica, sans-serif; color:white; font-size:12px;	font-weight: normal;
	padding:5px 30px 5px 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	border:0px #000000 solid; border-width:0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
	background-color:#e87b2f;}
	
.submenuitemselected{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight:normal;
	padding:5px 30px 5px 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #176ed6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
	
.submenu{z-index:1000;
	background-color:#176ed6;
	/*filter:alpha(opacity=90);
	opacity: .90;
	-moz-opacity: .90;*/
	margin-top: 0px;
	margin-left: 0px;
}

	
/*---------Root/tab1 Menu style---------------*/
.rootmenuitem TD{ padding:0px; margin:0px;}
.rootmenuitem TD DIV{  padding:0px; margin:0px; }
.rootmenuitem TD DIV DIV{ height:20px;}
.rootmenuitem TD DIV DIV DIV{  padding:0px; margin:0px; display: block;
background: #e87b2f; /*background of menu items (default state)*/
color: white;
padding: 8px 32px 5px 32px;
/*border-right: 1px solid darkred;*/
text-decoration: none;
font-size:13px;
text-transform:uppercase;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

/*-- Mouse Hover styles          --*/
.rootmenuitembreadcrumb TD{ padding:0; margin:0;}
/*.rootmenuitembreadcrumb TD DIV{ background-image:url(images/tab3-ON_01.gif); background-position: bottom left; background-repeat: no-repeat;  margin:-1px 0 -26px 0; padding:0;  _margin:-13px 0;}
.rootmenuitembreadcrumb TD DIV DIV{ background-image:url(images/tab3-ON_03.gif); background-position:bottom right; background-repeat: no-repeat; margin:-1px 0 -26px 0; padding:0 11px;  _margin:-13px 0;}*/
.rootmenuitemselected TD DIV DIV DIV { color:#ffffff;	/*background-image:url(images/tab3-ON_02.gif);*/background-color:#176ed6; font-size:13px;	font-family:Verdana, Arial, Helvetica, sans-serif; padding: 8px 32px 5px 32px;  font-size:13px; text-transform:uppercase; font-weight:bold;}

/*-- Selected Tab styles          --*/
.rootmenuitemselected TD{ padding:0; margin:0;}
/*.rootmenuitemselected TD DIV { background-image:url(images/tab3-ON_01.gif); background-position: bottom left; background-repeat: no-repeat;  margin:-1px 0 -26px 0; padding:0;  _margin:-13px 0;}
.rootmenuitemselected TD DIV DIV{ background-image:url(images/tab3-ON_03.gif); background-position:bottom right; background-repeat: no-repeat; margin:-1px 0 -26px 0; padding:0 11px;  _margin:-13px 0;}*/
.rootmenuitembreadcrumb TD DIV DIV DIV{ color:#ffffff;	/*background-image:url(images/tab3-ON_02.gif); background-position: bottom center; background-repeat:repeat-x;*/ background-color:#176ed6; font-size:13px;	font-family:Verdana, Arial, Helvetica, sans-serif; padding: padding: 8px 32px 5px 32px; font-size:13px; text-transform:uppercase;font-weight:bold;	}

/* Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
.rootmenuitem TD DIV DIV DIV{ color:#FFFFFF; background-image:url(images/spacer.gif); background-position: bottom center; background-repeat:repeat-x; font-size:13px; font-family: Arial, Helvetica, sans-serif; font-weight: 900; padding: 11px 9px 0px 7px; height:41px; line-height:41px;  }
.rootmenuitemselected TD DIV DIV DIV { color:#e77424;	background-image:url(images/tab3-ON_02.gif); background-position: bottom center; background-repeat:repeat-x; font-size:13px;	font-family: Arial, Helvetica, sans-serif; font-weight: 900; padding: 11px 9px 0px 7px; height:41px; line-height:41px; margin:  }
.rootmenuitembreadcrumb TD DIV DIV DIV{ color:#e77424;	background-image:url(images/tab3-ON_02.gif); background-position: bottom center; background-repeat:repeat-x; font-size:13px;	font-family: Arial, Helvetica, sans-serif; font-weight: 900; padding: 11px 9px 0px 7px;height:41px; line-height:41px; margin:  }
}


/* ********** Main Borders ************** */
.footerbg{
	background-image:url(images/footer_02.png); 	background-repeat: repeat-x; height:67px;
}
