.Adtd
{

}


/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu 
{ 
background: #d9d9d9; 
z-index: 1000;  
cursor: pointer;  
cursor: hand; 
font-weight: normal; 
filter: none;
}

/*-- submenu items idle         --*/ 
.MainMenu_MenuItem, .ModuleTitle_MenuItem 
{
background: #D9D9D9; 
color: #666666; 
font-family: tahoma;
font-size: 11px; 
font-weight: bold; 
font-style: normal; 
padding: 2px 5px 2px 5px;
border: solid 1px #666666;
height: 20px;
}

/*-- submenu items hover        --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel 
{
background: #999999; 
color: #FFF; 
font-family: tahoma; 
font-size: 11px; 
font-weight: bold; 
cursor: pointer; 
cursor: hand; 
padding: 2px 5px 2px 5px;
border: solid 1px #6666666;
height: 20px; 
}


.MenuHeight { height:28px; padding: 0px -10px 0 -10px; margin: 0 -10px 0 -10px; }
.MenuTD {  background: transparent; padding: 0px -10px 0px -10px; margin: 0 -10px 0 -10px; }
.MenuLeft { width:0px; background: transparent; padding: 0 -10px 0 -10px; margin: 0 -10px 0 -10px;}
.MenuRight { width:0px; background: transparent; padding: 0 -10px 0 -10px; margin: 0 -10px 0 -10px;}
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; margin: 0 0 0 0; padding: 0px 0 0px 0; }
.CopyrightRow { height:0px; padding: 0 0px 0 0px; vertical-align: middle; }

/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer { padding: 0px 0px 0px 0px; margin: 0 0px 0 0px; }

/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; width:0px;}

/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0px 0 0 0;}

/*-- menuitems idle             --*/ 
.MainMenu_Idle TD {
font-family:arial; 
  font-size: 11px; 
  color: #fff; 
  height:28px; 
  margin: 0px 0px 0 0px; 
  text-align: center; 
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  }

/*-- menuitems over             --*/ 
.MainMenu_Selected TD {
font-family:arial; 
  font-size: 11px; 
  color: #fff;
  height:28px;
  margin: 0px 0px 0 0px; 
  text-align: center; 
  padding: 0px 0px 0px 0px; 
  font-weight: bold; 
  }

/*-- menuitems active           --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD {
font-family:arial; 
  font-size: 11px; 
  color: #fff; 
  height:28px; 
  margin: 0px 0px 0 0px; 
  text-align: center; 
  padding: 0px 0px 0px 0px; 
  font-weight: bold; }

/*-- left seperator idle        --*/ 
.MainMenu_LeftIdle {padding: 0 0px 0 0px; margin: 0 0px 0 0px; width:0px;}

/*-- left seperator active      --*/ 
.MainMenu_LeftActive {padding: 0 0px 0 0px; margin: 0 0px 0 0px; width:0px;}

/*-- right seperator idle       --*/ 
.MainMenu_RightIdle {background: transparent; padding: 0 0px 0 0px; margin: 0 0px 0 0px; width:0px; height: 28px; }

/*-- right seperator active     --*/ 
.MainMenu_RightActive { background: transparent; padding: 0 0px 0 0px; margin: 0 0px 0 0px; width:0px; height: 28px; }

/*-- middle seperator           --*/ 
.MainMenu_Seperator { background: transparent; padding: 0 -10px 0 -10px; margin: 0 -10px 0 -10px; width:0px; height: 28px; }

/*-- not needed - main menu     --*/ 
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }

/*-- module menu continer       --*/ 
.ModuleTitle_MenuContainer { color: #2c2c2c;}

/*-- module menu bar            --*/ 
.ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}

/*-- module menu padding        --*/ 
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding:0 0 0 0px; margin: 0 0 0 -10px; }

/*-- not needed - module menu   --*/ 
.MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }

.ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
.ModuleTitle_MenuIcon IMG { margin: 0 0px 0 0px; }

/*-- removing seperator borders --*/ 
.MainMenu_MenuBreak { padding:0 0 0 0; margin: 0 0 0 0; border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 8;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 7;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 9;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	width: 100%;
	background-color: transparent;
	height: 30px;
padding-bottom:1px;
}

#houseMenuH li { /* all list items */
	height: 30px;
	padding:0px 8px 0px 8px;
}



#houseMenuH a { /* all links within the menu wrapper */
	font-family: Helvetica;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	color: #bbb;
	background-color: transparent;
	margin-bottom:0px;
	padding: 0px 13px 0px 13px;	
	height: 30px;
line-height:30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
cursor:pointer;

}

#houseMenuH a:hover { /* all links within the menu wrapper */
	text-decoration : none;
	color : #000;
	padding: 7px 13px 7px 13px;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
	background: #bbb url(menubg/wentworth/menubg.jpg) repeat-x top left; 
	height: 30px;
	text-align:left;
cursor:pointer;
}

a#houseMenuCurrentLink
{ /* current link itself */
	margin: 0px;
	color: #000;
	background: #bbb url(menubg/wentworth/menubg.jpg) repeat-x top left; 
	padding: 0px 13px 0px 13px;	
	height: 30px;
line-height:30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
}


#houseMenuH li a:hover {
	margin: 0px;
	color: #000;
	background-color: #bbb; 
	padding: 0px 13px 0px 13px;	
	height: 30px;
line-height:30px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	/* end hack */
cursor:pointer;
}



#houseMenuH li ul { /* second-level lists */
	width: 140px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
	margin: 0;
	line-height: 30px;
	height:auto;
	padding:0 0px 0 0px;
	background-color:#000;
	text-align:left;
}

#houseMenuH li li { /* all items under the top level */
	width:136;
	height:30;	
	/*_height: 100%; hack for MacIE5 to ignore, while other browsers use \*/
	_width: 136px;
	height: 30px;
	/* end hack */
	margin: 0;
	text-align:left;
	padding:0 0px 0 0px;
}
#houseMenuH li li:hover { /* all items under the top level */
	width:136;
	height:30;	
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 136px;
	height: 30px;
	/* end hack */
	padding:0 0px 0 0px;
	margin: 0;
	text-align:left;
}


a#houseMenuH li li { /* all item links under the top level */
	padding: 0 0 0 0px;
	height:30px;
	width:136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 139px;
	height: 30px;
	/* end hack */
_width: 139px;
w/idth:139;
	margin: 0;
	text-align:left;
}

a:hover#houseMenuH li li {
	color: #000;
	padding: 0 0 0 0px;
	height:30px;
	width:136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 139px;
	height: 30px;
	/* end hack */
_width: 139px;
	w/idth:139;
	margin: 0;
	text-align:left;
}
#houseMenuH li li a { /* all item links under the top level */
	padding: 0 0 0 4px;
	height:30px;
	width:136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 139px;
	height: 30px;
	/* end hack */
_width: 139px;
w/idth:139;
	margin: 0;
	text-align:left;
}

#houseMenuH li li a:hover {
	color: #000;
	padding: 0 0 0 4px;
	height:30px;
	width:136px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 139px;
	height: 30px;
	/* end hack */
_width: 139px;
	w/idth:139;
	margin: 0;
	text-align:left;
}

