/* ********** Menu style ************** */
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_icon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ 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;}

/*---------Horizontal SubMenu style---------------*/
.MainMenu_item,.MainMenu_submenuitembreadcrumb{
	background-image: url(images/sub-bg_01.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#fbfbfb;
	color:#a29965;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0px 7px 5px;
	margin-right: 0px;
	margin-left: 0px;
	_padding: 0px 0px 0px 5px; /* for by IE*/
	_height:29px; /* for by IE*/
	}
	
.MainMenu_SubMenuItemHover{
	background-image: url(images/sub-bg_01.png);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#a29965;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding: 5px 0px 7px 5px;
	margin-right: 0px;
	margin-left: 0px;
	_padding left: 0px 0px 0px 5px; /* for by IE*/
	_height:29px; /* for by IE*/
	}
	
.MainMenu_submenu{
	white-space: nowrap;
	background-color:#e6e6e6;
	padding:0px;
	margin-top: 0px;
	margin-left: -8px;
	background-repeat: no-repeat;
	border: 0px dotted #CEEFFF;
}

/*---------RootMenu style For Horizontal SubMenu Skin---------------*/
.MainMenu_rootitem{
	display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
	white-space: nowrap;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background-color: Transparent;
	background-image: url(images/menu.gif);
	padding: 17px 15px 8px 15px;
	text-align:center;
	background-position: right bottom;
	background-repeat: repeat-x;
	text-shadow: #333333 1px 1px 1px;
	_height:41px; /* for by IE*/
}
.MainMenu_rootitemhover{
	display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/
	display: inline-block; /* supported by Opera and ? */
	white-space: nowrap;
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background-color: Transparent;
	background-image: url(images/menuON.gif);
	background-position: right bottom;
	padding: 17px 15px 8px 15px;
	background-repeat: repeat-x;
	_height:41px; /* for by IE*/
}
.MainMenu_rootmenuitembreadcrumb TD, .MainMenu_rootmenuitembreadcrumbActive TD {
    display:-moz-inline-box; /* Gecko proprietary  (ORDER IS IMPORTANT HERE!)*/ 
    display: inline-block; /* supported by Opera and ? */	
	color:#000000;
	font-size:13px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-color: Transparent;	
}

/* ********** Main Borders ************** */
.mainpadding{ padding-top:40px;}
.topmainbg{
	background-image:url(images/Antsyb_02.png); 	background-repeat: repeat-x;
}
.mainbgl{
	background-image:url(images/Antsyb_10.png); 	background-repeat: repeat-y;
}
.mainbgr{
	background-image:url(images/Antsyb_12.png); 	background-repeat: repeat-y;
}
.bottommainbg{
	background-image:url(images/Antsyc_14.png); 	background-repeat: repeat-x;
}
.shadowbg{
	background-image:url(images/shadowb.png); 	background-repeat: repeat-x;
}

