/*styles for the TD containing the 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 root menu items*/
.MainMenu_MenuIcon{display: none; }
/* for controlling the display of dnn menu arrows*/
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }
/* styles an individual menu item*/
.MainMenu_MenuItem{
	background:#dcd1bc; color:#373737; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; font-style:normal; padding:8px 50px 8px 16px; height:20px; border:0; border-bottom:1px  dashed #dcd1bc;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	background:#dcd1bc; color:#373737; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; cursor:pointer; padding:8px 50px 8px 16px; height:20px; border:0;  border-bottom:1px dashed #dcd1bc;

}
/* currently hovered submenuitems*/
.submenuitemselected{
	background:#ebe3d2; color:#373737; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold; cursor:pointer; padding:8px 50px 8px 16px; height:20px; border:0;  border-bottom:1px dashed #dcd1bc;
	
}
/* applies upon the whole sub menu dropdown*/
.submenu{
	background:#dcd1bc; padding:0; margin:0; border:0; border-bottom:0px; z-index:1000; cursor:pointer; font-weight:normal;filter:alpha(opacity=95); -moz-opacity:0.9;
	-khtml-opacity: 0.95; opacity: 0.95;

	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#2e2e2e; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	font-style:normal;

	margin: 0px;
	padding:0px 2px;
	width:100%;
	height:44px;
	background:url(images/Menu-Normalbg.gif) top left repeat-x;

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#2e2e2e; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	font-style:normal;

	margin: 0px;
	padding:0px 2px;
	width:100%;
	height:44px;
	background:url(images/Menu-Hoverbg.gif) top left repeat-x;
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#2e2e2e; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	font-style:normal;

	margin: 0px;
	padding:0px 2px;
	width:100%;
	height:44px;
	background:url(images/Menu-Hoverbg.gif) top 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:top; width:1px; height:43px; background:url(images/spacer.gif) top left no-repeat; }




















