/* Global Country Selector */
#country_selector{
width:146px;
font:8pt Arial, Verdana;
position:absolute;
right:70px;
top:190px;
text-align:left;
z-index:100;
margin:1px 0 0 0;
float:left;
}
#country_selector .location{
padding:4px 0 0 0;
}
#country_selector #selector{
display:none;
margin:0;
padding:0;
list-style:none;
}
#country_selector .selected{
height:29px;
background-repeat:no-repeat;
background-position:0 4px;
height:100%;
border-bottom:1px solid transparent;
}
#country_selector .selected #selector{
background-repeat:repeat-y;
padding:5px 0 5px 0;

}
#country_selector .selected #selector li{
line-height:1.4em;
font:9pt Arial, Verdana;
}
#country_selector .selected #selector a{
text-decoration:none;
color:#30302f;
padding:0 20px 0 20px;
width:104px;
display:block;
}
#country_selector .deselected .location a{
background-image:url(../images/white/default_button.jpg);
background-repeat:no-repeat;
background-position:center right;
color:#7f7f7f;
text-decoration:none;
width:146px;
height:29px;
display:block;
}
#country_selector .selected #selector a:hover{
background-image:url(../images/white/highlighter.jpg);
background-repeat:no-repeat;
background-position:2px 0;
}
#country_selector .selected .location a{
text-decoration:none;
color:#1180b0;
width:146px;
height:25px;
display:block;
}
#country_selector .selected .btm{
height:6px;
background-repeat:no-repeat;
background-position:0 -29px;
}
/* White Style */
#country_selector.white .selected{
background-image:url(../images/white/corners.png);
}
#country_selector.white .selected #selector{

background-image:url(../images/white/center.gif);
}
#country_selector.white .selected .btm{
background-image:url(../images/white/corners.png);
}