/*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;

}
/* 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;
}
/*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:#DBCC91; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; font-style:normal; padding:5px 30px 5px 16px; height:20px; border-top:0; border-right:0; border-bottom:1px solid #fff; border-left:0;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	background:#ffffff url(images/select-bullet.gif) top left repeat-y;; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; cursor:pointer; padding:5px 30px 5px 16px; height:20px; border-top:0; border-right:0; border-bottom:1px solid #fff; border-left:0;

}
/* currently hovered submenuitems*/
.submenuitemselected{
	background:#ffffff url(images/select-bullet.gif) top left repeat-y;; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; cursor:pointer; padding:5px 30px 5px 16px; height:20px; border-top:0; border-right:0; border-bottom:1px solid #fff; border-left:0;
	
}
/* applies upon teh whole sub menu dropdown*/
.submenu{
	background:#DBCC91; padding:0; margin:0; border-top:0px solid #adadad; border-right:1px solid #fff; border-bottom:0; border-left:0px solid #fff; z-index:1000; cursor:pointer; font-weight:normal;
	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align:left;
	text-transform:none;
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	border-bottom:1px dashed #E1E1E1;
	height:24px;
	padding:0px 2px 0px 10px;
	background:transparent;	

}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align: left;
	text-transform:none;
		
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	border-bottom:1px dashed #E1E1E1;
	height:24px;
	padding:0px 2px 0px 10px;
	background:#fff url(images/select-bullet.gif) top left repeat-y;	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#000; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:12px;
	text-decoration:none;
	text-align:left;
	text-transform:none;
		
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	height:24px;
	border-bottom:1px dashed #E1E1E1;
	padding:0px 2px 0px 10px;
	background:#fff url(images/select-bullet.gif) top left repeat-y;	
}

/*separator class*/
.MainMenu_MenuBreak { border-top-style:none; border-right-style:none; border-left-style:none; border-bottom-style:none; background:transparent; vertical-align:top; }















































































































