/* ********** 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: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family: Arial, Helvetica, sans-serif; color:#606060; font-size:11px;font-weight: 900;
	padding:0;
	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: #BEBEBE;}
	
.submenuitemselected{
	font-family: Arial, Helvetica, sans-serif;
	color:#7da229;
	font-size:11px;
	font-weight:900;
	padding:5px 30px 5px 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BEBEBE;
}
	
.submenu{z-index:1000;
	background-color:#EEE;
	filter:alpha(opacity=90);
	opacity: .90;
	-moz-opacity: .90;
	margin-top: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #DCDCDC;
	border-right-color: #DCDCDC;
	border-left-color: #DCDCDC;
}

	
/*---------Root/tab1 Menu style---------------*/
.rootmenuitem TD{height:34px;line-height:5px; padding:0px 6px 0px 6px; margin:0px 0px 0px 0px;color:#FFFFFF;font-size:12px; font-family: Arial, Helvetica, sans-serif; font-weight:  bold;}



/*-- Mouse Hover styles          --*/
.rootmenuitembreadcrumb TD{height:34px;line-height:5px; padding:0px 6px 0px 6px; margin:0px 0px 0px 0px;;color:#C1D94D;font-size:12px;	font-family: Arial, Helvetica, sans-serif; font-weight: bold;}


/*-- Selected Tab styles          --*/
.rootmenuitemselected TD{height:34px;line-height:5px; padding:0px 6px 0px 6px; margin:0px 0px 0px 0px;;color:#EE6B01;font-size:12px;	font-family: Arial, Helvetica, sans-serif; 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:12px; 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:#7da229;	background-image:url(images/tab2-ON_02.gif); background-position: bottom center; background-repeat:repeat-x; font-size:12px;	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:#7da229;	background-image:url(images/tab2-ON_02.gif); background-position: bottom center; background-repeat:repeat-x; font-size:12px;	font-family: Arial, Helvetica, sans-serif; font-weight: 900; padding: 11px 9px 0px 7px;height:41px; line-height:41px; margin:  }
}

/* ********** Main Borders ************** */
.topmainbg{
	background-image:url(images/antsyb_02.png); 	background-repeat: repeat-x;
}
.mainbgl{
	background-image:url(images/left_side.gif); 	background-repeat: repeat-y;
}
.mainbgr{
	background-image:url(images/right_side.gif); 	background-repeat: repeat-y;
}
.bottommainbg{
	background-image:url(images/antsyb_14.png); 	background-repeat: repeat-x;
}
.shadowbg{
	background-image:url(images/shadowb.png); 	background-repeat: repeat-x;
}

