/*
========================================================================
Menu encapsulator
========================================================================
*/
.MenuMaster {
	float: left;
	display: inline;
	width: 155px;
	margin: 3px 0 20px 3px;
	padding: 0;
	background: #efefef;
}



.MenuTopMiddleBorder { height:7px; background: url('/Portals/0/login/login-head-top.gif') repeat-x; font-size: 1px; line-height: 0; }
.MenuTopLeftBorder { width:7px; height:7px; float:left; background: url('/Portals/0/login/login-head-top-lc.gif') no-repeat; }
.MenuTopRightBorder { width:7px; height:7px; float:right; background: url('/Portals/0/login/login-head-top-rc.gif') no-repeat; }

.MenuHeadLeftBorder { background: url('/Portals/0/menu/menu-head-left.gif') repeat-y;  }
.MenuHeadRightBorder { background: url('/Portals/0/menu/menu-head-right.gif') repeat-y 100% 0;  }
.MenuHeadContent { margin: 0 4px 0 4px; padding: 0 5px 5px 5px; background: #42474A; color:#FFFFFF; }

.MenuMiddleLeftBorder {  background: url('/Portals/0/login/login-left.gif') repeat-y; }
.MenuMiddleRightBorder {   background: url('/Portals/0/login/login-right.gif') repeat-y 100% 0; }
.MenuMiddleContent { margin: 0 2px 0 3px; background-color: #66B71C; color: #FFFFFF;  }

.MenuBottomMiddleBorder { margin: 0 2px 0 0; height:6px; font-size: 1px; line-height: 0; background: url('/Portals/0/login/login-bottom.gif') repeat-x; }
.MenuBottomLeftBorder {  width:6px; height:6px; float:left; background: url('/Portals/0/login/login-bottom-lc.gif') no-repeat; }
.MenuBottomRightBorder { width:5px; height:6px; float:right; background: url('/Portals/0/login/login-bottom-rc.gif') no-repeat; }





/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/
#houseMenuV { width: 150px; padding: 0 0 1px 0; background:url('/Portals/0/menu/item-spacer.gif') repeat;  }

.MenuHeadContent { font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px; padding: 0px 0 3px 5px; }

#houseMenuV ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	list-style: none;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	width: 150px;
}

#houseMenuV li { /* all list items */
	margin: 0;
	padding: 0;
	float: left;
	border-top: solid 1px #94ce64;
	border-bottom: solid 1px #498515;
	list-style-type: none;
	list-style: none;
	position: relative;
	width: 100%;
	line-height : 18px;
	background: yellow;
}



#houseMenuV li ul li { margin: 0; padding: 0; border-left: solid 1px #94ce64;
	border-right: solid 1px #498515; }


#houseMenuV li ul { /* second-level lists */
	position: absolute;
	left: -9999px;
	top: -1px;
	padding: 0;
	margin: 0 0 0 150px;
	border: 0;
	background:url('/Portals/0/menu/item-spacer.gif') repeat;
}

#houseMenuV li ul ul { /* third-and-above-level lists */
	top: -1px;
	left: -9999px;
	margin-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 151px;
}




#houseMenuV a {
	margin: 0;
	padding: 5px 0 5px 10px;
	display: block;
	width: 140px; 
    _width: 150px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: #66b71c;
}









#houseMenuV li a:hover {
	color: white;
	background:  #66B71C url('/Portals/0/menu/mouseover-arrow.gif') no-repeat 0 8px;
}









#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 999;
}

#houseMenuV iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #454d47;
	background: #D0EAB7 url('/Portals/0/menu/active-arrow.gif') no-repeat 0 8px;
	text-decoration: none;
}
