/* CSS Document */

/*--------------------   Horizontal   -----------------------*/  
.MainMenu_MenuItemSel{
   background: none;
}
.MainMenu_MenuContainer {
	background: none;
}
.MainMenu_MenuBar {
	background: none;
}
.MainMenu_MenuIcon {
	display:none;
}
.menusepar{ width:13px;}
/*mainmenu*/
.RootMenuItem TD {
	height:30px;
	white-space: nowrap;
    font-size:13px;
	width:121px;
    font-weight: normal;
    color: #fff;
    text-align: left;
	padding-left:3px;
	padding-right:3px;
	text-decoration: none;
	text-transform: none;
	font-family: Arial,Tahoma,Verdana;
	background: url(images/menbg.gif) no-repeat left center;
}
.RootMenuItemSel TD {
    height: 30px;
    font-size:13px;
    font-weight: normal;
	white-space:nowrap;
    color: #FFFFFF;  
    text-align:left;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	text-transform: none;
	font-family: Arial,Tahoma,Verdana;
	background: url(images/menbg_hover.gif) no-repeat left center;
}
.RootMenuItemHover TD {
   	height: 30px;
    font-size: 13px;
    font-weight: normal;
	white-space:nowrap;
    color: #FFFFFF; 
    text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	text-transform: none;
	font-family: Arial,TahomaVerdana;
	background: url(images/menbg.gif) no-repeat left center;
}
 /*submenu*/ 
 .submenu{ 
	background:#BCDAFF;
	border: none;
	margin:0px;
	padding:0px;
	z-index: 1000;
	border:1px solid #959595;
}
.MainMenu_MenuItem{
 	font-size:	12px;
	font-weight: normal; 
    color: 	#000000;  
	border:	0px;
	padding: 0px 20px 0px 8px;
	height:	23px;
	cursor:	pointer;	
	cursor: hand;
	font-family: Tahoma,Avenir,Arial;
	border:1px solid #8D8D8D;
	border-left:1px solid #FFFFFF;
}
.MainMenu_MenuItem img,
.RootMenuItemSel img{ display:none;}
.submenu .MainMenu_MenuItem{ }
.submenuitemselected, 
.submenuitembreadcrumb{
  	font-size:	12px;
	font-weight: normal;
	text-align: left; 
    color:	#fff;  
   	padding: 0px 20px 0px 8px;
	border:0px;	
    cursor: pointer;
	cursor: hand;	
	height: 23px;
	font-family: Tahoma,Avenir,Arial;
	background:#0140B2;
	border:1px solid #8D8D8D;
	border-left:1px solid #FFFFFF;
}

.MainMenu_MenuBreak {
   	border: transparent 0px solid; 
	background: none; 
	height: 0px;
}
.MainMenu_MenuArrow {
    display: none;
	background:none
}
.MainMenu_RootMenuArrow {
	display:none;
}

