/*styles for the TD containing the menu*/




<!-- /* $WEFT -- Created by: Paulo Cesar (pcfreitas@wilcom.com.au) on 12/7/2010 -- */
  @font-face {
    font-family: FarnhamDisplay-Regular;
    font-style:  normal;
    font-weight: 700;
    src: url(FARNHAM0.eot);
  }
  @font-face {
    font-family: Myriad Pro;
    font-style:  normal;
    font-weight: normal;
    src: url(MYRIADP0.eot);
  }
-->





.MainMenu_MenuContainer{
	width:970px;
	background:transparent;
	margin:0 auto;
	left:50%;
	margin:0px 0 0 -485px;
	position:relative;
}
/* for controlling the menu bar*/
.MainMenu_MenuBar{
	height:auto;
	width:100%;
	background:transparent;
	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: transparent; color:#fff; font-family:Myriad Pro, Helvetica, sans-serif; font-size:16px; font-weight:normal; font-style:normal; padding:8px 50px 8px 16px; height:20px; border:0; border-bottom:1px solid #404040;
}


/* currently selected sub menu item*/
.submenuitembreadcrumb{
	background: transparent; color:#FFF; font-family:Myriad Pro, Helvetica, sans-serif; font-size:16px; font-style:normal; cursor:pointer; padding:8px 50px 8px 16px; height:20px; border:0;  border-bottom:1px solid #404040;
}
/* currently hovered submenuitems*/
.submenuitemselected{
	background: transparent; color:#fff; font-family:Myriad Pro, Helvetica, sans-serif;  font-size:16px; font-style:normal; cursor:pointer; padding:8px 50px 8px 16px; height:20px; border:0;  border-bottom:1px solid #404040;
	
}
/* applies upon the whole sub menu dropdown*/
.submenu{
	background:#000; padding:0; margin:0; border:0; border-bottom:0px; z-index:1000; cursor:pointer; font-weight:normal; filter:alpha(opacity=90); -moz-opacity:0.9;
	-khtml-opacity: 0.9; opacity: 0.9;

	
		
	
}
/* applies upon the root menu items*/
.rootmenuitem,.rootmenuitem TD
{
	color:#fff; 
	font-family:Myriad Pro, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	/*text-transform:uppercase;*/
	vertical-align:middle;
	margin: 0px;
	padding:0px;
	width:100%;
	height:26px;
	border-right:#0F0F0F 1px solid;
	border-left:#4E4E4E 1px solid;
	/*background:url('images/bg_menu_top.png') top left repeat-x;*/
	font-weight:normal;
      font-style:normal;
      font-variant:normal;
}



/*root menu hover*/
.rootmenuitemselected TD
{
	color:#fff; 
	font-family:Myriad Pro, Helvetica, sans-serif;
	font-style:normal; 
	font-size:16px;
	text-decoration:none;
	text-align:center;
	/*text-transform:uppercase;*/
	vertical-align:middle;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	padding:0px 0px;
	width:100%;
	height:26px;
	/*background:url('images/bg_menu_top.png') repeat-x;*/
}

/*rootmenu selected or active*/
.rootmenuitembreadcrumb TD
{
	color:#fff; 
	font-family:Myriad Pro, Helvetica, sans-serif;
	font-style:normal; 
	font-size:16px;
	text-decoration:none;
	text-align:center;
	/*text-transform:uppercase;*/
	vertical-align:middle;
	font-style:normal;
	margin: 0px;
	padding:0px 0px;
	width:100%;
	height:26px;
	/*background:url('images/bg_menu_top.png') top left repeat-x;*/	
}


.rootmenuitem,.rootmenuitem TD a:link{
font-weight:normal !important;
color:#009933 !important;
}

.rootmenuitem,.rootmenuitem TD a:hover{
font-weight:normal !important;
color:#009933 !important;
}

.rootmenuitem,.rootmenuitem TD a:visited{
font-weight:normal !important;
color:#009933 !important;
}



/*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:37px; background:url(images/spacer.gif) top left no-repeat; }





















