/* Flyouts */

#menuv-container {			
	margin: -5px 0px 0px 0px
}

#menuv {	
	position:relative;	
	z-index: 33;
	width: 240px;						         
	font: 11px/14px Arial, Helvetica, sans-serif;
	text-decoration: none
	}
	
#menuv a.parent, #menuv a.parent:hover {
	color: #ffffff;
	background: none
}

#menuv a.child{
	width: 100%;
	display:block;						
	padding: 3px 0px 3px 0px;					
	white-space: nowrap
}

#menuv a.child, #menuv a.child:visited	{
	color: #444444;
	text-indent: 6px;
	text-decoration:none				    
}

#menuv a {
	width: 100%;
	display: block;							
	white-space: nowrap
}

#menuv a, #menuv a:visited {
	color: #ffffff;
	text-decoration: none			      
}

#menuv a:hover	{
	color: #ffffff;
	text-decoration: none;
	background-color: #ef7f01;
	width: 240px;
}

div.LeftNavFlyout {
	font: 11px/16px Arial, Helvetica, sans-serif; 
	padding: 0px;
	text-align: left;
	text-indent: 0px;
	width: 150px;
	position: absolute;
	top: 126px;
	z-index: 32;
	vertical-align: middle;
	display: none;
	overflow: hidden
}

div.PartnerSpaceFlyout {
	font: 11px/16px Arial, Helvetica, sans-serif; 
	margin: 0px 0px 50px 30px;
	padding: 0px;
	text-align: left;
	text-indent: 10px;
	width: 160px;
	position: absolute;
	top: 126px;
	z-index: 33;
	overflow: hidden
}

a.FlyoutBg {
	display: block;
	background: #f2f2f2;
	vertical-align: middle;
	overflow: hidden;
	width: 170px;
	color: #000000;
	line-height: 28px;
	height: 24px;
	text-decoration: none
}


a.FlyoutBg:visited {
	color: #000000;
	text-decoration: none
}

a.FlyoutBg:hover {
	color: #000000;
	text-decoration: none;
	background: #fa9b0f;
	display: block;
	height: 24px;
	line-height: 28px;
	vertical-align: middle
}

span.FlyoutItems01 {
	margin: 0px;
	padding: 3px 10px 3px 10px;
	width: 150px;
	height: 23px;
	overflow: hidden
}

div.FlyoutBgSpacer {
	background: #fa9b0f;
	height: 10px;
	margin-bottom: 0px
}

div.FlyoutDividerLine {
	background: #f2f2f2 url(/images/flyout-div-line.gif) no-repeat;
	margin-bottom: 0px;
	padding-left: 7px;
}

a.FlyoutBgWhite {
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 27px;
	vertical-align: middle;
}

div.FlyoutDividerLineGray {
	background: #ffffff url(/images/flyout-div-gray-line.gif) no-repeat;
	margin: 3px 0px 0px 3px;
	padding-left: 7px;
}

span.FlyoutText {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px
}