/* ********** 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:#7da229; font-size:11px;	font-weight: 900;
	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: dotted;
	border-bottom-color: #BEBEBE;}
	
.submenuitemselected{
	font-family: Arial, Helvetica, sans-serif;
	color:#606060;
	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: 1px;
	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 Menu style---------------*/
.rootmenuitem TD{
	font-family: Arial, Helvetica, sans-serif;
	color:#7da229;
	font-size:12px;
	font-weight:bold;
	padding: 0px 3px 0px 22px;
	background-color: transparent;
	background-image: url(images/vmenu2.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: left;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD, .MainMenu_RootMenuItemActive TD{
	color:#606060;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	padding: 0px 3px 0px 22px;
	background-color: Transparent;
	background-image: url(images/vmenu2on.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: left;
}



/* ********** Main Borders ************** */
.topmainbg{
	background-image:url(images/Antsy_02.png); 	background-repeat: repeat-x;
}
.mainbgl{
	background-image:url(images/Antsy_10.png); 	background-repeat: repeat-y;
}
.mainbgr{
	background-image:url(images/Antsy_12.png); 	background-repeat: repeat-y;
}
.bottommainbg{
	background-image:url(images/Antsy_14.png); 	background-repeat: repeat-x;
}
.shadowbg{
	background-image:url(images/shadow_02.png); 	background-repeat: repeat-x;
}
