/* Menu height */ 
.MenuHeight { height:38px; }
/*styles for the TD containing teh menu*/

.MainMenu_MenuContainer{
	width:100%;
	background: transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:auto;
	font-size:0px;

}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:auto;
	width:100%;
	background:transparent;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size:0px;
}
/*for styling the menu icon, does not work on roo tmenu items*/
.MainMenu_MenuIcon{display: none; }
/* for controlling teh display of  dnn menu arrows*/
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/* styles an individual menu item*/
.MainMenu_MenuItem{
	background:#C7C8CA; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; font-style:normal; padding:5px 50px 5px 16px; height:20px; border:0;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	background:#DEDDD8; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; cursor:pointer; padding:5px 50px 5px 16px; height:20px; border:0;

}
/* currently hovered submenuitems*/
.submenuitemselected{
	background:#DEDDD8; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt; font-weight:normal; cursor:pointer; padding:5px 50px 5px 16px; height:20px; border:0;
	
}
/* applies upon teh whole sub menu dropdown*/
.submenu{
	background:#C7C8CA; padding:0; margin:0; border:2px solid #C7C8CA; z-index:1000; cursor:pointer; font-weight:normal;
	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#24242E; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	text-transform:none;
	vertical-align:middle;
	font-style:italic;

	margin: 0px;
	width:120px;
	height:32px;
	padding:0px;
	background:#FFF url(images/MenuSep-Normal.jpg) bottom left repeat-x;	

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#2A652B; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	text-transform:none;
	font-style:italic;
		
	vertical-align:middle;
	

	margin: 0px;
	width:120px;
	height:32px;
	padding:0px;
	background:#FFF url(images/MenuSep-Hover.jpg) bottom left repeat-x;	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#2A652B; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:left;
	text-transform:none;
	font-style:italic;
		
	vertical-align:middle;
	

	margin: 0px;
	width:120px;
	height:32px;
	padding:0px;
	background:#FFF url(images/MenuSep-Hover.jpg) bottom left repeat-x;	
}

/*separator class*/
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; vertical-align:middle; width:0px; height:0px; }





