/****************************************/
/*  COUNTRY SELECTOR TOOL >> HOMEPAGE  */
/****************************************/

#selectsite {
	/*BOX POSITION*/
	/*float:right;*/
	position:relative;
	width:635px;
	height:40px;
	text-align:right;
	padding-top:4px;
	padding-bottom:5px;
	z-index:999;
	color:#999999;	
}

#selectsite img {
	margin-bottom:-2px;
}

#selectsite a{
	color: #3366AA;
}

#flyout {
	display:none;
	width:240px;
	position:absolute;
	/*top:20px; */
	top:24px; /*Controls spacing between Change link and flyout box*/
	_top:20px; /*For IE6 */
	/*left:359px;*/
	left:400px;
	right:-1px;
	z-index:300;
}

#flyout ul {
    display:block;
	width:inherit;
    list-style-type:none;
    margin:0 auto;
    padding:0;
	
}

#flyout ul span {
	display:block;
    border-width:1px 0;
    border-color:#5481b0;
    border-style:solid;
    color:#555;
    text-decoration:none;
    margin:4px 1px;	
	
}

#flyout ul span ul{
	width:inherit;
    margin:0 -1px;
    border-width:0 1px;
    border-color:#5481b0;
    border-style:solid;
    background-color:#edf1f5;
    padding:2px 6px;
}

#flyout .innerbox {
	margin:6px 0;
	background:#ffffff;
	padding: 5px 0px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;	
	text-align:left;
	}


#flyout .innerbox a {
	font-weight:normal;
	border-bottom:0;
	text-decoration:none;
	line-height:14px;
	padding-left:7px;
	color: #3366AA;
}
#flyout .innerbox a:hover {
	font-weight:normal;
	border-bottom:0;
	text-decoration:underline;
	line-height:14px;
	padding-left:7px;
}
	
#flyout .innerbox li.closelink {
	float:right;
	width:55px;
	background:#edf1f5;
	position:relative;
	margin-top:-5px;
	margin-right:0px;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

#flyout .innerbox li.closelink a {
	padding:0;
	margin-right:3px;
	text-decoration:none;
	line-height:12px;
}
#flyout .innerbox li.closelink a:hover {
	padding:0;
	margin-right:3px;
	text-decoration:none;
	line-height:12px;
}

#flyout .innerbox img.smallbuttons  {
	margin-bottom:-1px;
}

#flyout .innerbox li.countryHeading, #flyout .innerbox li.countryHeading a {
	color:#ff9900;
	font-weight:bold;
	margin-left:0px;
}

#flyout .innerbox li.countryHeading a {
	/*Indent*/
	padding-left:0px;
	margin-left:0px;
}

.uparrow {
	position:absolute;
	left:112px;
	top:-1px;
	width:30px;
	background-repeat:no-repeat;
	z-index:9999;
	background-image:url('../images/news/notch.gif');
}