/* Menu height */ 
#MenuHeight { height:30px; }
/*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:#C3C3C3; color:#000; font-family:'sans-serif', Arial, Helvetica; font-size:9pt; font-weight:normal; font-style:normal; padding:7px 8px 7px 8px; height:20px; border-top:0px solid #C3C3C3; border-right:0; border-bottom:0px solid #C3C3C3; border-left:0;
}
/* currently selected sub menu item*/
.submenuitembreadcrumb{
	background:#C3C3C3; color:#ff0000; font-family:'sans-serif', Arial, Helvetica; font-size:9pt; font-weight:normal; font-style:normal; padding:7px 8px 7px 8px; height:20px; border-top:0px solid #C3C3C3; border-right:0; border-bottom:0px solid #C3C3C3; border-left:0;

}
/* currently hovered submenuitems*/
.submenuitemselected{
	background:#C3C3C3; color:#ff0000; font-family:'sans-serif', Arial, Helvetica; font-size:9pt; font-weight:normal; font-style:normal; padding:7px 8px 7px 8px; height:20px; border-top:0px solid #C3C3C3; border-right:0; border-bottom:0px solid #C3C3C3; border-left:0;
	
}
/* applies upon teh whole sub menu dropdown*/
.submenu{
	background:#C3C3C3; padding:0; margin:0; border-top:1px solid #000; border-right:1px solid #000; border-bottom:1px solid #000; border-left:1px solid #000; z-index:1000; cursor:pointer; font-weight:normal; padding-top:4px;
	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#000; 
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	height:30px;
	padding:0px 14px 0px 14px;
	background:#BDBDBD url(images/SP-MenuBG.gif) top left repeat-x;
}

/*root menu hover*/
.rootmenuitemselected TD
{
	color:#FFFFFF; 
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	height:30px;
	padding:0px 14px 0px 14px;
	background:#656565 url(images/SP-MenuHoverBG.gif) top left repeat-x;	
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal; 
	font-size:14px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	

	margin: 0px;
	width:100%;
	height:30px;
	padding:0px 14px 0px 14px;
	background:#656565 url(images/SP-MenuHoverBG.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; background:transparent; vertical-align:top; padding:0; margin:0; }
.MainMenu_Separator { background:url(images/Menu-Sep.gif) top left no-repeat;}





